Interface ChartStatusProto.ChartStatusPb.ParallelElementStatusPbOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    optional int64 lastActivation = 3;
    .sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 2;
    int
    .sfc.protobuf.ChartStatusPb.ElementStateEnumPb state = 2;
    string uuid = 1;
    com.google.protobuf.ByteString
    string uuid = 1;
    boolean
    optional int64 lastActivation = 3;

    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.