com.zepben.protobuf.cim.iec61970.base.meas.AccumulatorValueOrBuilder 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/cim/iec61970/base/meas/AccumulatorValue.proto
package com.zepben.protobuf.cim.iec61970.base.meas;
public interface AccumulatorValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.cim.iec61970.base.meas.AccumulatorValue)
com.google.protobuf.MessageOrBuilder {
/**
*
**
* MeasurementValue fields for this AccumulatorValue.
*
*
* .zepben.protobuf.cim.iec61970.base.meas.MeasurementValue mv = 1;
* @return Whether the mv field is set.
*/
boolean hasMv();
/**
*
**
* MeasurementValue fields for this AccumulatorValue.
*
*
* .zepben.protobuf.cim.iec61970.base.meas.MeasurementValue mv = 1;
* @return The mv.
*/
com.zepben.protobuf.cim.iec61970.base.meas.MeasurementValue getMv();
/**
*
**
* MeasurementValue fields for this AccumulatorValue.
*
*
* .zepben.protobuf.cim.iec61970.base.meas.MeasurementValue mv = 1;
*/
com.zepben.protobuf.cim.iec61970.base.meas.MeasurementValueOrBuilder getMvOrBuilder();
/**
*
**
* An accumulator value object is part of an accumulator.
*
*
* string accumulatorMRID = 2;
* @return The accumulatorMRID.
*/
java.lang.String getAccumulatorMRID();
/**
*
**
* An accumulator value object is part of an accumulator.
*
*
* string accumulatorMRID = 2;
* @return The bytes for accumulatorMRID.
*/
com.google.protobuf.ByteString
getAccumulatorMRIDBytes();
/**
*
**
* The value to supervise. The value is positive.
*
*
* uint32 value = 3;
* @return The value.
*/
int getValue();
}