Interface GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder

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

public static interface GadgetPlayUidOpNotifyOuterClass.GadgetPlayUidOpNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 entity_id = 10;
    int
    uint32 op = 2;
    int
    getParamList(int index)
    repeated uint32 param_list = 12;
    int
    repeated uint32 param_list = 12;
    repeated uint32 param_list = 12;
    string param_str = 14;
    com.google.protobuf.ByteString
    string param_str = 14;
    int
    uint32 play_type = 9;
    int
    getUidList(int index)
    repeated uint32 uid_list = 5;
    int
    repeated uint32 uid_list = 5;
    repeated uint32 uid_list = 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

    • getParamStr

      String getParamStr()
      string param_str = 14;
      Returns:
      The paramStr.
    • getParamStrBytes

      com.google.protobuf.ByteString getParamStrBytes()
      string param_str = 14;
      Returns:
      The bytes for paramStr.
    • getOp

      int getOp()
      uint32 op = 2;
      Returns:
      The op.
    • getEntityId

      int getEntityId()
      uint32 entity_id = 10;
      Returns:
      The entityId.
    • getParamListList

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

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

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

      int getPlayType()
      uint32 play_type = 9;
      Returns:
      The playType.
    • getUidListList

      List<Integer> getUidListList()
      repeated uint32 uid_list = 5;
      Returns:
      A list containing the uidList.
    • getUidListCount

      int getUidListCount()
      repeated uint32 uid_list = 5;
      Returns:
      The count of uidList.
    • getUidList

      int getUidList(int index)
      repeated uint32 uid_list = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The uidList at the given index.