Package emu.grasscutter.net.proto
Interface GetSignInRewardRspOuterClass.GetSignInRewardRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetSignInRewardRspOuterClass.GetSignInRewardRsp,GetSignInRewardRspOuterClass.GetSignInRewardRsp.Builder
- Enclosing class:
- GetSignInRewardRspOuterClass
public static interface GetSignInRewardRspOuterClass.GetSignInRewardRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintint32 retcode = 1;.SignInInfo sign_in_info = 3;.SignInInfo sign_in_info = 3;boolean.SignInInfo sign_in_info = 3;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
-
hasSignInInfo
boolean hasSignInInfo().SignInInfo sign_in_info = 3;- Returns:
- Whether the signInInfo field is set.
-
getSignInInfo
SignInInfoOuterClass.SignInInfo getSignInInfo().SignInInfo sign_in_info = 3;- Returns:
- The signInInfo.
-
getSignInInfoOrBuilder
SignInInfoOuterClass.SignInInfoOrBuilder getSignInInfoOrBuilder().SignInInfo sign_in_info = 3; -
getRetcode
int getRetcode()int32 retcode = 1;- Returns:
- The retcode.
-