Interface MpPlayGuestReplyNotifyOuterClass.MpPlayGuestReplyNotifyOrBuilder

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

public static interface MpPlayGuestReplyNotifyOuterClass.MpPlayGuestReplyNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    bool is_agree = 4;
    int
    uint32 mp_play_id = 2;
    int
    uint32 uid = 11;

    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

    • getIsAgree

      boolean getIsAgree()
      bool is_agree = 4;
      Returns:
      The isAgree.
    • getUid

      int getUid()
      uint32 uid = 11;
      Returns:
      The uid.
    • getMpPlayId

      int getMpPlayId()
      uint32 mp_play_id = 2;
      Returns:
      The mpPlayId.