Interface DraftGuestReplyTwiceConfirmReqOuterClass.DraftGuestReplyTwiceConfirmReqOrBuilder

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

public static interface DraftGuestReplyTwiceConfirmReqOuterClass.DraftGuestReplyTwiceConfirmReqOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    uint32 draft_id = 13;
    boolean
    bool is_agree = 8;

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

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