Interface ScenePlayOwnerCheckRspOuterClass.ScenePlayOwnerCheckRspOrBuilder

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

public static interface ScenePlayOwnerCheckRspOuterClass.ScenePlayOwnerCheckRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_skip_match = 14;
    int
    getParamList(int index)
    repeated uint32 param_list = 6;
    int
    repeated uint32 param_list = 6;
    repeated uint32 param_list = 6;
    int
    uint32 play_id = 4;
    int
    int32 retcode = 7;
    int
    uint32 wrong_uid = 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

    • getWrongUid

      int getWrongUid()
      uint32 wrong_uid = 1;
      Returns:
      The wrongUid.
    • getParamListList

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

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

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

      int getRetcode()
      int32 retcode = 7;
      Returns:
      The retcode.
    • getIsSkipMatch

      boolean getIsSkipMatch()
      bool is_skip_match = 14;
      Returns:
      The isSkipMatch.
    • getPlayId

      int getPlayId()
      uint32 play_id = 4;
      Returns:
      The playId.