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-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 platformType = 10;</code>
|
|
|
|
* @return The platformType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getPlatformType();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PHNOHCKIHIA = 6;</code>
|
|
|
|
* @return The unk3300PHNOHCKIHIA.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
java.lang.String getUnk3300PHNOHCKIHIA();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PHNOHCKIHIA = 6;</code>
|
|
|
|
* @return The bytes for unk3300PHNOHCKIHIA.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getUnk3300PHNOHCKIHIABytes();
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string countryCode = 1;</code>
|
|
|
|
* @return The countryCode.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
java.lang.String getCountryCode();
|
|
|
|
/**
|
|
|
|
* <code>string countryCode = 1;</code>
|
|
|
|
* @return The bytes for countryCode.
|
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getCountryCodeBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientIpStr = 8;</code>
|
|
|
|
* @return The clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
java.lang.String getClientIpStr();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientIpStr = 8;</code>
|
|
|
|
* @return The bytes for clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getClientIpStrBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 Unk3300_PMGFBMJNNCL = 13;</code>
|
|
|
|
* @return The unk3300PMGFBMJNNCL.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getUnk3300PMGFBMJNNCL();
|
2022-12-24 05:12:02 +08:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 keyId = 294;</code>
|
|
|
|
* @return The keyId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getKeyId();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PKONAOIDNFK = 9;</code>
|
|
|
|
* @return The unk3300PKONAOIDNFK.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
java.lang.String getUnk3300PKONAOIDNFK();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PKONAOIDNFK = 9;</code>
|
|
|
|
* @return The bytes for unk3300PKONAOIDNFK.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getUnk3300PKONAOIDNFKBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 accountType = 5;</code>
|
|
|
|
* @return The accountType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getAccountType();
|
|
|
|
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>bool isGuest = 14;</code>
|
|
|
|
* @return The isGuest.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
boolean getIsGuest();
|
2022-12-24 05:12:02 +08:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 cloudClientIp = 1399;</code>
|
|
|
|
* @return The cloudClientIp.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getCloudClientIp();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string birthday = 65;</code>
|
|
|
|
* @return The birthday.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
java.lang.String getBirthday();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string birthday = 65;</code>
|
|
|
|
* @return The bytes for birthday.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getBirthdayBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string onlineId = 12;</code>
|
|
|
|
* @return The onlineId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
java.lang.String getOnlineId();
|
|
|
|
/**
|
|
|
|
* <code>string onlineId = 12;</code>
|
|
|
|
* @return The bytes for onlineId.
|
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getOnlineIdBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 uid = 11;</code>
|
|
|
|
* @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-02-19 11:18:27 +08:00
|
|
|
* <code>string clientRandKey = 776;</code>
|
|
|
|
* @return The clientRandKey.
|
|
|
|
*/
|
|
|
|
java.lang.String getClientRandKey();
|
|
|
|
/**
|
|
|
|
* <code>string clientRandKey = 776;</code>
|
|
|
|
* @return The bytes for clientRandKey.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getClientRandKeyBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 subChannelId = 7;</code>
|
|
|
|
* @return The subChannelId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getSubChannelId();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountUid = 4;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The accountUid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
java.lang.String getAccountUid();
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountUid = 4;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The bytes for accountUid.
|
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
|
|
|
getAccountUidBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountToken = 2;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
java.lang.String getAccountToken();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountToken = 2;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The bytes for accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
com.google.protobuf.ByteString
|
2022-12-24 05:12:02 +08:00
|
|
|
getAccountTokenBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string psnId = 15;</code>
|
|
|
|
* @return The psnId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
java.lang.String getPsnId();
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string psnId = 15;</code>
|
|
|
|
* @return The bytes for psnId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getPsnIdBytes();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 channelId = 3;</code>
|
|
|
|
* @return The channelId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getChannelId();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 lang = 904;</code>
|
|
|
|
* @return The lang.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
int getLang();
|
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() {
|
2022-12-24 05:12:02 +08:00
|
|
|
unk3300PHNOHCKIHIA_ = "";
|
2023-02-19 11:18:27 +08:00
|
|
|
countryCode_ = "";
|
|
|
|
clientIpStr_ = "";
|
2022-12-24 05:12:02 +08:00
|
|
|
unk3300PKONAOIDNFK_ = "";
|
2023-02-19 11:18:27 +08:00
|
|
|
birthday_ = "";
|
|
|
|
onlineId_ = "";
|
|
|
|
clientRandKey_ = "";
|
2022-12-24 05:12:02 +08:00
|
|
|
accountUid_ = "";
|
|
|
|
accountToken_ = "";
|
2023-02-19 11:18:27 +08:00
|
|
|
psnId_ = "";
|
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-02-19 11:18:27 +08:00
|
|
|
case 10: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
countryCode_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 18: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
accountToken_ = s;
|
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-02-19 11:18:27 +08:00
|
|
|
channelId_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 34: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
accountUid_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 40: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
accountType_ = input.readUInt32();
|
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-02-19 11:18:27 +08:00
|
|
|
unk3300PHNOHCKIHIA_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
case 56: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
subChannelId_ = 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-02-19 11:18:27 +08:00
|
|
|
clientIpStr_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 74: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PKONAOIDNFK_ = 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-02-19 11:18:27 +08:00
|
|
|
platformType_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 88: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
uid_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
case 98: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
onlineId_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 104: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PMGFBMJNNCL_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 112: {
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
isGuest_ = input.readBool();
|
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-02-19 11:18:27 +08:00
|
|
|
psnId_ = s;
|
2022-12-24 05:12:02 +08:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 522: {
|
2022-12-24 05:12:02 +08:00
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
|
|
|
|
|
|
|
birthday_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 2352: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
keyId_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 6210: {
|
|
|
|
java.lang.String s = input.readStringRequireUtf8();
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
clientRandKey_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 7232: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
lang_ = input.readUInt32();
|
2022-08-21 11:33:54 +00:00
|
|
|
break;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
case 11192: {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
cloudClientIp_ = 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-02-19 11:18:27 +08:00
|
|
|
* Protobuf enum {@code GetPlayerTokenReq.HOJPANHOIDB}
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public enum HOJPANHOIDB
|
|
|
|
implements com.google.protobuf.ProtocolMessageEnum {
|
|
|
|
/**
|
|
|
|
* <code>NONE = 0;</code>
|
|
|
|
*/
|
|
|
|
NONE(0, 0),
|
|
|
|
/**
|
|
|
|
* <code>PEPPOHPHJOJ = 105;</code>
|
|
|
|
*/
|
|
|
|
PEPPOHPHJOJ(1, 105),
|
|
|
|
/**
|
|
|
|
* <code>NNBKOLMPOEA = 1;</code>
|
|
|
|
*/
|
|
|
|
NNBKOLMPOEA(3, 1),
|
|
|
|
UNRECOGNIZED(-1, -1),
|
|
|
|
;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
/**
|
|
|
|
* <code>DCDNILFDFLB = 0;</code>
|
|
|
|
*/
|
|
|
|
public static final HOJPANHOIDB DCDNILFDFLB = NONE;
|
|
|
|
/**
|
|
|
|
* <code>EAJIABGAOCI = 1;</code>
|
|
|
|
*/
|
|
|
|
public static final HOJPANHOIDB EAJIABGAOCI = NNBKOLMPOEA;
|
|
|
|
/**
|
|
|
|
* <code>NONE = 0;</code>
|
|
|
|
*/
|
|
|
|
public static final int NONE_VALUE = 0;
|
|
|
|
/**
|
|
|
|
* <code>PEPPOHPHJOJ = 105;</code>
|
|
|
|
*/
|
|
|
|
public static final int PEPPOHPHJOJ_VALUE = 105;
|
|
|
|
/**
|
|
|
|
* <code>DCDNILFDFLB = 0;</code>
|
|
|
|
*/
|
|
|
|
public static final int DCDNILFDFLB_VALUE = 0;
|
|
|
|
/**
|
|
|
|
* <code>NNBKOLMPOEA = 1;</code>
|
|
|
|
*/
|
|
|
|
public static final int NNBKOLMPOEA_VALUE = 1;
|
|
|
|
/**
|
|
|
|
* <code>EAJIABGAOCI = 1;</code>
|
|
|
|
*/
|
|
|
|
public static final int EAJIABGAOCI_VALUE = 1;
|
|
|
|
|
|
|
|
|
|
|
|
public final int getNumber() {
|
|
|
|
if (index == -1) {
|
|
|
|
throw new java.lang.IllegalArgumentException(
|
|
|
|
"Can't get the number of an unknown enum value.");
|
|
|
|
}
|
|
|
|
return value;
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @param value The numeric wire value of the corresponding enum entry.
|
|
|
|
* @return The enum associated with the given numeric wire value.
|
|
|
|
* @deprecated Use {@link #forNumber(int)} instead.
|
|
|
|
*/
|
|
|
|
@java.lang.Deprecated
|
|
|
|
public static HOJPANHOIDB valueOf(int value) {
|
|
|
|
return forNumber(value);
|
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* @param value The numeric wire value of the corresponding enum entry.
|
|
|
|
* @return The enum associated with the given numeric wire value.
|
|
|
|
*/
|
|
|
|
public static HOJPANHOIDB forNumber(int value) {
|
|
|
|
switch (value) {
|
|
|
|
case 0: return NONE;
|
|
|
|
case 105: return PEPPOHPHJOJ;
|
|
|
|
case 1: return NNBKOLMPOEA;
|
|
|
|
default: return null;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
public static com.google.protobuf.Internal.EnumLiteMap<HOJPANHOIDB>
|
|
|
|
internalGetValueMap() {
|
|
|
|
return internalValueMap;
|
|
|
|
}
|
|
|
|
private static final com.google.protobuf.Internal.EnumLiteMap<
|
|
|
|
HOJPANHOIDB> internalValueMap =
|
|
|
|
new com.google.protobuf.Internal.EnumLiteMap<HOJPANHOIDB>() {
|
|
|
|
public HOJPANHOIDB findValueByNumber(int number) {
|
|
|
|
return HOJPANHOIDB.forNumber(number);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
public final com.google.protobuf.Descriptors.EnumValueDescriptor
|
|
|
|
getValueDescriptor() {
|
|
|
|
if (index == -1) {
|
|
|
|
throw new java.lang.IllegalStateException(
|
|
|
|
"Can't get the descriptor of an unrecognized enum value.");
|
|
|
|
}
|
|
|
|
return getDescriptor().getValues().get(index);
|
|
|
|
}
|
|
|
|
public final com.google.protobuf.Descriptors.EnumDescriptor
|
|
|
|
getDescriptorForType() {
|
|
|
|
return getDescriptor();
|
|
|
|
}
|
|
|
|
public static final com.google.protobuf.Descriptors.EnumDescriptor
|
|
|
|
getDescriptor() {
|
|
|
|
return emu.grasscutter.net.proto.GetPlayerTokenReqOuterClass.GetPlayerTokenReq.getDescriptor().getEnumTypes().get(0);
|
|
|
|
}
|
|
|
|
|
|
|
|
private static final HOJPANHOIDB[] VALUES = getStaticValuesArray();
|
|
|
|
private static HOJPANHOIDB[] getStaticValuesArray() {
|
|
|
|
return new HOJPANHOIDB[] {
|
|
|
|
NONE, PEPPOHPHJOJ, DCDNILFDFLB, NNBKOLMPOEA, EAJIABGAOCI,
|
|
|
|
};
|
|
|
|
}
|
|
|
|
public static HOJPANHOIDB valueOf(
|
|
|
|
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
|
|
|
|
if (desc.getType() != getDescriptor()) {
|
|
|
|
throw new java.lang.IllegalArgumentException(
|
|
|
|
"EnumValueDescriptor is not for this type.");
|
|
|
|
}
|
|
|
|
if (desc.getIndex() == -1) {
|
|
|
|
return UNRECOGNIZED;
|
|
|
|
}
|
|
|
|
return VALUES[desc.getIndex()];
|
|
|
|
}
|
|
|
|
|
|
|
|
private final int index;
|
|
|
|
private final int value;
|
|
|
|
|
|
|
|
private HOJPANHOIDB(int index, int value) {
|
|
|
|
this.index = index;
|
|
|
|
this.value = value;
|
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(enum_scope:GetPlayerTokenReq.HOJPANHOIDB)
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int PLATFORMTYPE_FIELD_NUMBER = 10;
|
2022-12-24 05:12:02 +08:00
|
|
|
private int platformType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 platformType = 10;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The platformType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2022-12-24 05:12:02 +08:00
|
|
|
public int getPlatformType() {
|
|
|
|
return platformType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int UNK3300_PHNOHCKIHIA_FIELD_NUMBER = 6;
|
|
|
|
private volatile java.lang.Object unk3300PHNOHCKIHIA_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PHNOHCKIHIA = 6;</code>
|
|
|
|
* @return The unk3300PHNOHCKIHIA.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.lang.String getUnk3300PHNOHCKIHIA() {
|
|
|
|
java.lang.Object ref = unk3300PHNOHCKIHIA_;
|
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-02-19 11:18:27 +08:00
|
|
|
unk3300PHNOHCKIHIA_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PHNOHCKIHIA = 6;</code>
|
|
|
|
* @return The bytes for unk3300PHNOHCKIHIA.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getUnk3300PHNOHCKIHIABytes() {
|
|
|
|
java.lang.Object ref = unk3300PHNOHCKIHIA_;
|
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-02-19 11:18:27 +08:00
|
|
|
unk3300PHNOHCKIHIA_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int COUNTRYCODE_FIELD_NUMBER = 1;
|
|
|
|
private volatile java.lang.Object countryCode_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string countryCode = 1;</code>
|
|
|
|
* @return The countryCode.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08: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) {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
} else {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-02-19 11:18:27 +08:00
|
|
|
countryCode_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string countryCode = 1;</code>
|
|
|
|
* @return The bytes for countryCode.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getCountryCodeBytes() {
|
|
|
|
java.lang.Object ref = countryCode_;
|
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-02-19 11:18:27 +08:00
|
|
|
countryCode_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int CLIENTIPSTR_FIELD_NUMBER = 8;
|
|
|
|
private volatile java.lang.Object clientIpStr_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientIpStr = 8;</code>
|
|
|
|
* @return The clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08: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-02-19 11:18:27 +08:00
|
|
|
clientIpStr_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientIpStr = 8;</code>
|
|
|
|
* @return The bytes for clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08: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-02-19 11:18:27 +08:00
|
|
|
clientIpStr_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int UNK3300_PMGFBMJNNCL_FIELD_NUMBER = 13;
|
|
|
|
private int unk3300PMGFBMJNNCL_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 Unk3300_PMGFBMJNNCL = 13;</code>
|
|
|
|
* @return The unk3300PMGFBMJNNCL.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getUnk3300PMGFBMJNNCL() {
|
|
|
|
return unk3300PMGFBMJNNCL_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int KEYID_FIELD_NUMBER = 294;
|
|
|
|
private int keyId_;
|
|
|
|
/**
|
|
|
|
* <code>uint32 keyId = 294;</code>
|
|
|
|
* @return The keyId.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getKeyId() {
|
|
|
|
return keyId_;
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int UNK3300_PKONAOIDNFK_FIELD_NUMBER = 9;
|
2022-12-24 05:12:02 +08:00
|
|
|
private volatile java.lang.Object unk3300PKONAOIDNFK_;
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PKONAOIDNFK = 9;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The unk3300PKONAOIDNFK.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public java.lang.String getUnk3300PKONAOIDNFK() {
|
|
|
|
java.lang.Object ref = unk3300PKONAOIDNFK_;
|
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();
|
2022-12-24 05:12:02 +08:00
|
|
|
unk3300PKONAOIDNFK_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PKONAOIDNFK = 9;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The bytes for unk3300PKONAOIDNFK.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2022-12-24 05:12:02 +08:00
|
|
|
getUnk3300PKONAOIDNFKBytes() {
|
|
|
|
java.lang.Object ref = unk3300PKONAOIDNFK_;
|
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);
|
2022-12-24 05:12:02 +08:00
|
|
|
unk3300PKONAOIDNFK_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int ACCOUNTTYPE_FIELD_NUMBER = 5;
|
|
|
|
private int accountType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 accountType = 5;</code>
|
|
|
|
* @return The accountType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getAccountType() {
|
|
|
|
return accountType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int ISGUEST_FIELD_NUMBER = 14;
|
|
|
|
private boolean isGuest_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>bool isGuest = 14;</code>
|
|
|
|
* @return The isGuest.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public boolean getIsGuest() {
|
|
|
|
return isGuest_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int CLOUDCLIENTIP_FIELD_NUMBER = 1399;
|
|
|
|
private int cloudClientIp_;
|
|
|
|
/**
|
|
|
|
* <code>uint32 cloudClientIp = 1399;</code>
|
|
|
|
* @return The cloudClientIp.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public int getCloudClientIp() {
|
|
|
|
return cloudClientIp_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int BIRTHDAY_FIELD_NUMBER = 65;
|
|
|
|
private volatile java.lang.Object birthday_;
|
|
|
|
/**
|
|
|
|
* <code>string birthday = 65;</code>
|
|
|
|
* @return The birthday.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public java.lang.String getBirthday() {
|
|
|
|
java.lang.Object ref = birthday_;
|
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-02-19 11:18:27 +08:00
|
|
|
birthday_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string birthday = 65;</code>
|
|
|
|
* @return The bytes for birthday.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getBirthdayBytes() {
|
|
|
|
java.lang.Object ref = birthday_;
|
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-02-19 11:18:27 +08:00
|
|
|
birthday_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int ONLINEID_FIELD_NUMBER = 12;
|
|
|
|
private volatile java.lang.Object onlineId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string onlineId = 12;</code>
|
|
|
|
* @return The onlineId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.lang.String getOnlineId() {
|
|
|
|
java.lang.Object ref = onlineId_;
|
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-02-19 11:18:27 +08:00
|
|
|
onlineId_ = s;
|
2022-12-24 05:12:02 +08:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string onlineId = 12;</code>
|
|
|
|
* @return The bytes for onlineId.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getOnlineIdBytes() {
|
|
|
|
java.lang.Object ref = onlineId_;
|
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-02-19 11:18:27 +08:00
|
|
|
onlineId_ = 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
|
|
|
public static final int UID_FIELD_NUMBER = 11;
|
|
|
|
private int uid_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 uid = 11;</code>
|
|
|
|
* @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_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int CLIENTRANDKEY_FIELD_NUMBER = 776;
|
|
|
|
private volatile java.lang.Object clientRandKey_;
|
|
|
|
/**
|
|
|
|
* <code>string clientRandKey = 776;</code>
|
|
|
|
* @return The clientRandKey.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public java.lang.String getClientRandKey() {
|
|
|
|
java.lang.Object ref = clientRandKey_;
|
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-02-19 11:18:27 +08:00
|
|
|
clientRandKey_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientRandKey = 776;</code>
|
|
|
|
* @return The bytes for clientRandKey.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getClientRandKeyBytes() {
|
|
|
|
java.lang.Object ref = clientRandKey_;
|
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-02-19 11:18:27 +08:00
|
|
|
clientRandKey_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int SUBCHANNELID_FIELD_NUMBER = 7;
|
|
|
|
private int subChannelId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 subChannelId = 7;</code>
|
|
|
|
* @return The subChannelId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getSubChannelId() {
|
|
|
|
return subChannelId_;
|
|
|
|
}
|
|
|
|
|
|
|
|
public static final int ACCOUNTUID_FIELD_NUMBER = 4;
|
|
|
|
private volatile java.lang.Object accountUid_;
|
|
|
|
/**
|
|
|
|
* <code>string accountUid = 4;</code>
|
|
|
|
* @return The accountUid.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public java.lang.String getAccountUid() {
|
|
|
|
java.lang.Object ref = accountUid_;
|
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-02-19 11:18:27 +08:00
|
|
|
accountUid_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountUid = 4;</code>
|
|
|
|
* @return The bytes for accountUid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getAccountUidBytes() {
|
|
|
|
java.lang.Object ref = accountUid_;
|
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-02-19 11:18:27 +08:00
|
|
|
accountUid_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int ACCOUNTTOKEN_FIELD_NUMBER = 2;
|
|
|
|
private volatile java.lang.Object accountToken_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountToken = 2;</code>
|
|
|
|
* @return The accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.lang.String getAccountToken() {
|
|
|
|
java.lang.Object ref = accountToken_;
|
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-02-19 11:18:27 +08:00
|
|
|
accountToken_ = s;
|
2022-12-24 05:12:02 +08:00
|
|
|
return s;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountToken = 2;</code>
|
|
|
|
* @return The bytes for accountToken.
|
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-02-19 11:18:27 +08:00
|
|
|
getAccountTokenBytes() {
|
|
|
|
java.lang.Object ref = accountToken_;
|
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-02-19 11:18:27 +08:00
|
|
|
accountToken_ = 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
|
|
|
public static final int PSNID_FIELD_NUMBER = 15;
|
|
|
|
private volatile java.lang.Object psnId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string psnId = 15;</code>
|
|
|
|
* @return The psnId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.lang.String getPsnId() {
|
|
|
|
java.lang.Object ref = psnId_;
|
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-02-19 11:18:27 +08:00
|
|
|
psnId_ = s;
|
2022-12-24 05:12:02 +08:00
|
|
|
return s;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string psnId = 15;</code>
|
|
|
|
* @return The bytes for psnId.
|
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-02-19 11:18:27 +08:00
|
|
|
getPsnIdBytes() {
|
|
|
|
java.lang.Object ref = psnId_;
|
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-02-19 11:18:27 +08:00
|
|
|
psnId_ = 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
|
|
|
public static final int CHANNELID_FIELD_NUMBER = 3;
|
|
|
|
private int channelId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 channelId = 3;</code>
|
|
|
|
* @return The channelId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getChannelId() {
|
|
|
|
return channelId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
public static final int LANG_FIELD_NUMBER = 904;
|
|
|
|
private int lang_;
|
|
|
|
/**
|
|
|
|
* <code>uint32 lang = 904;</code>
|
|
|
|
* @return The lang.
|
|
|
|
*/
|
2022-08-21 11:33:54 +00:00
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getLang() {
|
|
|
|
return lang_;
|
|
|
|
}
|
|
|
|
|
|
|
|
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-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(countryCode_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, countryCode_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accountToken_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, accountToken_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (channelId_ != 0) {
|
|
|
|
output.writeUInt32(3, channelId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accountUid_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 4, accountUid_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (accountType_ != 0) {
|
2023-02-19 11:18:27 +08:00
|
|
|
output.writeUInt32(5, accountType_);
|
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(unk3300PHNOHCKIHIA_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, unk3300PHNOHCKIHIA_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (subChannelId_ != 0) {
|
2022-12-24 05:12:02 +08:00
|
|
|
output.writeUInt32(7, subChannelId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientIpStr_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, clientIpStr_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(unk3300PKONAOIDNFK_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, unk3300PKONAOIDNFK_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (platformType_ != 0) {
|
|
|
|
output.writeUInt32(10, platformType_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (uid_ != 0) {
|
|
|
|
output.writeUInt32(11, uid_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, onlineId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (unk3300PMGFBMJNNCL_ != 0) {
|
|
|
|
output.writeUInt32(13, unk3300PMGFBMJNNCL_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (isGuest_ != false) {
|
|
|
|
output.writeBool(14, isGuest_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(psnId_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, psnId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(birthday_)) {
|
2023-02-19 11:18:27 +08:00
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 65, birthday_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (keyId_ != 0) {
|
2023-02-19 11:18:27 +08:00
|
|
|
output.writeUInt32(294, keyId_);
|
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientRandKey_)) {
|
|
|
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 776, clientRandKey_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
if (lang_ != 0) {
|
2023-02-19 11:18:27 +08:00
|
|
|
output.writeUInt32(904, lang_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
if (cloudClientIp_ != 0) {
|
2023-02-19 11:18:27 +08:00
|
|
|
output.writeUInt32(1399, cloudClientIp_);
|
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-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(countryCode_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, countryCode_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accountToken_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, accountToken_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (channelId_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeUInt32Size(3, channelId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(accountUid_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, accountUid_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (accountType_ != 0) {
|
2022-08-21 11:33:54 +00:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-02-19 11:18:27 +08:00
|
|
|
.computeUInt32Size(5, accountType_);
|
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(unk3300PHNOHCKIHIA_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, unk3300PHNOHCKIHIA_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (subChannelId_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2022-12-24 05:12:02 +08:00
|
|
|
.computeUInt32Size(7, subChannelId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientIpStr_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(8, clientIpStr_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(unk3300PKONAOIDNFK_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, unk3300PKONAOIDNFK_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (platformType_ != 0) {
|
2022-08-21 11:33:54 +00:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-02-19 11:18:27 +08:00
|
|
|
.computeUInt32Size(10, platformType_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (uid_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeUInt32Size(11, uid_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(onlineId_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, onlineId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (unk3300PMGFBMJNNCL_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
|
|
|
.computeUInt32Size(13, unk3300PMGFBMJNNCL_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (isGuest_ != false) {
|
2022-08-21 11:33:54 +00:00
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2022-12-24 05:12:02 +08:00
|
|
|
.computeBoolSize(14, isGuest_);
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(psnId_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, psnId_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(birthday_)) {
|
2023-02-19 11:18:27 +08:00
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(65, birthday_);
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
if (keyId_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-02-19 11:18:27 +08:00
|
|
|
.computeUInt32Size(294, keyId_);
|
|
|
|
}
|
|
|
|
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientRandKey_)) {
|
|
|
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(776, clientRandKey_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
if (lang_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-02-19 11:18:27 +08:00
|
|
|
.computeUInt32Size(904, lang_);
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
if (cloudClientIp_ != 0) {
|
|
|
|
size += com.google.protobuf.CodedOutputStream
|
2023-02-19 11:18:27 +08:00
|
|
|
.computeUInt32Size(1399, cloudClientIp_);
|
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;
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
if (getPlatformType()
|
|
|
|
!= other.getPlatformType()) return false;
|
|
|
|
if (!getUnk3300PHNOHCKIHIA()
|
|
|
|
.equals(other.getUnk3300PHNOHCKIHIA())) return false;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!getCountryCode()
|
|
|
|
.equals(other.getCountryCode())) return false;
|
|
|
|
if (!getClientIpStr()
|
|
|
|
.equals(other.getClientIpStr())) return false;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (getUnk3300PMGFBMJNNCL()
|
|
|
|
!= other.getUnk3300PMGFBMJNNCL()) return false;
|
|
|
|
if (getKeyId()
|
|
|
|
!= other.getKeyId()) return false;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!getUnk3300PKONAOIDNFK()
|
|
|
|
.equals(other.getUnk3300PKONAOIDNFK())) return false;
|
|
|
|
if (getAccountType()
|
|
|
|
!= other.getAccountType()) return false;
|
|
|
|
if (getIsGuest()
|
|
|
|
!= other.getIsGuest()) return false;
|
|
|
|
if (getCloudClientIp()
|
|
|
|
!= other.getCloudClientIp()) return false;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (!getBirthday()
|
|
|
|
.equals(other.getBirthday())) return false;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!getOnlineId()
|
|
|
|
.equals(other.getOnlineId())) return false;
|
|
|
|
if (getUid()
|
|
|
|
!= other.getUid()) return false;
|
|
|
|
if (!getClientRandKey()
|
|
|
|
.equals(other.getClientRandKey())) return false;
|
2022-08-21 11:33:54 +00:00
|
|
|
if (getSubChannelId()
|
|
|
|
!= other.getSubChannelId()) return false;
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!getAccountUid()
|
|
|
|
.equals(other.getAccountUid())) return false;
|
|
|
|
if (!getAccountToken()
|
|
|
|
.equals(other.getAccountToken())) return false;
|
|
|
|
if (!getPsnId()
|
|
|
|
.equals(other.getPsnId())) return false;
|
|
|
|
if (getChannelId()
|
|
|
|
!= other.getChannelId()) return false;
|
|
|
|
if (getLang()
|
|
|
|
!= other.getLang()) 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-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + PLATFORMTYPE_FIELD_NUMBER;
|
2022-12-24 05:12:02 +08:00
|
|
|
hash = (53 * hash) + getPlatformType();
|
|
|
|
hash = (37 * hash) + UNK3300_PHNOHCKIHIA_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getUnk3300PHNOHCKIHIA().hashCode();
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + COUNTRYCODE_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getCountryCode().hashCode();
|
|
|
|
hash = (37 * hash) + CLIENTIPSTR_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getClientIpStr().hashCode();
|
2022-12-24 05:12:02 +08:00
|
|
|
hash = (37 * hash) + UNK3300_PMGFBMJNNCL_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getUnk3300PMGFBMJNNCL();
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + KEYID_FIELD_NUMBER;
|
2022-12-24 05:12:02 +08:00
|
|
|
hash = (53 * hash) + getKeyId();
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + UNK3300_PKONAOIDNFK_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getUnk3300PKONAOIDNFK().hashCode();
|
|
|
|
hash = (37 * hash) + ACCOUNTTYPE_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getAccountType();
|
|
|
|
hash = (37 * hash) + ISGUEST_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean(
|
|
|
|
getIsGuest());
|
|
|
|
hash = (37 * hash) + CLOUDCLIENTIP_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getCloudClientIp();
|
2022-08-21 11:33:54 +00:00
|
|
|
hash = (37 * hash) + BIRTHDAY_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getBirthday().hashCode();
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + ONLINEID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getOnlineId().hashCode();
|
|
|
|
hash = (37 * hash) + UID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getUid();
|
|
|
|
hash = (37 * hash) + CLIENTRANDKEY_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getClientRandKey().hashCode();
|
|
|
|
hash = (37 * hash) + SUBCHANNELID_FIELD_NUMBER;
|
2022-08-21 11:33:54 +00:00
|
|
|
hash = (53 * hash) + getSubChannelId();
|
2023-02-19 11:18:27 +08:00
|
|
|
hash = (37 * hash) + ACCOUNTUID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getAccountUid().hashCode();
|
|
|
|
hash = (37 * hash) + ACCOUNTTOKEN_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getAccountToken().hashCode();
|
|
|
|
hash = (37 * hash) + PSNID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getPsnId().hashCode();
|
|
|
|
hash = (37 * hash) + CHANNELID_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getChannelId();
|
|
|
|
hash = (37 * hash) + LANG_FIELD_NUMBER;
|
|
|
|
hash = (53 * hash) + getLang();
|
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;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* 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-02-19 11:18:27 +08:00
|
|
|
platformType_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PHNOHCKIHIA_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
countryCode_ = "";
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
clientIpStr_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PMGFBMJNNCL_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
keyId_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PKONAOIDNFK_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
accountType_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
isGuest_ = false;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
cloudClientIp_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
birthday_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
onlineId_ = "";
|
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-02-19 11:18:27 +08:00
|
|
|
clientRandKey_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
subChannelId_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
accountUid_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
accountToken_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
psnId_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
channelId_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
lang_ = 0;
|
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);
|
2022-12-24 05:12:02 +08:00
|
|
|
result.platformType_ = platformType_;
|
|
|
|
result.unk3300PHNOHCKIHIA_ = unk3300PHNOHCKIHIA_;
|
2023-02-19 11:18:27 +08:00
|
|
|
result.countryCode_ = countryCode_;
|
|
|
|
result.clientIpStr_ = clientIpStr_;
|
2022-12-24 05:12:02 +08:00
|
|
|
result.unk3300PMGFBMJNNCL_ = unk3300PMGFBMJNNCL_;
|
|
|
|
result.keyId_ = keyId_;
|
2023-02-19 11:18:27 +08:00
|
|
|
result.unk3300PKONAOIDNFK_ = unk3300PKONAOIDNFK_;
|
|
|
|
result.accountType_ = accountType_;
|
|
|
|
result.isGuest_ = isGuest_;
|
|
|
|
result.cloudClientIp_ = cloudClientIp_;
|
2022-08-21 11:33:54 +00:00
|
|
|
result.birthday_ = birthday_;
|
2023-02-19 11:18:27 +08:00
|
|
|
result.onlineId_ = onlineId_;
|
|
|
|
result.uid_ = uid_;
|
|
|
|
result.clientRandKey_ = clientRandKey_;
|
2022-08-21 11:33:54 +00:00
|
|
|
result.subChannelId_ = subChannelId_;
|
2023-02-19 11:18:27 +08:00
|
|
|
result.accountUid_ = accountUid_;
|
|
|
|
result.accountToken_ = accountToken_;
|
|
|
|
result.psnId_ = psnId_;
|
|
|
|
result.channelId_ = channelId_;
|
|
|
|
result.lang_ = lang_;
|
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;
|
2022-12-24 05:12:02 +08:00
|
|
|
if (other.getPlatformType() != 0) {
|
|
|
|
setPlatformType(other.getPlatformType());
|
|
|
|
}
|
|
|
|
if (!other.getUnk3300PHNOHCKIHIA().isEmpty()) {
|
|
|
|
unk3300PHNOHCKIHIA_ = other.unk3300PHNOHCKIHIA_;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!other.getCountryCode().isEmpty()) {
|
|
|
|
countryCode_ = other.countryCode_;
|
|
|
|
onChanged();
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!other.getClientIpStr().isEmpty()) {
|
|
|
|
clientIpStr_ = other.clientIpStr_;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (other.getUnk3300PMGFBMJNNCL() != 0) {
|
|
|
|
setUnk3300PMGFBMJNNCL(other.getUnk3300PMGFBMJNNCL());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (other.getKeyId() != 0) {
|
|
|
|
setKeyId(other.getKeyId());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!other.getUnk3300PKONAOIDNFK().isEmpty()) {
|
|
|
|
unk3300PKONAOIDNFK_ = other.unk3300PKONAOIDNFK_;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (other.getAccountType() != 0) {
|
|
|
|
setAccountType(other.getAccountType());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (other.getIsGuest() != false) {
|
|
|
|
setIsGuest(other.getIsGuest());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (other.getCloudClientIp() != 0) {
|
|
|
|
setCloudClientIp(other.getCloudClientIp());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (!other.getBirthday().isEmpty()) {
|
|
|
|
birthday_ = other.birthday_;
|
|
|
|
onChanged();
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!other.getOnlineId().isEmpty()) {
|
|
|
|
onlineId_ = other.onlineId_;
|
|
|
|
onChanged();
|
|
|
|
}
|
|
|
|
if (other.getUid() != 0) {
|
|
|
|
setUid(other.getUid());
|
|
|
|
}
|
|
|
|
if (!other.getClientRandKey().isEmpty()) {
|
|
|
|
clientRandKey_ = other.clientRandKey_;
|
|
|
|
onChanged();
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
if (other.getSubChannelId() != 0) {
|
|
|
|
setSubChannelId(other.getSubChannelId());
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
if (!other.getAccountUid().isEmpty()) {
|
|
|
|
accountUid_ = other.accountUid_;
|
|
|
|
onChanged();
|
|
|
|
}
|
|
|
|
if (!other.getAccountToken().isEmpty()) {
|
|
|
|
accountToken_ = other.accountToken_;
|
|
|
|
onChanged();
|
|
|
|
}
|
|
|
|
if (!other.getPsnId().isEmpty()) {
|
|
|
|
psnId_ = other.psnId_;
|
|
|
|
onChanged();
|
|
|
|
}
|
|
|
|
if (other.getChannelId() != 0) {
|
|
|
|
setChannelId(other.getChannelId());
|
|
|
|
}
|
|
|
|
if (other.getLang() != 0) {
|
|
|
|
setLang(other.getLang());
|
|
|
|
}
|
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-02-19 11:18:27 +08:00
|
|
|
private int platformType_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 platformType = 10;</code>
|
|
|
|
* @return The platformType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getPlatformType() {
|
|
|
|
return platformType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 platformType = 10;</code>
|
|
|
|
* @param value The platformType to set.
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setPlatformType(int value) {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
platformType_ = value;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 platformType = 10;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearPlatformType() {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
platformType_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private java.lang.Object unk3300PHNOHCKIHIA_ = "";
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PHNOHCKIHIA = 6;</code>
|
|
|
|
* @return The unk3300PHNOHCKIHIA.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.lang.String getUnk3300PHNOHCKIHIA() {
|
|
|
|
java.lang.Object ref = unk3300PHNOHCKIHIA_;
|
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
unk3300PHNOHCKIHIA_ = s;
|
|
|
|
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-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PHNOHCKIHIA = 6;</code>
|
|
|
|
* @return The bytes for unk3300PHNOHCKIHIA.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
getUnk3300PHNOHCKIHIABytes() {
|
|
|
|
java.lang.Object ref = unk3300PHNOHCKIHIA_;
|
|
|
|
if (ref instanceof String) {
|
|
|
|
com.google.protobuf.ByteString b =
|
|
|
|
com.google.protobuf.ByteString.copyFromUtf8(
|
|
|
|
(java.lang.String) ref);
|
|
|
|
unk3300PHNOHCKIHIA_ = b;
|
|
|
|
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
|
|
|
* <code>string Unk3300_PHNOHCKIHIA = 6;</code>
|
|
|
|
* @param value The unk3300PHNOHCKIHIA 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 setUnk3300PHNOHCKIHIA(
|
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
|
|
|
unk3300PHNOHCKIHIA_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PHNOHCKIHIA = 6;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearUnk3300PHNOHCKIHIA() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PHNOHCKIHIA_ = getDefaultInstance().getUnk3300PHNOHCKIHIA();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PHNOHCKIHIA = 6;</code>
|
|
|
|
* @param value The bytes for unk3300PHNOHCKIHIA 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 setUnk3300PHNOHCKIHIABytes(
|
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PHNOHCKIHIA_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private java.lang.Object countryCode_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string countryCode = 1;</code>
|
|
|
|
* @return The countryCode.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.lang.String getCountryCode() {
|
|
|
|
java.lang.Object ref = countryCode_;
|
|
|
|
if (!(ref instanceof java.lang.String)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
|
|
|
countryCode_ = s;
|
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string countryCode = 1;</code>
|
|
|
|
* @return The bytes for countryCode.
|
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
|
|
|
getCountryCodeBytes() {
|
|
|
|
java.lang.Object ref = countryCode_;
|
|
|
|
if (ref instanceof 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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>string countryCode = 1;</code>
|
|
|
|
* @param value The countryCode 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 setCountryCode(
|
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
|
|
|
countryCode_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>string countryCode = 1;</code>
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder clearCountryCode() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
countryCode_ = getDefaultInstance().getCountryCode();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string countryCode = 1;</code>
|
|
|
|
* @param value The bytes for countryCode 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 setCountryCodeBytes(
|
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
countryCode_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private java.lang.Object clientIpStr_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientIpStr = 8;</code>
|
|
|
|
* @return The clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08: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)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-02-19 11:18:27 +08:00
|
|
|
clientIpStr_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientIpStr = 8;</code>
|
|
|
|
* @return The bytes for clientIpStr.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getClientIpStrBytes() {
|
|
|
|
java.lang.Object ref = clientIpStr_;
|
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-02-19 11:18:27 +08:00
|
|
|
clientIpStr_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientIpStr = 8;</code>
|
|
|
|
* @param value The clientIpStr 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 setClientIpStr(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
clientIpStr_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientIpStr = 8;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearClientIpStr() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
clientIpStr_ = getDefaultInstance().getClientIpStr();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientIpStr = 8;</code>
|
|
|
|
* @param value The bytes for clientIpStr 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 setClientIpStrBytes(
|
2022-08-21 11:33:54 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
clientIpStr_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int unk3300PMGFBMJNNCL_ ;
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 Unk3300_PMGFBMJNNCL = 13;</code>
|
|
|
|
* @return The unk3300PMGFBMJNNCL.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getUnk3300PMGFBMJNNCL() {
|
|
|
|
return unk3300PMGFBMJNNCL_;
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 Unk3300_PMGFBMJNNCL = 13;</code>
|
|
|
|
* @param value The unk3300PMGFBMJNNCL to set.
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setUnk3300PMGFBMJNNCL(int value) {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PMGFBMJNNCL_ = value;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 Unk3300_PMGFBMJNNCL = 13;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearUnk3300PMGFBMJNNCL() {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PMGFBMJNNCL_ = 0;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int keyId_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 keyId = 294;</code>
|
|
|
|
* @return The keyId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getKeyId() {
|
|
|
|
return keyId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 keyId = 294;</code>
|
|
|
|
* @param value The keyId 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 setKeyId(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
keyId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 keyId = 294;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearKeyId() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
keyId_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private java.lang.Object unk3300PKONAOIDNFK_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PKONAOIDNFK = 9;</code>
|
|
|
|
* @return The unk3300PKONAOIDNFK.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.lang.String getUnk3300PKONAOIDNFK() {
|
|
|
|
java.lang.Object ref = unk3300PKONAOIDNFK_;
|
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-02-19 11:18:27 +08:00
|
|
|
unk3300PKONAOIDNFK_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PKONAOIDNFK = 9;</code>
|
|
|
|
* @return The bytes for unk3300PKONAOIDNFK.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getUnk3300PKONAOIDNFKBytes() {
|
|
|
|
java.lang.Object ref = unk3300PKONAOIDNFK_;
|
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-02-19 11:18:27 +08:00
|
|
|
unk3300PKONAOIDNFK_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PKONAOIDNFK = 9;</code>
|
|
|
|
* @param value The unk3300PKONAOIDNFK 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 setUnk3300PKONAOIDNFK(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PKONAOIDNFK_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PKONAOIDNFK = 9;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearUnk3300PKONAOIDNFK() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PKONAOIDNFK_ = getDefaultInstance().getUnk3300PKONAOIDNFK();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string Unk3300_PKONAOIDNFK = 9;</code>
|
|
|
|
* @param value The bytes for unk3300PKONAOIDNFK 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 setUnk3300PKONAOIDNFKBytes(
|
2022-08-21 11:33:54 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
unk3300PKONAOIDNFK_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int accountType_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 accountType = 5;</code>
|
|
|
|
* @return The accountType.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
@java.lang.Override
|
|
|
|
public int getAccountType() {
|
|
|
|
return accountType_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 accountType = 5;</code>
|
|
|
|
* @param value The accountType to set.
|
|
|
|
* @return This builder for chaining.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setAccountType(int value) {
|
|
|
|
|
|
|
|
accountType_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 accountType = 5;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearAccountType() {
|
|
|
|
|
|
|
|
accountType_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
2023-02-19 11:18:27 +08:00
|
|
|
|
|
|
|
private boolean isGuest_ ;
|
|
|
|
/**
|
|
|
|
* <code>bool isGuest = 14;</code>
|
|
|
|
* @return The isGuest.
|
|
|
|
*/
|
|
|
|
@java.lang.Override
|
|
|
|
public boolean getIsGuest() {
|
|
|
|
return isGuest_;
|
|
|
|
}
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>bool isGuest = 14;</code>
|
|
|
|
* @param value The isGuest 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 setIsGuest(boolean value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
isGuest_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>bool isGuest = 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 clearIsGuest() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
isGuest_ = false;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int cloudClientIp_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 cloudClientIp = 1399;</code>
|
|
|
|
* @return The cloudClientIp.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getCloudClientIp() {
|
|
|
|
return cloudClientIp_;
|
2022-12-24 05:12:02 +08:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 cloudClientIp = 1399;</code>
|
|
|
|
* @param value The cloudClientIp to set.
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder setCloudClientIp(int value) {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
cloudClientIp_ = value;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 cloudClientIp = 1399;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearCloudClientIp() {
|
2022-12-24 05:12:02 +08:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
cloudClientIp_ = 0;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private java.lang.Object birthday_ = "";
|
2022-12-24 05:12:02 +08:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string birthday = 65;</code>
|
|
|
|
* @return The birthday.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.lang.String getBirthday() {
|
|
|
|
java.lang.Object ref = birthday_;
|
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-02-19 11:18:27 +08:00
|
|
|
birthday_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string birthday = 65;</code>
|
|
|
|
* @return The bytes for birthday.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getBirthdayBytes() {
|
|
|
|
java.lang.Object ref = birthday_;
|
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-02-19 11:18:27 +08:00
|
|
|
birthday_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string birthday = 65;</code>
|
|
|
|
* @param value The birthday 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 setBirthday(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
birthday_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string birthday = 65;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearBirthday() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
birthday_ = getDefaultInstance().getBirthday();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string birthday = 65;</code>
|
|
|
|
* @param value The bytes for birthday 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 setBirthdayBytes(
|
2022-08-21 11:33:54 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
birthday_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private java.lang.Object onlineId_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string onlineId = 12;</code>
|
|
|
|
* @return The onlineId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08: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)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-02-19 11:18:27 +08:00
|
|
|
onlineId_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string onlineId = 12;</code>
|
|
|
|
* @return The bytes for onlineId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getOnlineIdBytes() {
|
|
|
|
java.lang.Object ref = onlineId_;
|
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-02-19 11:18:27 +08:00
|
|
|
onlineId_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string onlineId = 12;</code>
|
|
|
|
* @param value The onlineId 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 setOnlineId(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
onlineId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string onlineId = 12;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearOnlineId() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
onlineId_ = getDefaultInstance().getOnlineId();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string onlineId = 12;</code>
|
|
|
|
* @param value The bytes for onlineId 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 setOnlineIdBytes(
|
2022-08-21 11:33:54 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
onlineId_ = value;
|
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-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 uid = 11;</code>
|
|
|
|
* @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-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 uid = 11;</code>
|
|
|
|
* @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-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 uid = 11;</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-02-19 11:18:27 +08:00
|
|
|
private java.lang.Object clientRandKey_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientRandKey = 776;</code>
|
|
|
|
* @return The clientRandKey.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08: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)) {
|
|
|
|
com.google.protobuf.ByteString bs =
|
|
|
|
(com.google.protobuf.ByteString) ref;
|
|
|
|
java.lang.String s = bs.toStringUtf8();
|
2023-02-19 11:18:27 +08:00
|
|
|
clientRandKey_ = 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-02-19 11:18:27 +08:00
|
|
|
* <code>string clientRandKey = 776;</code>
|
|
|
|
* @return The bytes for clientRandKey.
|
2022-12-24 05:12:02 +08:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getClientRandKeyBytes() {
|
|
|
|
java.lang.Object ref = clientRandKey_;
|
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-02-19 11:18:27 +08:00
|
|
|
clientRandKey_ = b;
|
2022-12-24 05:12:02 +08:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientRandKey = 776;</code>
|
|
|
|
* @param value The clientRandKey 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 setClientRandKey(
|
2022-12-24 05:12:02 +08:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
clientRandKey_ = value;
|
2022-12-24 05:12:02 +08:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientRandKey = 776;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearClientRandKey() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
clientRandKey_ = getDefaultInstance().getClientRandKey();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string clientRandKey = 776;</code>
|
|
|
|
* @param value The bytes for clientRandKey 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 setClientRandKeyBytes(
|
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-02-19 11:18:27 +08:00
|
|
|
clientRandKey_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int subChannelId_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 subChannelId = 7;</code>
|
|
|
|
* @return The subChannelId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
@java.lang.Override
|
|
|
|
public int getSubChannelId() {
|
|
|
|
return subChannelId_;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>uint32 subChannelId = 7;</code>
|
|
|
|
* @param value The subChannelId to set.
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder setSubChannelId(int value) {
|
|
|
|
|
|
|
|
subChannelId_ = value;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* <code>uint32 subChannelId = 7;</code>
|
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
|
|
|
public Builder clearSubChannelId() {
|
|
|
|
|
|
|
|
subChannelId_ = 0;
|
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
|
|
|
private java.lang.Object accountUid_ = "";
|
|
|
|
/**
|
|
|
|
* <code>string accountUid = 4;</code>
|
|
|
|
* @return The accountUid.
|
|
|
|
*/
|
|
|
|
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-02-19 11:18:27 +08:00
|
|
|
accountUid_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountUid = 4;</code>
|
|
|
|
* @return The bytes for accountUid.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08: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-02-19 11:18:27 +08:00
|
|
|
accountUid_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountUid = 4;</code>
|
|
|
|
* @param value The accountUid 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 setAccountUid(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
accountUid_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountUid = 4;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearAccountUid() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
accountUid_ = getDefaultInstance().getAccountUid();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountUid = 4;</code>
|
|
|
|
* @param value The bytes for accountUid 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 setAccountUidBytes(
|
2022-08-21 11:33:54 +00:00
|
|
|
com.google.protobuf.ByteString value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
checkByteStringIsUtf8(value);
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
accountUid_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
private java.lang.Object accountToken_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountToken = 2;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08: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();
|
2022-12-24 05:12:02 +08:00
|
|
|
accountToken_ = s;
|
2022-08-21 11:33:54 +00:00
|
|
|
return s;
|
|
|
|
} else {
|
|
|
|
return (java.lang.String) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountToken = 2;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @return The bytes for accountToken.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
public com.google.protobuf.ByteString
|
2022-12-24 05:12:02 +08: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);
|
2022-12-24 05:12:02 +08:00
|
|
|
accountToken_ = b;
|
2022-08-21 11:33:54 +00:00
|
|
|
return b;
|
|
|
|
} else {
|
|
|
|
return (com.google.protobuf.ByteString) ref;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountToken = 2;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @param value The accountToken to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public Builder setAccountToken(
|
2022-08-21 11:33:54 +00:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
accountToken_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountToken = 2;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public Builder clearAccountToken() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
accountToken_ = getDefaultInstance().getAccountToken();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string accountToken = 2;</code>
|
2022-12-24 05:12:02 +08:00
|
|
|
* @param value The bytes for accountToken to set.
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2022-12-24 05:12:02 +08: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);
|
|
|
|
|
2022-12-24 05:12:02 +08:00
|
|
|
accountToken_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private java.lang.Object psnId_ = "";
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string psnId = 15;</code>
|
|
|
|
* @return The psnId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public java.lang.String getPsnId() {
|
|
|
|
java.lang.Object ref = psnId_;
|
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-02-19 11:18:27 +08:00
|
|
|
psnId_ = 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-02-19 11:18:27 +08:00
|
|
|
* <code>string psnId = 15;</code>
|
|
|
|
* @return The bytes for psnId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2022-12-24 05:12:02 +08:00
|
|
|
public com.google.protobuf.ByteString
|
2023-02-19 11:18:27 +08:00
|
|
|
getPsnIdBytes() {
|
|
|
|
java.lang.Object ref = psnId_;
|
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-02-19 11:18:27 +08:00
|
|
|
psnId_ = 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
|
|
|
* <code>string psnId = 15;</code>
|
|
|
|
* @param value The psnId 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 setPsnId(
|
2022-12-24 05:12:02 +08:00
|
|
|
java.lang.String value) {
|
|
|
|
if (value == null) {
|
|
|
|
throw new NullPointerException();
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
psnId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string psnId = 15;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearPsnId() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
psnId_ = getDefaultInstance().getPsnId();
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>string psnId = 15;</code>
|
|
|
|
* @param value The bytes for psnId 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 setPsnIdBytes(
|
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-02-19 11:18:27 +08:00
|
|
|
psnId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int channelId_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 channelId = 3;</code>
|
|
|
|
* @return The channelId.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
@java.lang.Override
|
|
|
|
public int getChannelId() {
|
|
|
|
return channelId_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 channelId = 3;</code>
|
|
|
|
* @param value The channelId 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 setChannelId(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
channelId_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 channelId = 3;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearChannelId() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
channelId_ = 0;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
private int lang_ ;
|
2022-08-21 11:33:54 +00:00
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 lang = 904;</code>
|
|
|
|
* @return The lang.
|
2022-08-21 11:33:54 +00:00
|
|
|
*/
|
|
|
|
@java.lang.Override
|
2023-02-19 11:18:27 +08:00
|
|
|
public int getLang() {
|
|
|
|
return lang_;
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 lang = 904;</code>
|
|
|
|
* @param value The lang 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 setLang(int value) {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
lang_ = value;
|
2022-08-21 11:33:54 +00:00
|
|
|
onChanged();
|
|
|
|
return this;
|
|
|
|
}
|
|
|
|
/**
|
2023-02-19 11:18:27 +08:00
|
|
|
* <code>uint32 lang = 904;</code>
|
2022-08-21 11:33:54 +00:00
|
|
|
* @return This builder for chaining.
|
|
|
|
*/
|
2023-02-19 11:18:27 +08:00
|
|
|
public Builder clearLang() {
|
2022-08-21 11:33:54 +00:00
|
|
|
|
2023-02-19 11:18:27 +08:00
|
|
|
lang_ = 0;
|
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-02-19 11:18:27 +08:00
|
|
|
"\n\027GetPlayerTokenReq.proto\"\223\004\n\021GetPlayerT" +
|
|
|
|
"okenReq\022\024\n\014platformType\030\n \001(\r\022\033\n\023Unk3300" +
|
|
|
|
"_PHNOHCKIHIA\030\006 \001(\t\022\023\n\013countryCode\030\001 \001(\t\022" +
|
|
|
|
"\023\n\013clientIpStr\030\010 \001(\t\022\033\n\023Unk3300_PMGFBMJN" +
|
|
|
|
"NCL\030\r \001(\r\022\016\n\005keyId\030\246\002 \001(\r\022\033\n\023Unk3300_PKO" +
|
|
|
|
"NAOIDNFK\030\t \001(\t\022\023\n\013accountType\030\005 \001(\r\022\017\n\007i" +
|
|
|
|
"sGuest\030\016 \001(\010\022\026\n\rcloudClientIp\030\367\n \001(\r\022\020\n\010" +
|
|
|
|
"birthday\030A \001(\t\022\020\n\010onlineId\030\014 \001(\t\022\013\n\003uid\030" +
|
|
|
|
"\013 \001(\r\022\026\n\rclientRandKey\030\210\006 \001(\t\022\024\n\014subChan" +
|
|
|
|
"nelId\030\007 \001(\r\022\022\n\naccountUid\030\004 \001(\t\022\024\n\014accou" +
|
|
|
|
"ntToken\030\002 \001(\t\022\r\n\005psnId\030\017 \001(\t\022\021\n\tchannelI" +
|
|
|
|
"d\030\003 \001(\r\022\r\n\004lang\030\210\007 \001(\r\"_\n\013HOJPANHOIDB\022\010\n" +
|
|
|
|
"\004NONE\020\000\022\017\n\013PEPPOHPHJOJ\020i\022\017\n\013DCDNILFDFLB\020" +
|
|
|
|
"\000\022\017\n\013NNBKOLMPOEA\020\001\022\017\n\013EAJIABGAOCI\020\001\032\002\020\001B" +
|
|
|
|
"\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-02-19 11:18:27 +08:00
|
|
|
new java.lang.String[] { "PlatformType", "Unk3300PHNOHCKIHIA", "CountryCode", "ClientIpStr", "Unk3300PMGFBMJNNCL", "KeyId", "Unk3300PKONAOIDNFK", "AccountType", "IsGuest", "CloudClientIp", "Birthday", "OnlineId", "Uid", "ClientRandKey", "SubChannelId", "AccountUid", "AccountToken", "PsnId", "ChannelId", "Lang", });
|
2022-08-21 11:33:54 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
|
|
}
|