Interface GCGMsgOpTimerOuterClass.GCGMsgOpTimerOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
GCGMsgOpTimerOuterClass.GCGMsgOpTimer, GCGMsgOpTimerOuterClass.GCGMsgOpTimer.Builder
Enclosing class:
GCGMsgOpTimerOuterClass

public static interface GCGMsgOpTimerOuterClass.GCGMsgOpTimerOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    fixed64 begin_time = 6;
    int
    uint32 controller_id = 14;
    .GCGPhaseType phase = 13;
    int
    .GCGPhaseType phase = 13;
    long
    fixed64 time_stamp = 15;

    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

    • getPhaseValue

      int getPhaseValue()
      .GCGPhaseType phase = 13;
      Returns:
      The enum numeric value on the wire for phase.
    • getPhase

      .GCGPhaseType phase = 13;
      Returns:
      The phase.
    • getControllerId

      int getControllerId()
      uint32 controller_id = 14;
      Returns:
      The controllerId.
    • getTimeStamp

      long getTimeStamp()
      fixed64 time_stamp = 15;
      Returns:
      The timeStamp.
    • getBeginTime

      long getBeginTime()
      fixed64 begin_time = 6;
      Returns:
      The beginTime.