Interface DraftGuestReplyTwiceConfirmNotifyOuterClass.DraftGuestReplyTwiceConfirmNotifyOrBuilder

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

public static interface DraftGuestReplyTwiceConfirmNotifyOuterClass.DraftGuestReplyTwiceConfirmNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 draft_id = 15;
    int
    uint32 guest_uid = 11;
    boolean
    bool is_agree = 14;

    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 = 14;
      Returns:
      The isAgree.
    • getDraftId

      int getDraftId()
      uint32 draft_id = 15;
      Returns:
      The draftId.
    • getGuestUid

      int getGuestUid()
      uint32 guest_uid = 11;
      Returns:
      The guestUid.