2022-08-21 11:33:54 +00:00
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
// source: GetPlayerTokenReq.proto
|
|
|
|
|
|
|
|
package emu.grasscutter.net.proto;
|
|
|
|
|
|
|
|
public final class GetPlayerTokenReqOuterClass {
|
|
|
|
private GetPlayerTokenReqOuterClass() {}
|
|
|
|
public static void registerAllExtensions(
|
|
|
|
com.google.protobuf.ExtensionRegistryLite registry) {
|
|
|
|
}
|
|
|
|
|
|
|
|
public static void registerAllExtensions(
|
|
|
|
com.google.protobuf.ExtensionRegistry registry) {
|
|
|
|
registerAllExtensions(
|
|
|
|
(com.google.protobuf.ExtensionRegistryLite) registry);
|
|
|
|
}
|
|
|
|
public interface GetPlayerTokenReqOrBuilder extends
|
|
|
|
// @@protoc_insertion_point(interface_extends:GetPlayerTokenReq)
|
|
|
|
com.google.protobuf.MessageOrBuilder {
|
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 KDIHPMJOCPG = 7;</code>
|
|
|
|
* @return The kDIHPMJOCPG.
|
2023-03-31 19:13:32 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
int getKDIHPMJOCPG();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_ip_str = 5;</code>
|
|
|
|
* @return The clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
java.lang.String getClientIpStr();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_ip_str = 5;</code>
|
|
|
|
* @return The bytes for clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getClientIpStrBytes();
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 platform_type = 3;</code>
|
|
|
|
* @return The platformType.
|
2023-02-19 11:18:27 +08:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
int getPlatformType();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_token = 12;</code>
|
|
|
|
* @return The accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
java.lang.String getAccountToken();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_token = 12;</code>
|
|
|
|
* @return The bytes for accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getAccountTokenBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 JGDGPILDCHJ = 576;</code>
|
|
|
|
* @return The jGDGPILDCHJ.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
int getJGDGPILDCHJ();
|
2022-12-24 05:12:02 +08:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string online_id = 8;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The onlineId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-03-31 19:13:32 +00:00
|
|
|
java.lang.String getOnlineId();
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string online_id = 8;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The bytes for onlineId.
|
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getOnlineIdBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_uid = 15;</code>
|
|
|
|
* @return The accountUid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
java.lang.String getAccountUid();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_uid = 15;</code>
|
|
|
|
* @return The bytes for accountUid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getAccountUidBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string KIIHGMPJKDJ = 6;</code>
|
|
|
|
* @return The kIIHGMPJKDJ.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
java.lang.String getKIIHGMPJKDJ();
|
|
|
|
/**
|
|
|
|
* <code>string KIIHGMPJKDJ = 6;</code>
|
|
|
|
* @return The bytes for kIIHGMPJKDJ.
|
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getKIIHGMPJKDJBytes();
|
2023-02-19 11:18:27 +08:00
|
|
|
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string birthday = 713;</code>
|
|
|
|
* @return The birthday.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
java.lang.String getBirthday();
|
2023-03-31 19:13:32 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string birthday = 713;</code>
|
|
|
|
* @return The bytes for birthday.
|
2023-03-31 19:13:32 +00:00
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getBirthdayBytes();
|
2022-12-24 05:12:02 +08:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string psn_id = 1;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The psnId.
|
|
|
|
*/
|
|
|
|
java.lang.String getPsnId();
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string psn_id = 1;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The bytes for psnId.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-03-31 19:13:32 +00:00
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getPsnIdBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 IEPOFPNOOKD = 176;</code>
|
|
|
|
* @return The iEPOFPNOOKD.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
int getIEPOFPNOOKD();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 channel_id = 4;</code>
|
|
|
|
* @return The channelId.
|
2023-02-19 11:18:27 +08:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
int getChannelId();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 uid = 14;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return The uid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getUid();
|
|
|
|
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>bool is_guest = 13;</code>
|
|
|
|
* @return The isGuest.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
boolean getIsGuest();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string OOABKBBNBKL = 963;</code>
|
|
|
|
* @return The oOABKBBNBKL.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
java.lang.String getOOABKBBNBKL();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string OOABKBBNBKL = 963;</code>
|
|
|
|
* @return The bytes for oOABKBBNBKL.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getOOABKBBNBKLBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 key_id = 970;</code>
|
|
|
|
* @return The keyId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
int getKeyId();
|
|
|
|
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 CIJNPHDIOND = 2;</code>
|
|
|
|
* @return The cIJNPHDIOND.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
int getCIJNPHDIOND();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string country_code = 9;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The countryCode.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-03-31 19:13:32 +00:00
|
|
|
java.lang.String getCountryCode();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string country_code = 9;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The bytes for countryCode.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
com.google.protobuf.ByteString
|
2023-03-31 19:13:32 +00:00
|
|
|
getCountryCodeBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 CJHEEAGCFJG = 10;</code>
|
|
|
|
* @return The cJHEEAGCFJG.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
int getCJHEEAGCFJG();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string IDMEOEHPCGF = 11;</code>
|
|
|
|
* @return The iDMEOEHPCGF.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
java.lang.String getIDMEOEHPCGF();
|
|
|
|
/**
|
|
|
|
* <code>string IDMEOEHPCGF = 11;</code>
|
|
|
|
* @return The bytes for iDMEOEHPCGF.
|
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getIDMEOEHPCGFBytes();
|
|
|
|
|
|
|
|
/**
|
|
|
|
* <code>string client_rand_key = 831;</code>
|
|
|
|
* @return The clientRandKey.
|
|
|
|
*/
|
|
|
|
java.lang.String getClientRandKey();
|
|
|
|
/**
|
|
|
|
* <code>string client_rand_key = 831;</code>
|
|
|
|
* @return The bytes for clientRandKey.
|
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getClientRandKeyBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-03-31 19:13:32 +00:00
|
|
|
* <pre>
|
2023-04-30 19:08:54 -07:00
|
|
|
* CmdId: 190
|
|
|
|
* Name: MOPMEMHOLIK
|
2023-03-31 19:13:32 +00:00
|
|
|
* </pre>
|
|
|
|
*
|
2022-08-21 11:33:54 +00:00
|
|
|
* Protobuf type {@code GetPlayerTokenReq}
|
|
|
|
*/
|
|
|
|
public static final class GetPlayerTokenReq extends
|
|
|
|
com.google.protobuf.GeneratedMessageV3 implements
|
|
|
|
// @@protoc_insertion_point(message_implements:GetPlayerTokenReq)
|
|
|
|
GetPlayerTokenReqOrBuilder {
|
|
|
|
private static final long serialVersionUID = 0L;
|
|
|
|
// Use GetPlayerTokenReq.newBuilder() to construct.
|
|
|
|
private GetPlayerTokenReq(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
|
|
super(builder);
|
|
|
|
}
|
|
|
|
private GetPlayerTokenReq() {
|
2023-03-31 19:13:32 +00:00
|
|
|
clientIpStr_ = "";
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = "";
|
2023-02-19 11:18:27 +08:00
|
|
|
onlineId_ = "";
|
2022-12-24 05:12:02 +08:00
|
|
|
accountUid_ = "";
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = "";
|
|
|
|
birthday_ = "";
|
2023-02-19 11:18:27 +08:00
|
|
|
psnId_ = "";
|
2023-04-30 19:08:54 -07:00
|
|
|
oOABKBBNBKL_ = "";
|
2023-03-31 19:13:32 +00:00
|
|
|
countryCode_ = "";
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = "";
|
|
|
|
clientRandKey_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
@SuppressWarnings({"unused"})
|
|
|
|
protected java.lang.Object newInstance(
|
|
|
|
UnusedPrivateParameter unused) {
|
|
|
|
return new GetPlayerTokenReq();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final com.google.protobuf.UnknownFieldSet
|
|
|
|
getUnknownFields() {
|
|
|
|
return this.unknownFields;
|
|
|
|
}
|
|
|
|
private GetPlayerTokenReq(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
this();
|
|
|
|
if (extensionRegistry == null) {
|
|
|
|
throw new java.lang.NullPointerException();
|
|
|
|
}
|
|
|
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
|
|
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
|
|
|
try {
|
|
|
|
boolean done = false;
|
|
|
|
while (!done) {
|
|
|
|
int tag = input.readTag();
|
|
|
|
switch (tag) {
|
|
|
|
case 0:
|
|
|
|
done = true;
|
|
|
|
break;
|
2023-04-30 19:08:54 -07:00
|
|
|
case 10: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
psnId_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
case 16: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
cIJNPHDIOND_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 24: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
platformType_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
case 32: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
channelId_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 42: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
clientIpStr_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 50: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 56: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
kDIHPMJOCPG_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 66: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
onlineId_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 74: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
countryCode_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
case 80: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
cJHEEAGCFJG_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
case 90: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 98: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 104: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
isGuest_ = input.readBool();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 112: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
uid_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
case 122: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountUid_ = s;
|
2022-12-24 05:12:02 +08:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 1408: {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
iEPOFPNOOKD_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 4608: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
jGDGPILDCHJ_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 5706: {
|
2023-02-19 11:18:27 +08:00
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
birthday_ = s;
|
2023-03-31 19:13:32 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 6650: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2023-03-31 19:13:32 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
clientRandKey_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 7706: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
oOABKBBNBKL_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
case 7760: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
keyId_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
default: {
|
|
|
|
if (!parseUnknownField(
|
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
|
|
done = true;
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
throw e.setUnfinishedMessage(this);
|
|
|
|
} catch (java.io.IOException e) {
|
|
|
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
|
|
|
e).setUnfinishedMessage(this);
|
|
|
|
} finally {
|
|
|
|
this.unknownFields = unknownFields.build();
|
|
|
|
makeExtensionsImmutable();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.internal_static_GetPlayerTokenReq_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.internal_static_GetPlayerTokenReq_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq.class, emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq.Builder.class);
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int KDIHPMJOCPG_FIELD_NUMBER = 7;
|
|
|
|
private int kDIHPMJOCPG_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 KDIHPMJOCPG = 7;</code>
|
|
|
|
* @return The kDIHPMJOCPG.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getKDIHPMJOCPG() {
|
|
|
|
return kDIHPMJOCPG_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int CLIENT_IP_STR_FIELD_NUMBER = 5;
|
|
|
|
private volatile java.lang.Object clientIpStr_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_ip_str = 5;</code>
|
|
|
|
* @return The clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getClientIpStr() {
|
|
|
|
java.lang.Object ref = clientIpStr_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
clientIpStr_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_ip_str = 5;</code>
|
|
|
|
* @return The bytes for clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getClientIpStrBytes() {
|
|
|
|
java.lang.Object ref = clientIpStr_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
clientIpStr_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int PLATFORM_TYPE_FIELD_NUMBER = 3;
|
|
|
|
private int platformType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 platform_type = 3;</code>
|
|
|
|
* @return The platformType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getPlatformType() {
|
|
|
|
return platformType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int ACCOUNT_TOKEN_FIELD_NUMBER = 12;
|
|
|
|
private volatile java.lang.Object accountToken_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_token = 12;</code>
|
|
|
|
* @return The accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getAccountToken() {
|
|
|
|
java.lang.Object ref = accountToken_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_token = 12;</code>
|
|
|
|
* @return The bytes for accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getAccountTokenBytes() {
|
|
|
|
java.lang.Object ref = accountToken_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int JGDGPILDCHJ_FIELD_NUMBER = 576;
|
|
|
|
private int jGDGPILDCHJ_;
|
2023-02-19 11:18:27 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 JGDGPILDCHJ = 576;</code>
|
|
|
|
* @return The jGDGPILDCHJ.
|
2023-02-19 11:18:27 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getJGDGPILDCHJ() {
|
|
|
|
return jGDGPILDCHJ_;
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int ONLINE_ID_FIELD_NUMBER = 8;
|
2023-03-31 19:13:32 +00:00
|
|
|
private volatile java.lang.Object onlineId_;
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string online_id = 8;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The onlineId.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-03-31 19:13:32 +00:00
|
|
|
public java.lang.String getOnlineId() {
|
|
|
|
java.lang.Object ref = onlineId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-03-31 19:13:32 +00:00
|
|
|
onlineId_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string online_id = 8;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The bytes for onlineId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-03-31 19:13:32 +00:00
|
|
|
getOnlineIdBytes() {
|
|
|
|
java.lang.Object ref = onlineId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-03-31 19:13:32 +00:00
|
|
|
onlineId_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int ACCOUNT_UID_FIELD_NUMBER = 15;
|
|
|
|
private volatile java.lang.Object accountUid_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_uid = 15;</code>
|
|
|
|
* @return The accountUid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getAccountUid() {
|
|
|
|
java.lang.Object ref = accountUid_;
|
2023-03-31 19:13:32 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
accountUid_ = s;
|
2023-03-31 19:13:32 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_uid = 15;</code>
|
|
|
|
* @return The bytes for accountUid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-03-31 19:13:32 +00:00
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getAccountUidBytes() {
|
|
|
|
java.lang.Object ref = accountUid_;
|
2023-03-31 19:13:32 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
accountUid_ = b;
|
2023-03-31 19:13:32 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int KIIHGMPJKDJ_FIELD_NUMBER = 6;
|
|
|
|
private volatile java.lang.Object kIIHGMPJKDJ_;
|
2023-02-19 11:18:27 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string KIIHGMPJKDJ = 6;</code>
|
|
|
|
* @return The kIIHGMPJKDJ.
|
2023-02-19 11:18:27 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getKIIHGMPJKDJ() {
|
|
|
|
java.lang.Object ref = kIIHGMPJKDJ_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string KIIHGMPJKDJ = 6;</code>
|
|
|
|
* @return The bytes for kIIHGMPJKDJ.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getKIIHGMPJKDJBytes() {
|
|
|
|
java.lang.Object ref = kIIHGMPJKDJ_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int BIRTHDAY_FIELD_NUMBER = 713;
|
|
|
|
private volatile java.lang.Object birthday_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string birthday = 713;</code>
|
|
|
|
* @return The birthday.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getBirthday() {
|
|
|
|
java.lang.Object ref = birthday_;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
birthday_ = s;
|
2022-12-24 05:12:02 +08:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string birthday = 713;</code>
|
|
|
|
* @return The bytes for birthday.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getBirthdayBytes() {
|
|
|
|
java.lang.Object ref = birthday_;
|
|
|
|
if (ref instanceof java.lang.String) {
|
2022-12-24 05:12:02 +08:00
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
birthday_ = b;
|
2022-12-24 05:12:02 +08:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int PSN_ID_FIELD_NUMBER = 1;
|
|
|
|
private volatile java.lang.Object psnId_;
|
2023-02-19 11:18:27 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string psn_id = 1;</code>
|
|
|
|
* @return The psnId.
|
2023-02-19 11:18:27 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getPsnId() {
|
|
|
|
java.lang.Object ref = psnId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
psnId_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string psn_id = 1;</code>
|
|
|
|
* @return The bytes for psnId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getPsnIdBytes() {
|
|
|
|
java.lang.Object ref = psnId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
psnId_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int IEPOFPNOOKD_FIELD_NUMBER = 176;
|
|
|
|
private int iEPOFPNOOKD_;
|
|
|
|
/**
|
|
|
|
* <code>uint32 IEPOFPNOOKD = 176;</code>
|
|
|
|
* @return The iEPOFPNOOKD.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getIEPOFPNOOKD() {
|
|
|
|
return iEPOFPNOOKD_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int CHANNEL_ID_FIELD_NUMBER = 4;
|
|
|
|
private int channelId_;
|
|
|
|
/**
|
|
|
|
* <code>uint32 channel_id = 4;</code>
|
|
|
|
* @return The channelId.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getChannelId() {
|
|
|
|
return channelId_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int UID_FIELD_NUMBER = 14;
|
|
|
|
private int uid_;
|
|
|
|
/**
|
|
|
|
* <code>uint32 uid = 14;</code>
|
|
|
|
* @return The uid.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getUid() {
|
|
|
|
return uid_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int IS_GUEST_FIELD_NUMBER = 13;
|
|
|
|
private boolean isGuest_;
|
|
|
|
/**
|
|
|
|
* <code>bool is_guest = 13;</code>
|
|
|
|
* @return The isGuest.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public boolean getIsGuest() {
|
|
|
|
return isGuest_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int OOABKBBNBKL_FIELD_NUMBER = 963;
|
|
|
|
private volatile java.lang.Object oOABKBBNBKL_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string OOABKBBNBKL = 963;</code>
|
|
|
|
* @return The oOABKBBNBKL.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getOOABKBBNBKL() {
|
|
|
|
java.lang.Object ref = oOABKBBNBKL_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
oOABKBBNBKL_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string OOABKBBNBKL = 963;</code>
|
|
|
|
* @return The bytes for oOABKBBNBKL.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getOOABKBBNBKLBytes() {
|
|
|
|
java.lang.Object ref = oOABKBBNBKL_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
oOABKBBNBKL_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int KEY_ID_FIELD_NUMBER = 970;
|
|
|
|
private int keyId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 key_id = 970;</code>
|
|
|
|
* @return The keyId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getKeyId() {
|
|
|
|
return keyId_;
|
2023-03-31 19:13:32 +00:00
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int CIJNPHDIOND_FIELD_NUMBER = 2;
|
|
|
|
private int cIJNPHDIOND_;
|
2023-03-31 19:13:32 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 CIJNPHDIOND = 2;</code>
|
|
|
|
* @return The cIJNPHDIOND.
|
2023-03-31 19:13:32 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getCIJNPHDIOND() {
|
|
|
|
return cIJNPHDIOND_;
|
2023-03-31 19:13:32 +00:00
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int COUNTRY_CODE_FIELD_NUMBER = 9;
|
|
|
|
private volatile java.lang.Object countryCode_;
|
|
|
|
/**
|
|
|
|
* <code>string country_code = 9;</code>
|
|
|
|
* @return The countryCode.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public java.lang.String getCountryCode() {
|
|
|
|
java.lang.Object ref = countryCode_;
|
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
countryCode_ = s;
|
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string country_code = 9;</code>
|
|
|
|
* @return The bytes for countryCode.
|
2023-03-31 19:13:32 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
getCountryCodeBytes() {
|
|
|
|
java.lang.Object ref = countryCode_;
|
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
|
|
|
countryCode_ = b;
|
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int CJHEEAGCFJG_FIELD_NUMBER = 10;
|
|
|
|
private int cJHEEAGCFJG_;
|
2023-03-31 19:13:32 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 CJHEEAGCFJG = 10;</code>
|
|
|
|
* @return The cJHEEAGCFJG.
|
2023-03-31 19:13:32 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getCJHEEAGCFJG() {
|
|
|
|
return cJHEEAGCFJG_;
|
2023-03-31 19:13:32 +00:00
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int IDMEOEHPCGF_FIELD_NUMBER = 11;
|
|
|
|
private volatile java.lang.Object iDMEOEHPCGF_;
|
2023-03-31 19:13:32 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string IDMEOEHPCGF = 11;</code>
|
|
|
|
* @return The iDMEOEHPCGF.
|
2023-03-31 19:13:32 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getIDMEOEHPCGF() {
|
|
|
|
java.lang.Object ref = iDMEOEHPCGF_;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = s;
|
2022-12-24 05:12:02 +08:00
|
|
|
return s;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string IDMEOEHPCGF = 11;</code>
|
|
|
|
* @return The bytes for iDMEOEHPCGF.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2022-12-24 05:12:02 +08:00
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getIDMEOEHPCGFBytes() {
|
|
|
|
java.lang.Object ref = iDMEOEHPCGF_;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = b;
|
2022-12-24 05:12:02 +08:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
public static final int CLIENT_RAND_KEY_FIELD_NUMBER = 831;
|
|
|
|
private volatile java.lang.Object clientRandKey_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_rand_key = 831;</code>
|
|
|
|
* @return The clientRandKey.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getClientRandKey() {
|
|
|
|
java.lang.Object ref = clientRandKey_;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
clientRandKey_ = s;
|
2022-12-24 05:12:02 +08:00
|
|
|
return s;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_rand_key = 831;</code>
|
|
|
|
* @return The bytes for clientRandKey.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2022-12-24 05:12:02 +08:00
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getClientRandKeyBytes() {
|
|
|
|
java.lang.Object ref = clientRandKey_;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (ref instanceof java.lang.String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
clientRandKey_ = b;
|
2022-12-24 05:12:02 +08:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private byte memoizedIsInitialized = -1;
|
|
|
|
@java.lang.Override
|
|
|
|
public final boolean isInitialized() {
|
2022-08-21 11:33:54 +00:00
|
|
|
byte isInitialized = memoizedIsInitialized;
|
|
|
|
if (isInitialized == 1) return true;
|
|
|
|
if (isInitialized == 0) return false;
|
|
|
|
|
|
|
|
memoizedIsInitialized = 1;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
|
|
throws java.io.IOException {
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(psnId_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, psnId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (cIJNPHDIOND_ != 0) {
|
|
|
|
output.writeUInt32(2, cIJNPHDIOND_);
|
|
|
|
}
|
|
|
|
if (platformType_ != 0) {
|
|
|
|
output.writeUInt32(3, platformType_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (channelId_ != 0) {
|
2023-04-30 19:08:54 -07:00
|
|
|
output.writeUInt32(4, channelId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientIpStr_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, clientIpStr_);
|
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(kIIHGMPJKDJ_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, kIIHGMPJKDJ_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (kDIHPMJOCPG_ != 0) {
|
|
|
|
output.writeUInt32(7, kDIHPMJOCPG_);
|
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, onlineId_);
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(countryCode_)) {
|
2023-04-30 19:08:54 -07:00
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, countryCode_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (cJHEEAGCFJG_ != 0) {
|
|
|
|
output.writeUInt32(10, cJHEEAGCFJG_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(iDMEOEHPCGF_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, iDMEOEHPCGF_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accountToken_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, accountToken_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
if (isGuest_ != false) {
|
2023-04-30 19:08:54 -07:00
|
|
|
output.writeBool(13, isGuest_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (uid_ != 0) {
|
|
|
|
output.writeUInt32(14, uid_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accountUid_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, accountUid_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (iEPOFPNOOKD_ != 0) {
|
|
|
|
output.writeUInt32(176, iEPOFPNOOKD_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (jGDGPILDCHJ_ != 0) {
|
|
|
|
output.writeUInt32(576, jGDGPILDCHJ_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(birthday_)) {
|
2023-04-30 19:08:54 -07:00
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 713, birthday_);
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientRandKey_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 831, clientRandKey_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oOABKBBNBKL_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 963, oOABKBBNBKL_);
|
2023-03-31 19:13:32 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (keyId_ != 0) {
|
|
|
|
output.writeUInt32(970, keyId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
unknownFields.writeTo(output);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public int getSerializedSize() {
|
|
|
|
int size = memoizedSize;
|
|
|
|
if (size != -1) return size;
|
|
|
|
|
|
|
|
size = 0;
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(psnId_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, psnId_);
|
|
|
|
}
|
|
|
|
if (cIJNPHDIOND_ != 0) {
|
2023-03-31 19:13:32 +00:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-30 19:08:54 -07:00
|
|
|
.computeUInt32Size(2, cIJNPHDIOND_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (platformType_ != 0) {
|
2023-03-31 19:13:32 +00:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-30 19:08:54 -07:00
|
|
|
.computeUInt32Size(3, platformType_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (channelId_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-30 19:08:54 -07:00
|
|
|
.computeUInt32Size(4, channelId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientIpStr_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, clientIpStr_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(kIIHGMPJKDJ_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, kIIHGMPJKDJ_);
|
|
|
|
}
|
|
|
|
if (kDIHPMJOCPG_ != 0) {
|
2022-08-21 11:33:54 +00:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-30 19:08:54 -07:00
|
|
|
.computeUInt32Size(7, kDIHPMJOCPG_);
|
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, onlineId_);
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(countryCode_)) {
|
2023-04-30 19:08:54 -07:00
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, countryCode_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (cJHEEAGCFJG_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeUInt32Size(10, cJHEEAGCFJG_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(iDMEOEHPCGF_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, iDMEOEHPCGF_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accountToken_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, accountToken_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
if (isGuest_ != false) {
|
2023-02-19 11:18:27 +08:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-30 19:08:54 -07:00
|
|
|
.computeBoolSize(13, isGuest_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (uid_ != 0) {
|
2023-02-19 11:18:27 +08:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-30 19:08:54 -07:00
|
|
|
.computeUInt32Size(14, uid_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accountUid_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, accountUid_);
|
2023-03-31 19:13:32 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (iEPOFPNOOKD_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeUInt32Size(176, iEPOFPNOOKD_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (jGDGPILDCHJ_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeUInt32Size(576, jGDGPILDCHJ_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(birthday_)) {
|
2023-04-30 19:08:54 -07:00
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(713, birthday_);
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientRandKey_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(831, clientRandKey_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(oOABKBBNBKL_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(963, oOABKBBNBKL_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (keyId_ != 0) {
|
2022-12-24 05:12:02 +08:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-04-30 19:08:54 -07:00
|
|
|
.computeUInt32Size(970, keyId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
|
memoizedSize = size;
|
|
|
|
return size;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public boolean equals(final java.lang.Object obj) {
|
|
|
|
if (obj == this) {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
if (!(obj instanceof emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq)) {
|
|
|
|
return super.equals(obj);
|
|
|
|
}
|
|
|
|
emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq other = (emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq) obj;
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
if (getKDIHPMJOCPG()
|
|
|
|
!= other.getKDIHPMJOCPG()) return false;
|
2023-03-31 19:13:32 +00:00
|
|
|
if (!getClientIpStr()
|
|
|
|
.equals(other.getClientIpStr())) return false;
|
2023-04-30 19:08:54 -07:00
|
|
|
if (getPlatformType()
|
|
|
|
!= other.getPlatformType()) return false;
|
|
|
|
if (!getAccountToken()
|
|
|
|
.equals(other.getAccountToken())) return false;
|
|
|
|
if (getJGDGPILDCHJ()
|
|
|
|
!= other.getJGDGPILDCHJ()) return false;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!getOnlineId()
|
|
|
|
.equals(other.getOnlineId())) return false;
|
|
|
|
if (!getAccountUid()
|
|
|
|
.equals(other.getAccountUid())) return false;
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!getKIIHGMPJKDJ()
|
|
|
|
.equals(other.getKIIHGMPJKDJ())) return false;
|
|
|
|
if (!getBirthday()
|
|
|
|
.equals(other.getBirthday())) return false;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!getPsnId()
|
|
|
|
.equals(other.getPsnId())) return false;
|
2023-04-30 19:08:54 -07:00
|
|
|
if (getIEPOFPNOOKD()
|
|
|
|
!= other.getIEPOFPNOOKD()) return false;
|
|
|
|
if (getChannelId()
|
|
|
|
!= other.getChannelId()) return false;
|
2023-03-31 19:13:32 +00:00
|
|
|
if (getUid()
|
|
|
|
!= other.getUid()) return false;
|
2023-04-30 19:08:54 -07:00
|
|
|
if (getIsGuest()
|
|
|
|
!= other.getIsGuest()) return false;
|
|
|
|
if (!getOOABKBBNBKL()
|
|
|
|
.equals(other.getOOABKBBNBKL())) return false;
|
2023-03-31 19:13:32 +00:00
|
|
|
if (getKeyId()
|
|
|
|
!= other.getKeyId()) return false;
|
2023-04-30 19:08:54 -07:00
|
|
|
if (getCIJNPHDIOND()
|
|
|
|
!= other.getCIJNPHDIOND()) return false;
|
|
|
|
if (!getCountryCode()
|
|
|
|
.equals(other.getCountryCode())) return false;
|
|
|
|
if (getCJHEEAGCFJG()
|
|
|
|
!= other.getCJHEEAGCFJG()) return false;
|
|
|
|
if (!getIDMEOEHPCGF()
|
|
|
|
.equals(other.getIDMEOEHPCGF())) return false;
|
|
|
|
if (!getClientRandKey()
|
|
|
|
.equals(other.getClientRandKey())) return false;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public int hashCode() {
|
|
|
|
if (memoizedHashCode != 0) {
|
|
|
|
return memoizedHashCode;
|
|
|
|
}
|
|
|
|
int hash = 41;
|
|
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
2023-04-30 19:08:54 -07:00
|
|
|
hash = (37 * hash) + KDIHPMJOCPG_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getKDIHPMJOCPG();
|
2023-03-31 19:13:32 +00:00
|
|
|
hash = (37 * hash) + CLIENT_IP_STR_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getClientIpStr().hashCode();
|
2023-04-30 19:08:54 -07:00
|
|
|
hash = (37 * hash) + PLATFORM_TYPE_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getPlatformType();
|
|
|
|
hash = (37 * hash) + ACCOUNT_TOKEN_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getAccountToken().hashCode();
|
|
|
|
hash = (37 * hash) + JGDGPILDCHJ_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getJGDGPILDCHJ();
|
2023-03-31 19:13:32 +00:00
|
|
|
hash = (37 * hash) + ONLINE_ID_FIELD_NUMBER;
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (53 * hash) + getOnlineId().hashCode();
|
2023-03-31 19:13:32 +00:00
|
|
|
hash = (37 * hash) + ACCOUNT_UID_FIELD_NUMBER;
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (53 * hash) + getAccountUid().hashCode();
|
2023-04-30 19:08:54 -07:00
|
|
|
hash = (37 * hash) + KIIHGMPJKDJ_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getKIIHGMPJKDJ().hashCode();
|
|
|
|
hash = (37 * hash) + BIRTHDAY_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getBirthday().hashCode();
|
2023-03-31 19:13:32 +00:00
|
|
|
hash = (37 * hash) + PSN_ID_FIELD_NUMBER;
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (53 * hash) + getPsnId().hashCode();
|
2023-04-30 19:08:54 -07:00
|
|
|
hash = (37 * hash) + IEPOFPNOOKD_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getIEPOFPNOOKD();
|
|
|
|
hash = (37 * hash) + CHANNEL_ID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getChannelId();
|
2023-03-31 19:13:32 +00:00
|
|
|
hash = (37 * hash) + UID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getUid();
|
2023-04-30 19:08:54 -07:00
|
|
|
hash = (37 * hash) + IS_GUEST_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
|
|
getIsGuest());
|
|
|
|
hash = (37 * hash) + OOABKBBNBKL_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getOOABKBBNBKL().hashCode();
|
2023-03-31 19:13:32 +00:00
|
|
|
hash = (37 * hash) + KEY_ID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getKeyId();
|
2023-04-30 19:08:54 -07:00
|
|
|
hash = (37 * hash) + CIJNPHDIOND_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getCIJNPHDIOND();
|
|
|
|
hash = (37 * hash) + COUNTRY_CODE_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getCountryCode().hashCode();
|
|
|
|
hash = (37 * hash) + CJHEEAGCFJG_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getCJHEEAGCFJG();
|
|
|
|
hash = (37 * hash) + IDMEOEHPCGF_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getIDMEOEHPCGF().hashCode();
|
|
|
|
hash = (37 * hash) + CLIENT_RAND_KEY_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getClientRandKey().hashCode();
|
2022-08-21 11:33:54 +00:00
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
|
memoizedHashCode = hash;
|
|
|
|
return hash;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(
|
|
|
|
java.nio.ByteBuffer data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(
|
|
|
|
java.nio.ByteBuffer data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(
|
|
|
|
com.google.protobuf.ByteString data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(
|
|
|
|
com.google.protobuf.ByteString data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(byte[] data)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(
|
|
|
|
byte[] data,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(java.io.InputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(
|
|
|
|
java.io.InputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseDelimitedFrom(java.io.InputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseDelimitedWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseDelimitedFrom(
|
|
|
|
java.io.InputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input);
|
|
|
|
}
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parseFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
return com.google.protobuf.GeneratedMessageV3
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
|
|
|
public static Builder newBuilder() {
|
|
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
|
|
}
|
|
|
|
public static Builder newBuilder(emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq prototype) {
|
|
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder toBuilder() {
|
|
|
|
return this == DEFAULT_INSTANCE
|
|
|
|
? new Builder() : new Builder().mergeFrom(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected Builder newBuilderForType(
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
Builder builder = new Builder(parent);
|
|
|
|
return builder;
|
|
|
|
}
|
|
|
|
/**
|
2023-03-31 19:13:32 +00:00
|
|
|
* <pre>
|
2023-04-30 19:08:54 -07:00
|
|
|
* CmdId: 190
|
|
|
|
* Name: MOPMEMHOLIK
|
2023-03-31 19:13:32 +00:00
|
|
|
* </pre>
|
|
|
|
*
|
2022-08-21 11:33:54 +00:00
|
|
|
* Protobuf type {@code GetPlayerTokenReq}
|
|
|
|
*/
|
|
|
|
public static final class Builder extends
|
|
|
|
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
|
|
// @@protoc_insertion_point(builder_implements:GetPlayerTokenReq)
|
|
|
|
emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReqOrBuilder {
|
|
|
|
public static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.internal_static_GetPlayerTokenReq_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internalGetFieldAccessorTable() {
|
|
|
|
return emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.internal_static_GetPlayerTokenReq_fieldAccessorTable
|
|
|
|
.ensureFieldAccessorsInitialized(
|
|
|
|
emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq.class, emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq.Builder.class);
|
|
|
|
}
|
|
|
|
|
|
|
|
// Construct using emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq.newBuilder()
|
|
|
|
private Builder() {
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
}
|
|
|
|
|
|
|
|
private Builder(
|
|
|
|
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
|
|
super(parent);
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
}
|
|
|
|
private void maybeForceBuilderInitialization() {
|
|
|
|
if (com.google.protobuf.GeneratedMessageV3
|
|
|
|
.alwaysUseFieldBuilders) {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clear() {
|
|
|
|
super.clear();
|
2023-04-30 19:08:54 -07:00
|
|
|
kDIHPMJOCPG_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
clientIpStr_ = "";
|
2023-03-31 19:13:32 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
platformType_ = 0;
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
jGDGPILDCHJ_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-03-31 19:13:32 +00:00
|
|
|
onlineId_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountUid_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
birthday_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-03-31 19:13:32 +00:00
|
|
|
psnId_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
iEPOFPNOOKD_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
channelId_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
uid_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
isGuest_ = false;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
oOABKBBNBKL_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
keyId_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
cIJNPHDIOND_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-03-31 19:13:32 +00:00
|
|
|
countryCode_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
cJHEEAGCFJG_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = "";
|
|
|
|
|
|
|
|
clientRandKey_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.Descriptors.Descriptor
|
|
|
|
getDescriptorForType() {
|
|
|
|
return emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.internal_static_GetPlayerTokenReq_descriptor;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq getDefaultInstanceForType() {
|
|
|
|
return emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq.getDefaultInstance();
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq build() {
|
|
|
|
emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq result = buildPartial();
|
|
|
|
if (!result.isInitialized()) {
|
|
|
|
throw newUninitializedMessageException(result);
|
|
|
|
}
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq buildPartial() {
|
|
|
|
emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq result = new emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq(this);
|
2023-04-30 19:08:54 -07:00
|
|
|
result.kDIHPMJOCPG_ = kDIHPMJOCPG_;
|
2023-03-31 19:13:32 +00:00
|
|
|
result.clientIpStr_ = clientIpStr_;
|
2023-04-30 19:08:54 -07:00
|
|
|
result.platformType_ = platformType_;
|
|
|
|
result.accountToken_ = accountToken_;
|
|
|
|
result.jGDGPILDCHJ_ = jGDGPILDCHJ_;
|
2023-02-19 11:18:27 +08:00
|
|
|
result.onlineId_ = onlineId_;
|
|
|
|
result.accountUid_ = accountUid_;
|
2023-04-30 19:08:54 -07:00
|
|
|
result.kIIHGMPJKDJ_ = kIIHGMPJKDJ_;
|
|
|
|
result.birthday_ = birthday_;
|
2023-02-19 11:18:27 +08:00
|
|
|
result.psnId_ = psnId_;
|
2023-04-30 19:08:54 -07:00
|
|
|
result.iEPOFPNOOKD_ = iEPOFPNOOKD_;
|
|
|
|
result.channelId_ = channelId_;
|
2023-03-31 19:13:32 +00:00
|
|
|
result.uid_ = uid_;
|
2023-04-30 19:08:54 -07:00
|
|
|
result.isGuest_ = isGuest_;
|
|
|
|
result.oOABKBBNBKL_ = oOABKBBNBKL_;
|
2023-03-31 19:13:32 +00:00
|
|
|
result.keyId_ = keyId_;
|
2023-04-30 19:08:54 -07:00
|
|
|
result.cIJNPHDIOND_ = cIJNPHDIOND_;
|
|
|
|
result.countryCode_ = countryCode_;
|
|
|
|
result.cJHEEAGCFJG_ = cJHEEAGCFJG_;
|
|
|
|
result.iDMEOEHPCGF_ = iDMEOEHPCGF_;
|
|
|
|
result.clientRandKey_ = clientRandKey_;
|
2022-08-21 11:33:54 +00:00
|
|
|
onBuilt();
|
|
|
|
return result;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clone() {
|
|
|
|
return super.clone();
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder setField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
java.lang.Object value) {
|
|
|
|
return super.setField(field, value);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clearField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
|
|
return super.clearField(field);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder clearOneof(
|
|
|
|
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
|
|
return super.clearOneof(oneof);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder setRepeatedField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
int index, java.lang.Object value) {
|
|
|
|
return super.setRepeatedField(field, index, value);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder addRepeatedField(
|
|
|
|
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
|
|
java.lang.Object value) {
|
|
|
|
return super.addRepeatedField(field, value);
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
|
|
if (other instanceof emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq) {
|
|
|
|
return mergeFrom((emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq)other);
|
|
|
|
} else {
|
|
|
|
super.mergeFrom(other);
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public Builder mergeFrom(emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq other) {
|
|
|
|
if (other == emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq.getDefaultInstance()) return this;
|
2023-04-30 19:08:54 -07:00
|
|
|
if (other.getKDIHPMJOCPG() != 0) {
|
|
|
|
setKDIHPMJOCPG(other.getKDIHPMJOCPG());
|
2023-03-31 19:13:32 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!other.getClientIpStr().isEmpty()) {
|
|
|
|
clientIpStr_ = other.clientIpStr_;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (other.getPlatformType() != 0) {
|
|
|
|
setPlatformType(other.getPlatformType());
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!other.getAccountToken().isEmpty()) {
|
|
|
|
accountToken_ = other.accountToken_;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (other.getJGDGPILDCHJ() != 0) {
|
|
|
|
setJGDGPILDCHJ(other.getJGDGPILDCHJ());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
if (!other.getOnlineId().isEmpty()) {
|
|
|
|
onlineId_ = other.onlineId_;
|
|
|
|
onChanged();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!other.getAccountUid().isEmpty()) {
|
|
|
|
accountUid_ = other.accountUid_;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!other.getKIIHGMPJKDJ().isEmpty()) {
|
|
|
|
kIIHGMPJKDJ_ = other.kIIHGMPJKDJ_;
|
|
|
|
onChanged();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!other.getBirthday().isEmpty()) {
|
|
|
|
birthday_ = other.birthday_;
|
2023-03-31 19:13:32 +00:00
|
|
|
onChanged();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
if (!other.getPsnId().isEmpty()) {
|
|
|
|
psnId_ = other.psnId_;
|
|
|
|
onChanged();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (other.getIEPOFPNOOKD() != 0) {
|
|
|
|
setIEPOFPNOOKD(other.getIEPOFPNOOKD());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (other.getChannelId() != 0) {
|
|
|
|
setChannelId(other.getChannelId());
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
|
|
|
if (other.getUid() != 0) {
|
|
|
|
setUid(other.getUid());
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (other.getIsGuest() != false) {
|
|
|
|
setIsGuest(other.getIsGuest());
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!other.getOOABKBBNBKL().isEmpty()) {
|
|
|
|
oOABKBBNBKL_ = other.oOABKBBNBKL_;
|
|
|
|
onChanged();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (other.getKeyId() != 0) {
|
|
|
|
setKeyId(other.getKeyId());
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (other.getCIJNPHDIOND() != 0) {
|
|
|
|
setCIJNPHDIOND(other.getCIJNPHDIOND());
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
if (!other.getCountryCode().isEmpty()) {
|
|
|
|
countryCode_ = other.countryCode_;
|
2023-02-19 11:18:27 +08:00
|
|
|
onChanged();
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (other.getCJHEEAGCFJG() != 0) {
|
|
|
|
setCJHEEAGCFJG(other.getCJHEEAGCFJG());
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
if (!other.getIDMEOEHPCGF().isEmpty()) {
|
|
|
|
iDMEOEHPCGF_ = other.iDMEOEHPCGF_;
|
|
|
|
onChanged();
|
|
|
|
}
|
|
|
|
if (!other.getClientRandKey().isEmpty()) {
|
|
|
|
clientRandKey_ = other.clientRandKey_;
|
|
|
|
onChanged();
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final boolean isInitialized() {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public Builder mergeFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws java.io.IOException {
|
|
|
|
emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq parsedMessage = null;
|
|
|
|
try {
|
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
|
|
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
|
|
parsedMessage = (emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq) e.getUnfinishedMessage();
|
|
|
|
throw e.unwrapIOException();
|
|
|
|
} finally {
|
|
|
|
if (parsedMessage != null) {
|
|
|
|
mergeFrom(parsedMessage);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private int kDIHPMJOCPG_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 KDIHPMJOCPG = 7;</code>
|
|
|
|
* @return The kDIHPMJOCPG.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getKDIHPMJOCPG() {
|
|
|
|
return kDIHPMJOCPG_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 KDIHPMJOCPG = 7;</code>
|
|
|
|
* @param value The kDIHPMJOCPG to set.
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setKDIHPMJOCPG(int value) {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
kDIHPMJOCPG_ = value;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 KDIHPMJOCPG = 7;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearKDIHPMJOCPG() {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
kDIHPMJOCPG_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private java.lang.Object clientIpStr_ = "";
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_ip_str = 5;</code>
|
|
|
|
* @return The clientIpStr.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getClientIpStr() {
|
|
|
|
java.lang.Object ref = clientIpStr_;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
clientIpStr_ = s;
|
2023-02-19 11:18:27 +08:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_ip_str = 5;</code>
|
|
|
|
* @return The bytes for clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getClientIpStrBytes() {
|
|
|
|
java.lang.Object ref = clientIpStr_;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
clientIpStr_ = b;
|
2023-02-19 11:18:27 +08:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_ip_str = 5;</code>
|
|
|
|
* @param value The clientIpStr to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setClientIpStr(
|
2023-02-19 11:18:27 +08:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
clientIpStr_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_ip_str = 5;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearClientIpStr() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
clientIpStr_ = getDefaultInstance().getClientIpStr();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_ip_str = 5;</code>
|
|
|
|
* @param value The bytes for clientIpStr to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setClientIpStrBytes(
|
2023-02-19 11:18:27 +08:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
clientIpStr_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private int platformType_ ;
|
2023-02-19 11:18:27 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 platform_type = 3;</code>
|
|
|
|
* @return The platformType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
@java.lang.Override
|
|
|
|
public int getPlatformType() {
|
|
|
|
return platformType_;
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 platform_type = 3;</code>
|
|
|
|
* @param value The platformType to set.
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setPlatformType(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
platformType_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 platform_type = 3;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearPlatformType() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
platformType_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private java.lang.Object accountToken_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_token = 12;</code>
|
|
|
|
* @return The accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getAccountToken() {
|
|
|
|
java.lang.Object ref = accountToken_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_token = 12;</code>
|
|
|
|
* @return The bytes for accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getAccountTokenBytes() {
|
|
|
|
java.lang.Object ref = accountToken_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_token = 12;</code>
|
|
|
|
* @param value The accountToken to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setAccountToken(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_token = 12;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearAccountToken() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = getDefaultInstance().getAccountToken();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_token = 12;</code>
|
|
|
|
* @param value The bytes for accountToken to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setAccountTokenBytes(
|
2022-08-21 11:33:54 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountToken_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private int jGDGPILDCHJ_ ;
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 JGDGPILDCHJ = 576;</code>
|
|
|
|
* @return The jGDGPILDCHJ.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getJGDGPILDCHJ() {
|
|
|
|
return jGDGPILDCHJ_;
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 JGDGPILDCHJ = 576;</code>
|
|
|
|
* @param value The jGDGPILDCHJ to set.
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setJGDGPILDCHJ(int value) {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
jGDGPILDCHJ_ = value;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 JGDGPILDCHJ = 576;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearJGDGPILDCHJ() {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
jGDGPILDCHJ_ = 0;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-03-31 19:13:32 +00:00
|
|
|
private java.lang.Object onlineId_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string online_id = 8;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The onlineId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-03-31 19:13:32 +00:00
|
|
|
public java.lang.String getOnlineId() {
|
|
|
|
java.lang.Object ref = onlineId_;
|
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
onlineId_ = s;
|
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string online_id = 8;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return The bytes for onlineId.
|
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
getOnlineIdBytes() {
|
|
|
|
java.lang.Object ref = onlineId_;
|
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
|
|
|
onlineId_ = b;
|
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string online_id = 8;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @param value The onlineId to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-03-31 19:13:32 +00:00
|
|
|
public Builder setOnlineId(
|
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
|
|
|
onlineId_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string online_id = 8;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder clearOnlineId() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-03-31 19:13:32 +00:00
|
|
|
onlineId_ = getDefaultInstance().getOnlineId();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string online_id = 8;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @param value The bytes for onlineId to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-03-31 19:13:32 +00:00
|
|
|
public Builder setOnlineIdBytes(
|
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-03-31 19:13:32 +00:00
|
|
|
onlineId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private java.lang.Object accountUid_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_uid = 15;</code>
|
|
|
|
* @return The accountUid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getAccountUid() {
|
|
|
|
java.lang.Object ref = accountUid_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
accountUid_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_uid = 15;</code>
|
|
|
|
* @return The bytes for accountUid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getAccountUidBytes() {
|
|
|
|
java.lang.Object ref = accountUid_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
accountUid_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_uid = 15;</code>
|
|
|
|
* @param value The accountUid to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setAccountUid(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountUid_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_uid = 15;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearAccountUid() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountUid_ = getDefaultInstance().getAccountUid();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string account_uid = 15;</code>
|
|
|
|
* @param value The bytes for accountUid to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setAccountUidBytes(
|
2022-08-21 11:33:54 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
accountUid_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private java.lang.Object kIIHGMPJKDJ_ = "";
|
2023-02-19 11:18:27 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string KIIHGMPJKDJ = 6;</code>
|
|
|
|
* @return The kIIHGMPJKDJ.
|
2023-02-19 11:18:27 +08:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getKIIHGMPJKDJ() {
|
|
|
|
java.lang.Object ref = kIIHGMPJKDJ_;
|
2023-03-31 19:13:32 +00:00
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = s;
|
2023-03-31 19:13:32 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string KIIHGMPJKDJ = 6;</code>
|
|
|
|
* @return The bytes for kIIHGMPJKDJ.
|
2023-03-31 19:13:32 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getKIIHGMPJKDJBytes() {
|
|
|
|
java.lang.Object ref = kIIHGMPJKDJ_;
|
2023-03-31 19:13:32 +00:00
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = b;
|
2023-03-31 19:13:32 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string KIIHGMPJKDJ = 6;</code>
|
|
|
|
* @param value The kIIHGMPJKDJ to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setKIIHGMPJKDJ(
|
2023-03-31 19:13:32 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = value;
|
2023-03-31 19:13:32 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string KIIHGMPJKDJ = 6;</code>
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearKIIHGMPJKDJ() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = getDefaultInstance().getKIIHGMPJKDJ();
|
2023-03-31 19:13:32 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string KIIHGMPJKDJ = 6;</code>
|
|
|
|
* @param value The bytes for kIIHGMPJKDJ to set.
|
2023-03-31 19:13:32 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setKIIHGMPJKDJBytes(
|
2023-03-31 19:13:32 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
kIIHGMPJKDJ_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
2023-03-31 19:13:32 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private java.lang.Object birthday_ = "";
|
2023-03-31 19:13:32 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string birthday = 713;</code>
|
|
|
|
* @return The birthday.
|
2023-03-31 19:13:32 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getBirthday() {
|
|
|
|
java.lang.Object ref = birthday_;
|
2023-03-31 19:13:32 +00:00
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
birthday_ = s;
|
2023-03-31 19:13:32 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string birthday = 713;</code>
|
|
|
|
* @return The bytes for birthday.
|
2023-03-31 19:13:32 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getBirthdayBytes() {
|
|
|
|
java.lang.Object ref = birthday_;
|
2023-03-31 19:13:32 +00:00
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
birthday_ = b;
|
2023-03-31 19:13:32 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string birthday = 713;</code>
|
|
|
|
* @param value The birthday to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setBirthday(
|
2023-03-31 19:13:32 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
birthday_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string birthday = 713;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearBirthday() {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
birthday_ = getDefaultInstance().getBirthday();
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string birthday = 713;</code>
|
|
|
|
* @param value The bytes for birthday to set.
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setBirthdayBytes(
|
2023-03-31 19:13:32 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
birthday_ = value;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private java.lang.Object psnId_ = "";
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string psn_id = 1;</code>
|
|
|
|
* @return The psnId.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getPsnId() {
|
|
|
|
java.lang.Object ref = psnId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
psnId_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string psn_id = 1;</code>
|
|
|
|
* @return The bytes for psnId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getPsnIdBytes() {
|
|
|
|
java.lang.Object ref = psnId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
psnId_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string psn_id = 1;</code>
|
|
|
|
* @param value The psnId to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setPsnId(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
psnId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string psn_id = 1;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearPsnId() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
psnId_ = getDefaultInstance().getPsnId();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string psn_id = 1;</code>
|
|
|
|
* @param value The bytes for psnId to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setPsnIdBytes(
|
2022-08-21 11:33:54 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
psnId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private int iEPOFPNOOKD_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 IEPOFPNOOKD = 176;</code>
|
|
|
|
* @return The iEPOFPNOOKD.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
@java.lang.Override
|
|
|
|
public int getIEPOFPNOOKD() {
|
|
|
|
return iEPOFPNOOKD_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 IEPOFPNOOKD = 176;</code>
|
|
|
|
* @param value The iEPOFPNOOKD to set.
|
|
|
|
* @return This builder for chaining.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setIEPOFPNOOKD(int value) {
|
|
|
|
|
|
|
|
iEPOFPNOOKD_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 IEPOFPNOOKD = 176;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearIEPOFPNOOKD() {
|
|
|
|
|
|
|
|
iEPOFPNOOKD_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
2023-04-30 19:08:54 -07:00
|
|
|
|
|
|
|
private int channelId_ ;
|
|
|
|
/**
|
|
|
|
* <code>uint32 channel_id = 4;</code>
|
|
|
|
* @return The channelId.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getChannelId() {
|
|
|
|
return channelId_;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 channel_id = 4;</code>
|
|
|
|
* @param value The channelId to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setChannelId(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
channelId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 channel_id = 4;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearChannelId() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
channelId_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int uid_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 uid = 14;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return The uid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getUid() {
|
|
|
|
return uid_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 uid = 14;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @param value The uid to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setUid(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
uid_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 uid = 14;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearUid() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
uid_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private boolean isGuest_ ;
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>bool is_guest = 13;</code>
|
|
|
|
* @return The isGuest.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-03-31 19:13:32 +00:00
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public boolean getIsGuest() {
|
|
|
|
return isGuest_;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>bool is_guest = 13;</code>
|
|
|
|
* @param value The isGuest to set.
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder setIsGuest(boolean value) {
|
|
|
|
|
|
|
|
isGuest_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>bool is_guest = 13;</code>
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder clearIsGuest() {
|
|
|
|
|
|
|
|
isGuest_ = false;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
private java.lang.Object oOABKBBNBKL_ = "";
|
|
|
|
/**
|
|
|
|
* <code>string OOABKBBNBKL = 963;</code>
|
|
|
|
* @return The oOABKBBNBKL.
|
|
|
|
*/
|
|
|
|
public java.lang.String getOOABKBBNBKL() {
|
|
|
|
java.lang.Object ref = oOABKBBNBKL_;
|
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
oOABKBBNBKL_ = s;
|
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>string OOABKBBNBKL = 963;</code>
|
|
|
|
* @return The bytes for oOABKBBNBKL.
|
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
getOOABKBBNBKLBytes() {
|
|
|
|
java.lang.Object ref = oOABKBBNBKL_;
|
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
|
|
|
oOABKBBNBKL_ = b;
|
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>string OOABKBBNBKL = 963;</code>
|
|
|
|
* @param value The oOABKBBNBKL to set.
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder setOOABKBBNBKL(
|
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
|
|
|
oOABKBBNBKL_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string OOABKBBNBKL = 963;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearOOABKBBNBKL() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
oOABKBBNBKL_ = getDefaultInstance().getOOABKBBNBKL();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string OOABKBBNBKL = 963;</code>
|
|
|
|
* @param value The bytes for oOABKBBNBKL to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setOOABKBBNBKLBytes(
|
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
oOABKBBNBKL_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private int keyId_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 key_id = 970;</code>
|
|
|
|
* @return The keyId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getKeyId() {
|
|
|
|
return keyId_;
|
2023-02-19 11:18:27 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 key_id = 970;</code>
|
|
|
|
* @param value The keyId to set.
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setKeyId(int value) {
|
2023-02-19 11:18:27 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
keyId_ = value;
|
2023-02-19 11:18:27 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 key_id = 970;</code>
|
2023-02-19 11:18:27 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearKeyId() {
|
2023-02-19 11:18:27 +08:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
keyId_ = 0;
|
2023-02-19 11:18:27 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private int cIJNPHDIOND_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 CIJNPHDIOND = 2;</code>
|
|
|
|
* @return The cIJNPHDIOND.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-03-31 19:13:32 +00:00
|
|
|
@java.lang.Override
|
2023-04-30 19:08:54 -07:00
|
|
|
public int getCIJNPHDIOND() {
|
|
|
|
return cIJNPHDIOND_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 CIJNPHDIOND = 2;</code>
|
|
|
|
* @param value The cIJNPHDIOND to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setCIJNPHDIOND(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
cIJNPHDIOND_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 CIJNPHDIOND = 2;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearCIJNPHDIOND() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
cIJNPHDIOND_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private java.lang.Object countryCode_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string country_code = 9;</code>
|
|
|
|
* @return The countryCode.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getCountryCode() {
|
|
|
|
java.lang.Object ref = countryCode_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
countryCode_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string country_code = 9;</code>
|
|
|
|
* @return The bytes for countryCode.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getCountryCodeBytes() {
|
|
|
|
java.lang.Object ref = countryCode_;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
countryCode_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string country_code = 9;</code>
|
|
|
|
* @param value The countryCode to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setCountryCode(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
countryCode_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string country_code = 9;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearCountryCode() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
countryCode_ = getDefaultInstance().getCountryCode();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string country_code = 9;</code>
|
|
|
|
* @param value The bytes for countryCode to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setCountryCodeBytes(
|
2022-08-21 11:33:54 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
countryCode_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private int cJHEEAGCFJG_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>uint32 CJHEEAGCFJG = 10;</code>
|
|
|
|
* @return The cJHEEAGCFJG.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
@java.lang.Override
|
|
|
|
public int getCJHEEAGCFJG() {
|
|
|
|
return cJHEEAGCFJG_;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>uint32 CJHEEAGCFJG = 10;</code>
|
|
|
|
* @param value The cJHEEAGCFJG to set.
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder setCJHEEAGCFJG(int value) {
|
|
|
|
|
|
|
|
cJHEEAGCFJG_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>uint32 CJHEEAGCFJG = 10;</code>
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder clearCJHEEAGCFJG() {
|
|
|
|
|
|
|
|
cJHEEAGCFJG_ = 0;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
private java.lang.Object iDMEOEHPCGF_ = "";
|
|
|
|
/**
|
|
|
|
* <code>string IDMEOEHPCGF = 11;</code>
|
|
|
|
* @return The iDMEOEHPCGF.
|
|
|
|
*/
|
|
|
|
public java.lang.String getIDMEOEHPCGF() {
|
|
|
|
java.lang.Object ref = iDMEOEHPCGF_;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = s;
|
2022-12-24 05:12:02 +08:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string IDMEOEHPCGF = 11;</code>
|
|
|
|
* @return The bytes for iDMEOEHPCGF.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public com.google.protobuf.ByteString
|
2023-04-30 19:08:54 -07:00
|
|
|
getIDMEOEHPCGFBytes() {
|
|
|
|
java.lang.Object ref = iDMEOEHPCGF_;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = b;
|
2022-12-24 05:12:02 +08:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string IDMEOEHPCGF = 11;</code>
|
|
|
|
* @param value The iDMEOEHPCGF to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setIDMEOEHPCGF(
|
2022-12-24 05:12:02 +08:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string IDMEOEHPCGF = 11;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearIDMEOEHPCGF() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = getDefaultInstance().getIDMEOEHPCGF();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string IDMEOEHPCGF = 11;</code>
|
|
|
|
* @param value The bytes for iDMEOEHPCGF to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setIDMEOEHPCGFBytes(
|
2022-12-24 05:12:02 +08:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
iDMEOEHPCGF_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
private java.lang.Object clientRandKey_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_rand_key = 831;</code>
|
|
|
|
* @return The clientRandKey.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public java.lang.String getClientRandKey() {
|
|
|
|
java.lang.Object ref = clientRandKey_;
|
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
clientRandKey_ = s;
|
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_rand_key = 831;</code>
|
|
|
|
* @return The bytes for clientRandKey.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
getClientRandKeyBytes() {
|
|
|
|
java.lang.Object ref = clientRandKey_;
|
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
|
|
|
clientRandKey_ = b;
|
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_rand_key = 831;</code>
|
|
|
|
* @param value The clientRandKey to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setClientRandKey(
|
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
|
|
|
clientRandKey_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_rand_key = 831;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder clearClientRandKey() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
clientRandKey_ = getDefaultInstance().getClientRandKey();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-04-30 19:08:54 -07:00
|
|
|
* <code>string client_rand_key = 831;</code>
|
|
|
|
* @param value The bytes for clientRandKey to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-04-30 19:08:54 -07:00
|
|
|
public Builder setClientRandKeyBytes(
|
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-04-30 19:08:54 -07:00
|
|
|
clientRandKey_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
@java.lang.Override
|
|
|
|
public final Builder setUnknownFields(
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
return super.setUnknownFields(unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public final Builder mergeUnknownFields(
|
|
|
|
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
|
|
return super.mergeUnknownFields(unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:GetPlayerTokenReq)
|
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(class_scope:GetPlayerTokenReq)
|
|
|
|
private static final emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq DEFAULT_INSTANCE;
|
|
|
|
static {
|
|
|
|
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq();
|
|
|
|
}
|
|
|
|
|
|
|
|
public static emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq getDefaultInstance() {
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Parser<GetPlayerTokenReq>
|
|
|
|
PARSER = new com.google.protobuf.AbstractParser<GetPlayerTokenReq>() {
|
|
|
|
@java.lang.Override
|
|
|
|
public GetPlayerTokenReq parsePartialFrom(
|
|
|
|
com.google.protobuf.CodedInputStream input,
|
|
|
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
|
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
|
|
return new GetPlayerTokenReq(input, extensionRegistry);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
public static com.google.protobuf.Parser<GetPlayerTokenReq> parser() {
|
|
|
|
return PARSER;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.Parser<GetPlayerTokenReq> getParserForType() {
|
|
|
|
return PARSER;
|
|
|
|
}
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
public emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq getDefaultInstanceForType() {
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final com.google.protobuf.Descriptors.Descriptor
|
|
|
|
internal_static_GetPlayerTokenReq_descriptor;
|
|
|
|
private static final
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
|
|
internal_static_GetPlayerTokenReq_fieldAccessorTable;
|
|
|
|
|
|
|
|
public static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return descriptor;
|
|
|
|
}
|
|
|
|
private static com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
descriptor;
|
|
|
|
static {
|
|
|
|
java.lang.String[] descriptorData = {
|
2023-04-30 19:08:54 -07:00
|
|
|
"\n\027GetPlayerTokenReq.proto\"\302\003\n\021GetPlayerT" +
|
|
|
|
"okenReq\022\023\n\013KDIHPMJOCPG\030\007 \001(\r\022\025\n\rclient_i" +
|
|
|
|
"p_str\030\005 \001(\t\022\025\n\rplatform_type\030\003 \001(\r\022\025\n\rac" +
|
|
|
|
"count_token\030\014 \001(\t\022\024\n\013JGDGPILDCHJ\030\300\004 \001(\r\022" +
|
|
|
|
"\021\n\tonline_id\030\010 \001(\t\022\023\n\013account_uid\030\017 \001(\t\022" +
|
|
|
|
"\023\n\013KIIHGMPJKDJ\030\006 \001(\t\022\021\n\010birthday\030\311\005 \001(\t\022" +
|
|
|
|
"\016\n\006psn_id\030\001 \001(\t\022\024\n\013IEPOFPNOOKD\030\260\001 \001(\r\022\022\n" +
|
|
|
|
"\nchannel_id\030\004 \001(\r\022\013\n\003uid\030\016 \001(\r\022\020\n\010is_gue" +
|
|
|
|
"st\030\r \001(\010\022\024\n\013OOABKBBNBKL\030\303\007 \001(\t\022\017\n\006key_id" +
|
|
|
|
"\030\312\007 \001(\r\022\023\n\013CIJNPHDIOND\030\002 \001(\r\022\024\n\014country_" +
|
|
|
|
"code\030\t \001(\t\022\023\n\013CJHEEAGCFJG\030\n \001(\r\022\023\n\013IDMEO" +
|
|
|
|
"EHPCGF\030\013 \001(\t\022\030\n\017client_rand_key\030\277\006 \001(\tB\033" +
|
|
|
|
"\n\031emu.grasscutter.net.protob\006proto3"
|
2022-08-21 11:33:54 +00:00
|
|
|
};
|
|
|
|
descriptor = com.google.protobuf.Descriptors.FileDescriptor
|
|
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
|
|
|
new com.google.protobuf.Descriptors.FileDescriptor[] {
|
|
|
|
});
|
|
|
|
internal_static_GetPlayerTokenReq_descriptor =
|
|
|
|
getDescriptor().getMessageTypes().get(0);
|
|
|
|
internal_static_GetPlayerTokenReq_fieldAccessorTable = new
|
|
|
|
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
|
|
|
|
internal_static_GetPlayerTokenReq_descriptor,
|
2023-04-30 19:08:54 -07:00
|
|
|
new java.lang.String[] { "KDIHPMJOCPG", "ClientIpStr", "PlatformType", "AccountToken", "JGDGPILDCHJ", "OnlineId", "AccountUid", "KIIHGMPJKDJ", "Birthday", "PsnId", "IEPOFPNOOKD", "ChannelId", "Uid", "IsGuest", "OOABKBBNBKL", "KeyId", "CIJNPHDIOND", "CountryCode", "CJHEEAGCFJG", "IDMEOEHPCGF", "ClientRandKey", });
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
|
|
}
|