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 TypeMethodDescriptionlongoptional int64 lastActivation = 3;com.google.protobuf.ByteStringoptional bytes mostRecentValue = 4;getState().sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 2;int.sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 2;getUuid()string uuid = 1;com.google.protobuf.ByteStringstring uuid = 1;booleanoptional int64 lastActivation = 3;booleanoptional bytes mostRecentValue = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-