com.zepben.protobuf.hc.opendss.MaxMinAvgOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of evolve-grpc Show documentation
Show all versions of evolve-grpc Show documentation
Protobuf and gRPC definitions for the evolve platform
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: zepben/protobuf/hc/opendss/EnergyMeter.proto
package com.zepben.protobuf.hc.opendss;
public interface MaxMinAvgOrBuilder extends
// @@protoc_insertion_point(interface_extends:MaxMinAvg)
com.google.protobuf.MessageOrBuilder {
/**
* double max = 1;
* @return The max.
*/
double getMax();
/**
* double min = 2;
* @return The min.
*/
double getMin();
/**
* double avg = 3;
* @return The avg.
*/
double getAvg();
}