com.zepben.protobuf.mc.GetAnalogValueResponseOrBuilder 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/mc/mc-responses.proto
package com.zepben.protobuf.mc;
public interface GetAnalogValueResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:zepben.protobuf.mc.GetAnalogValueResponse)
com.google.protobuf.MessageOrBuilder {
/**
* int64 messageId = 1;
* @return The messageId.
*/
long getMessageId();
/**
* .zepben.protobuf.cim.iec61970.base.meas.AnalogValue analogValue = 2;
* @return Whether the analogValue field is set.
*/
boolean hasAnalogValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.AnalogValue analogValue = 2;
* @return The analogValue.
*/
com.zepben.protobuf.cim.iec61970.base.meas.AnalogValue getAnalogValue();
/**
* .zepben.protobuf.cim.iec61970.base.meas.AnalogValue analogValue = 2;
*/
com.zepben.protobuf.cim.iec61970.base.meas.AnalogValueOrBuilder getAnalogValueOrBuilder();
}