Interface MpPlayOwnerCheckRspOuterClass.MpPlayOwnerCheckRspOrBuilder

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

public static interface MpPlayOwnerCheckRspOuterClass.MpPlayOwnerCheckRspOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_skip_match = 15;
    int
    uint32 mp_play_id = 9;
    int
    int32 retcode = 6;
    int
    uint32 wrong_uid = 4;

    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 = 4;
      Returns:
      The wrongUid.
    • getMpPlayId

      int getMpPlayId()
      uint32 mp_play_id = 9;
      Returns:
      The mpPlayId.
    • getIsSkipMatch

      boolean getIsSkipMatch()
      bool is_skip_match = 15;
      Returns:
      The isSkipMatch.
    • getRetcode

      int getRetcode()
      int32 retcode = 6;
      Returns:
      The retcode.