Interface ScenePlayGuestReplyNotifyOuterClass.ScenePlayGuestReplyNotifyOrBuilder

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

public static interface ScenePlayGuestReplyNotifyOuterClass.ScenePlayGuestReplyNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 guest_uid = 5;
    boolean
    bool is_agree = 2;
    int
    uint32 play_id = 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

    • getPlayId

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

      int getGuestUid()
      uint32 guest_uid = 5;
      Returns:
      The guestUid.
    • getIsAgree

      boolean getIsAgree()
      bool is_agree = 2;
      Returns:
      The isAgree.