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 = 1;.Birthday birthday = 1;intint32 retcode = 10;boolean.Birthday birthday = 1;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
-
getRetcode
int getRetcode()int32 retcode = 10;- Returns:
- The retcode.
-
hasBirthday
boolean hasBirthday().Birthday birthday = 1;- Returns:
- Whether the birthday field is set.
-
getBirthday
BirthdayOuterClass.Birthday getBirthday().Birthday birthday = 1;- Returns:
- The birthday.
-
getBirthdayOrBuilder
BirthdayOuterClass.BirthdayOrBuilder getBirthdayOrBuilder().Birthday birthday = 1;
-