Package emu.grasscutter.net.proto
Interface GetAuthkeyRspOuterClass.GetAuthkeyRspOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetAuthkeyRspOuterClass.GetAuthkeyRsp,GetAuthkeyRspOuterClass.GetAuthkeyRsp.Builder
- Enclosing class:
- GetAuthkeyRspOuterClass
public static interface GetAuthkeyRspOuterClass.GetAuthkeyRspOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring auth_appid = 7;com.google.protobuf.ByteStringstring auth_appid = 7;string authkey = 6;com.google.protobuf.ByteStringstring authkey = 6;string game_biz = 1;com.google.protobuf.ByteStringstring game_biz = 1;intint32 retcode = 8;intuint32 Unk3300_DODLFCNOAMB = 13;intuint32 Unk3300_FGBHHPOKCJH = 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
-
getRetcode
int getRetcode()int32 retcode = 8;- Returns:
- The retcode.
-
getAuthkey
String getAuthkey()string authkey = 6;- Returns:
- The authkey.
-
getAuthkeyBytes
com.google.protobuf.ByteString getAuthkeyBytes()string authkey = 6;- Returns:
- The bytes for authkey.
-
getUnk3300DODLFCNOAMB
int getUnk3300DODLFCNOAMB()uint32 Unk3300_DODLFCNOAMB = 13;- Returns:
- The unk3300DODLFCNOAMB.
-
getUnk3300FGBHHPOKCJH
int getUnk3300FGBHHPOKCJH()uint32 Unk3300_FGBHHPOKCJH = 3;- Returns:
- The unk3300FGBHHPOKCJH.
-
getAuthAppid
String getAuthAppid()string auth_appid = 7;- Returns:
- The authAppid.
-
getAuthAppidBytes
com.google.protobuf.ByteString getAuthAppidBytes()string auth_appid = 7;- Returns:
- The bytes for authAppid.
-
getGameBiz
String getGameBiz()string game_biz = 1;- Returns:
- The gameBiz.
-
getGameBizBytes
com.google.protobuf.ByteString getGameBizBytes()string game_biz = 1;- Returns:
- The bytes for gameBiz.
-