Interface MpPlayOwnerCheckReqOuterClass.MpPlayOwnerCheckReqOrBuilder

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

public static interface MpPlayOwnerCheckReqOuterClass.MpPlayOwnerCheckReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_skip_match = 7;
    int
    uint32 mp_play_id = 13;

    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

    • getMpPlayId

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

      boolean getIsSkipMatch()
      bool is_skip_match = 7;
      Returns:
      The isSkipMatch.