Interface ChartStatusProto.ChartStatusPb.StepElementStatusPbOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ChartStatusProto.ChartStatusPb.StepElementStatusPb, ChartStatusProto.ChartStatusPb.StepElementStatusPb.Builder
Enclosing class:
ChartStatusProto.ChartStatusPb

public static interface ChartStatusProto.ChartStatusPb.StepElementStatusPbOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool breakpointActive = 5;
    string elementId = 2;
    com.google.protobuf.ByteString
    string elementId = 2;
    long
    optional int64 lastActivation = 4;
    .sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 3;
    int
    .sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 3;
    string uuid = 1;
    com.google.protobuf.ByteString
    string uuid = 1;
    boolean
    optional int64 lastActivation = 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.
    • getElementId

      String getElementId()
      string elementId = 2;
      Returns:
      The elementId.
    • getElementIdBytes

      com.google.protobuf.ByteString getElementIdBytes()
      string elementId = 2;
      Returns:
      The bytes for elementId.
    • getStateValue

      int getStateValue()
      .sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 3;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      .sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 3;
      Returns:
      The state.
    • hasLastActivation

      boolean hasLastActivation()
      optional int64 lastActivation = 4;
      Returns:
      Whether the lastActivation field is set.
    • getLastActivation

      long getLastActivation()
      optional int64 lastActivation = 4;
      Returns:
      The lastActivation.
    • getBreakpointActive

      boolean getBreakpointActive()
      bool breakpointActive = 5;
      Returns:
      The breakpointActive.