Interface DraftGuestReplyInviteNotifyOuterClass.DraftGuestReplyInviteNotifyOrBuilder

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

public static interface DraftGuestReplyInviteNotifyOuterClass.DraftGuestReplyInviteNotifyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 draft_id = 2;
    int
    uint32 guest_uid = 13;
    boolean
    bool is_agree = 1;

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

      int getGuestUid()
      uint32 guest_uid = 13;
      Returns:
      The guestUid.
    • getDraftId

      int getDraftId()
      uint32 draft_id = 2;
      Returns:
      The draftId.