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 = 1;com.google.protobuf.ByteStringstring authkey = 1;intuint32 EAFDADOGNIF = 10;string game_biz = 4;com.google.protobuf.ByteStringstring game_biz = 4;intuint32 OBPIIAHOMOE = 3;intint32 retcode = 8;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
-
getOBPIIAHOMOE
int getOBPIIAHOMOE()uint32 OBPIIAHOMOE = 3;- Returns:
- The oBPIIAHOMOE.
-
getRetcode
int getRetcode()int32 retcode = 8;- Returns:
- The retcode.
-
getEAFDADOGNIF
int getEAFDADOGNIF()uint32 EAFDADOGNIF = 10;- Returns:
- The eAFDADOGNIF.
-
getGameBiz
String getGameBiz()string game_biz = 4;- Returns:
- The gameBiz.
-
getGameBizBytes
com.google.protobuf.ByteString getGameBizBytes()string game_biz = 4;- Returns:
- The bytes for gameBiz.
-
getAuthkey
String getAuthkey()string authkey = 1;- Returns:
- The authkey.
-
getAuthkeyBytes
com.google.protobuf.ByteString getAuthkeyBytes()string authkey = 1;- 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.
-