Interface WatcherEventTypeNotifyOuterClass.WatcherEventTypeNotifyOrBuilder

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

public static interface WatcherEventTypeNotifyOuterClass.WatcherEventTypeNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 add_progress = 13;
    int
    getParamList(int index)
    repeated uint32 param_list = 4;
    int
    repeated uint32 param_list = 4;
    repeated uint32 param_list = 4;
    int
    uint32 watcher_trigger_type = 2;

    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

    • getParamListList

      List<Integer> getParamListList()
      repeated uint32 param_list = 4;
      Returns:
      A list containing the paramList.
    • getParamListCount

      int getParamListCount()
      repeated uint32 param_list = 4;
      Returns:
      The count of paramList.
    • getParamList

      int getParamList(int index)
      repeated uint32 param_list = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramList at the given index.
    • getAddProgress

      int getAddProgress()
      uint32 add_progress = 13;
      Returns:
      The addProgress.
    • getWatcherTriggerType

      int getWatcherTriggerType()
      uint32 watcher_trigger_type = 2;
      Returns:
      The watcherTriggerType.