Interface NormalUidOpNotifyOuterClass.NormalUidOpNotifyOrBuilder

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

public static interface NormalUidOpNotifyOuterClass.NormalUidOpNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 duration = 8;
    int
    uint32 param_index = 2;
    int
    getParamList(int index)
    repeated uint32 param_list = 11;
    int
    repeated uint32 param_list = 11;
    repeated uint32 param_list = 11;
    int
    getParamUidList(int index)
    repeated uint32 param_uid_list = 1;
    int
    repeated uint32 param_uid_list = 1;
    repeated uint32 param_uid_list = 1;

    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

    • getParamIndex

      int getParamIndex()
      uint32 param_index = 2;
      Returns:
      The paramIndex.
    • getParamUidListList

      List<Integer> getParamUidListList()
      repeated uint32 param_uid_list = 1;
      Returns:
      A list containing the paramUidList.
    • getParamUidListCount

      int getParamUidListCount()
      repeated uint32 param_uid_list = 1;
      Returns:
      The count of paramUidList.
    • getParamUidList

      int getParamUidList(int index)
      repeated uint32 param_uid_list = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The paramUidList at the given index.
    • getDuration

      int getDuration()
      uint32 duration = 8;
      Returns:
      The duration.
    • getParamListList

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

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

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