Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 draft_id = 13;booleanbool is_agree = 8;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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.
-