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 = 15;com.google.protobuf.ByteStringstring auth_appid = 15;string authkey = 2;com.google.protobuf.ByteStringstring authkey = 2;intuint32 BILPDHGPPPO = 1;intuint32 FHPGCOBFIOE = 13;string game_biz = 3;com.google.protobuf.ByteStringstring game_biz = 3;intint32 retcode = 7;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
-
getBILPDHGPPPO
int getBILPDHGPPPO()uint32 BILPDHGPPPO = 1;- Returns:
- The bILPDHGPPPO.
-
getRetcode
int getRetcode()int32 retcode = 7;- Returns:
- The retcode.
-
getAuthkey
String getAuthkey()string authkey = 2;- Returns:
- The authkey.
-
getAuthkeyBytes
com.google.protobuf.ByteString getAuthkeyBytes()string authkey = 2;- Returns:
- The bytes for authkey.
-
getAuthAppid
String getAuthAppid()string auth_appid = 15;- Returns:
- The authAppid.
-
getAuthAppidBytes
com.google.protobuf.ByteString getAuthAppidBytes()string auth_appid = 15;- Returns:
- The bytes for authAppid.
-
getGameBiz
String getGameBiz()string game_biz = 3;- Returns:
- The gameBiz.
-
getGameBizBytes
com.google.protobuf.ByteString getGameBizBytes()string game_biz = 3;- Returns:
- The bytes for gameBiz.
-
getFHPGCOBFIOE
int getFHPGCOBFIOE()uint32 FHPGCOBFIOE = 13;- Returns:
- The fHPGCOBFIOE.
-