Interface ChartStatusProto.ChartStatusPbOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChartStatusProto.ChartStatusPb
,ChartStatusProto.ChartStatusPb.Builder
- Enclosing class:
- ChartStatusProto
public static interface ChartStatusProto.ChartStatusPbOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
optional string chartScopeJson = 2;
com.google.protobuf.ByteString
optional string chartScopeJson = 2;
.sfc.protobuf.ChartStateEnumPb chartState = 3;
int
.sfc.protobuf.ChartStateEnumPb chartState = 3;
Deprecated.int
map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
getElementStatusOrDefault
(String key, ChartStatusProto.ChartStatusPb.ElementStatusPb defaultValue) map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
com.google.protobuf.ByteString
getModel()
swap to bytesboolean
optional string chartScopeJson = 2;
boolean
hasModel()
swap to bytesMethods 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
-
hasModel
boolean hasModel()swap to bytes
optional bytes model = 1;
- Returns:
- Whether the model field is set.
-
getModel
com.google.protobuf.ByteString getModel()swap to bytes
optional bytes model = 1;
- Returns:
- The model.
-
hasChartScopeJson
boolean hasChartScopeJson()optional string chartScopeJson = 2;
- Returns:
- Whether the chartScopeJson field is set.
-
getChartScopeJson
String getChartScopeJson()optional string chartScopeJson = 2;
- Returns:
- The chartScopeJson.
-
getChartScopeJsonBytes
com.google.protobuf.ByteString getChartScopeJsonBytes()optional string chartScopeJson = 2;
- Returns:
- The bytes for chartScopeJson.
-
getChartStateValue
int getChartStateValue().sfc.protobuf.ChartStateEnumPb chartState = 3;
- Returns:
- The enum numeric value on the wire for chartState.
-
getChartState
ChartStateEnumProto.ChartStateEnumPb getChartState().sfc.protobuf.ChartStateEnumPb chartState = 3;
- Returns:
- The chartState.
-
getElementStatusCount
int getElementStatusCount()map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
-
containsElementStatus
map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
-
getElementStatus
Deprecated.UsegetElementStatusMap()
instead. -
getElementStatusMap
Map<String,ChartStatusProto.ChartStatusPb.ElementStatusPb> getElementStatusMap()map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
-
getElementStatusOrDefault
ChartStatusProto.ChartStatusPb.ElementStatusPb getElementStatusOrDefault(String key, ChartStatusProto.ChartStatusPb.ElementStatusPb defaultValue) map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
-
getElementStatusOrThrow
map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
-