Package emu.grasscutter.net.proto
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 TypeMethodDescriptionintuint32 draft_id = 15;intuint32 guest_uid = 11;booleanbool is_agree = 14;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 = 14;- Returns:
- The isAgree.
-
getDraftId
int getDraftId()uint32 draft_id = 15;- Returns:
- The draftId.
-
getGuestUid
int getGuestUid()uint32 guest_uid = 11;- Returns:
- The guestUid.
-