Interface ChartStatusProto.ChartStatusPb.TransitionElementStatusPbOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChartStatusProto.ChartStatusPb.TransitionElementStatusPb
,ChartStatusProto.ChartStatusPb.TransitionElementStatusPb.Builder
- Enclosing class:
- ChartStatusProto.ChartStatusPb
public static interface ChartStatusProto.ChartStatusPb.TransitionElementStatusPbOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlong
optional int64 lastActivation = 3;
com.google.protobuf.ByteString
optional bytes mostRecentValue = 4;
getState()
.sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 2;
int
.sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 2;
getUuid()
string uuid = 1;
com.google.protobuf.ByteString
string uuid = 1;
boolean
optional int64 lastActivation = 3;
boolean
optional bytes mostRecentValue = 4;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUuid
String getUuid()string uuid = 1;
- Returns:
- The uuid.
-
getUuidBytes
com.google.protobuf.ByteString getUuidBytes()string uuid = 1;
- Returns:
- The bytes for uuid.
-
getStateValue
int getStateValue().sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 2;
- Returns:
- The enum numeric value on the wire for state.
-
getState
.sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 2;
- Returns:
- The state.
-
hasLastActivation
boolean hasLastActivation()optional int64 lastActivation = 3;
- Returns:
- Whether the lastActivation field is set.
-
getLastActivation
long getLastActivation()optional int64 lastActivation = 3;
- Returns:
- The lastActivation.
-
hasMostRecentValue
boolean hasMostRecentValue()optional bytes mostRecentValue = 4;
- Returns:
- Whether the mostRecentValue field is set.
-
getMostRecentValue
com.google.protobuf.ByteString getMostRecentValue()optional bytes mostRecentValue = 4;
- Returns:
- The mostRecentValue.
-