Interface MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder

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

public static interface MultistageSettleWatcherInfoOuterClass.MultistageSettleWatcherInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 cur_progress = 6;
    boolean
    bool is_inverse = 3;
    int
    uint32 total_progress = 11;
    int
    uint32 watcher_id = 5;

    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

    • getIsInverse

      boolean getIsInverse()
      bool is_inverse = 3;
      Returns:
      The isInverse.
    • getCurProgress

      int getCurProgress()
      uint32 cur_progress = 6;
      Returns:
      The curProgress.
    • getWatcherId

      int getWatcherId()
      uint32 watcher_id = 5;
      Returns:
      The watcherId.
    • getTotalProgress

      int getTotalProgress()
      uint32 total_progress = 11;
      Returns:
      The totalProgress.