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 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

      .sfc.protobuf.ChartStateEnumPb chartState = 3;
      Returns:
      The chartState.
    • getElementStatusCount

      int getElementStatusCount()
      map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
    • containsElementStatus

      boolean containsElementStatus(String key)
      map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
    • getElementStatus

      Deprecated.
    • getElementStatusMap

      map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
    • getElementStatusOrDefault

      map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;
    • getElementStatusOrThrow

      map<string, .sfc.protobuf.ChartStatusPb.ElementStatusPb> elementStatus = 4;