Package emu.grasscutter.net.proto
Interface SetPlayerBirthdayRspOuterClass.SetPlayerBirthdayRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SetPlayerBirthdayRspOuterClass.SetPlayerBirthdayRsp,SetPlayerBirthdayRspOuterClass.SetPlayerBirthdayRsp.Builder
- Enclosing class:
- SetPlayerBirthdayRspOuterClass
public static interface SetPlayerBirthdayRspOuterClass.SetPlayerBirthdayRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Birthday birthday = 11;.Birthday birthday = 11;intint32 retcode = 9;boolean.Birthday birthday = 11;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
-
hasBirthday
boolean hasBirthday().Birthday birthday = 11;- Returns:
- Whether the birthday field is set.
-
getBirthday
BirthdayOuterClass.Birthday getBirthday().Birthday birthday = 11;- Returns:
- The birthday.
-
getBirthdayOrBuilder
BirthdayOuterClass.BirthdayOrBuilder getBirthdayOrBuilder().Birthday birthday = 11; -
getRetcode
int getRetcode()int32 retcode = 9;- Returns:
- The retcode.
-