2
0
mirror of https://github.com/Grasscutters/Grasscutter synced 2025-08-26 03:48:38 +00:00
Grasscutter/src/generated/main/java/emu/grasscutter/net/proto/TrackingIOInfoOuterClass.java

1520 lines
49 KiB
Java
Raw Normal View History

2022-08-21 11:33:54 +00:00
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TrackingIOInfo.proto
package emu.grasscutter.net.proto;
public final class TrackingIOInfoOuterClass {
private TrackingIOInfoOuterClass() {}
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 TrackingIOInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:TrackingIOInfo)
com.google.protobuf.MessageOrBuilder {
/**
* <code>string rydevicetype = 11;</code>
* @return The rydevicetype.
*/
java.lang.String getRydevicetype();
/**
* <code>string rydevicetype = 11;</code>
* @return The bytes for rydevicetype.
*/
com.google.protobuf.ByteString
getRydevicetypeBytes();
/**
* <code>string mac = 6;</code>
* @return The mac.
*/
java.lang.String getMac();
/**
* <code>string mac = 6;</code>
* @return The bytes for mac.
*/
com.google.protobuf.ByteString
getMacBytes();
/**
* <code>string deviceid = 9;</code>
* @return The deviceid.
*/
java.lang.String getDeviceid();
/**
* <code>string deviceid = 9;</code>
* @return The bytes for deviceid.
*/
com.google.protobuf.ByteString
getDeviceidBytes();
/**
* <code>string client_tz = 5;</code>
* @return The clientTz.
*/
java.lang.String getClientTz();
/**
* <code>string client_tz = 5;</code>
* @return The bytes for clientTz.
*/
com.google.protobuf.ByteString
getClientTzBytes();
/**
* <code>string current_caid = 7;</code>
* @return The currentCaid.
*/
java.lang.String getCurrentCaid();
/**
* <code>string current_caid = 7;</code>
* @return The bytes for currentCaid.
*/
com.google.protobuf.ByteString
getCurrentCaidBytes();
/**
* <code>string cached_caid = 15;</code>
* @return The cachedCaid.
*/
java.lang.String getCachedCaid();
/**
* <code>string cached_caid = 15;</code>
* @return The bytes for cachedCaid.
*/
com.google.protobuf.ByteString
getCachedCaidBytes();
/**
* <code>string appid = 1;</code>
* @return The appid.
*/
java.lang.String getAppid();
/**
* <code>string appid = 1;</code>
* @return The bytes for appid.
*/
com.google.protobuf.ByteString
getAppidBytes();
}
/**
* Protobuf type {@code TrackingIOInfo}
*/
public static final class TrackingIOInfo extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:TrackingIOInfo)
TrackingIOInfoOrBuilder {
private static final long serialVersionUID = 0L;
// Use TrackingIOInfo.newBuilder() to construct.
private TrackingIOInfo(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
super(builder);
}
private TrackingIOInfo() {
rydevicetype_ = "";
mac_ = "";
deviceid_ = "";
clientTz_ = "";
currentCaid_ = "";
cachedCaid_ = "";
appid_ = "";
}
@java.lang.Override
@SuppressWarnings({"unused"})
protected java.lang.Object newInstance(
UnusedPrivateParameter unused) {
return new TrackingIOInfo();
}
@java.lang.Override
public final com.google.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private TrackingIOInfo(
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;
case 10: {
java.lang.String s = input.readStringRequireUtf8();
appid_ = s;
break;
}
case 42: {
java.lang.String s = input.readStringRequireUtf8();
clientTz_ = s;
break;
}
case 50: {
java.lang.String s = input.readStringRequireUtf8();
mac_ = s;
break;
}
case 58: {
java.lang.String s = input.readStringRequireUtf8();
currentCaid_ = s;
break;
}
case 74: {
java.lang.String s = input.readStringRequireUtf8();
deviceid_ = s;
break;
}
case 90: {
java.lang.String s = input.readStringRequireUtf8();
rydevicetype_ = s;
break;
}
case 122: {
java.lang.String s = input.readStringRequireUtf8();
cachedCaid_ = s;
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.TrackingIOInfoOuterClass.internal_static_TrackingIOInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.TrackingIOInfoOuterClass.internal_static_TrackingIOInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo.class, emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo.Builder.class);
}
public static final int RYDEVICETYPE_FIELD_NUMBER = 11;
private volatile java.lang.Object rydevicetype_;
/**
* <code>string rydevicetype = 11;</code>
* @return The rydevicetype.
*/
@java.lang.Override
public java.lang.String getRydevicetype() {
java.lang.Object ref = rydevicetype_;
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();
rydevicetype_ = s;
return s;
}
}
/**
* <code>string rydevicetype = 11;</code>
* @return The bytes for rydevicetype.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getRydevicetypeBytes() {
java.lang.Object ref = rydevicetype_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
rydevicetype_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int MAC_FIELD_NUMBER = 6;
private volatile java.lang.Object mac_;
/**
* <code>string mac = 6;</code>
* @return The mac.
*/
@java.lang.Override
public java.lang.String getMac() {
java.lang.Object ref = mac_;
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();
mac_ = s;
return s;
}
}
/**
* <code>string mac = 6;</code>
* @return The bytes for mac.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getMacBytes() {
java.lang.Object ref = mac_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mac_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int DEVICEID_FIELD_NUMBER = 9;
private volatile java.lang.Object deviceid_;
/**
* <code>string deviceid = 9;</code>
* @return The deviceid.
*/
@java.lang.Override
public java.lang.String getDeviceid() {
java.lang.Object ref = deviceid_;
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();
deviceid_ = s;
return s;
}
}
/**
* <code>string deviceid = 9;</code>
* @return The bytes for deviceid.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getDeviceidBytes() {
java.lang.Object ref = deviceid_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
deviceid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CLIENT_TZ_FIELD_NUMBER = 5;
private volatile java.lang.Object clientTz_;
/**
* <code>string client_tz = 5;</code>
* @return The clientTz.
*/
@java.lang.Override
public java.lang.String getClientTz() {
java.lang.Object ref = clientTz_;
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();
clientTz_ = s;
return s;
}
}
/**
* <code>string client_tz = 5;</code>
* @return The bytes for clientTz.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getClientTzBytes() {
java.lang.Object ref = clientTz_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
clientTz_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CURRENT_CAID_FIELD_NUMBER = 7;
private volatile java.lang.Object currentCaid_;
/**
* <code>string current_caid = 7;</code>
* @return The currentCaid.
*/
@java.lang.Override
public java.lang.String getCurrentCaid() {
java.lang.Object ref = currentCaid_;
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();
currentCaid_ = s;
return s;
}
}
/**
* <code>string current_caid = 7;</code>
* @return The bytes for currentCaid.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCurrentCaidBytes() {
java.lang.Object ref = currentCaid_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
currentCaid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int CACHED_CAID_FIELD_NUMBER = 15;
private volatile java.lang.Object cachedCaid_;
/**
* <code>string cached_caid = 15;</code>
* @return The cachedCaid.
*/
@java.lang.Override
public java.lang.String getCachedCaid() {
java.lang.Object ref = cachedCaid_;
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();
cachedCaid_ = s;
return s;
}
}
/**
* <code>string cached_caid = 15;</code>
* @return The bytes for cachedCaid.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getCachedCaidBytes() {
java.lang.Object ref = cachedCaid_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
cachedCaid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
public static final int APPID_FIELD_NUMBER = 1;
private volatile java.lang.Object appid_;
/**
* <code>string appid = 1;</code>
* @return The appid.
*/
@java.lang.Override
public java.lang.String getAppid() {
java.lang.Object ref = appid_;
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();
appid_ = s;
return s;
}
}
/**
* <code>string appid = 1;</code>
* @return The bytes for appid.
*/
@java.lang.Override
public com.google.protobuf.ByteString
getAppidBytes() {
java.lang.Object ref = appid_;
if (ref instanceof java.lang.String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
appid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
private byte memoizedIsInitialized = -1;
@java.lang.Override
public final boolean isInitialized() {
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 {
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appid_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, appid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientTz_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 5, clientTz_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(mac_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 6, mac_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(currentCaid_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 7, currentCaid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(deviceid_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 9, deviceid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rydevicetype_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, rydevicetype_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cachedCaid_)) {
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, cachedCaid_);
}
unknownFields.writeTo(output);
}
@java.lang.Override
public int getSerializedSize() {
int size = memoizedSize;
if (size != -1) return size;
size = 0;
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(appid_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, appid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(clientTz_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, clientTz_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(mac_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(6, mac_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(currentCaid_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(7, currentCaid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(deviceid_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(9, deviceid_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(rydevicetype_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, rydevicetype_);
}
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(cachedCaid_)) {
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, cachedCaid_);
}
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.TrackingIOInfoOuterClass.TrackingIOInfo)) {
return super.equals(obj);
}
emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo other = (emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo) obj;
if (!getRydevicetype()
.equals(other.getRydevicetype())) return false;
if (!getMac()
.equals(other.getMac())) return false;
if (!getDeviceid()
.equals(other.getDeviceid())) return false;
if (!getClientTz()
.equals(other.getClientTz())) return false;
if (!getCurrentCaid()
.equals(other.getCurrentCaid())) return false;
if (!getCachedCaid()
.equals(other.getCachedCaid())) return false;
if (!getAppid()
.equals(other.getAppid())) return false;
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();
hash = (37 * hash) + RYDEVICETYPE_FIELD_NUMBER;
hash = (53 * hash) + getRydevicetype().hashCode();
hash = (37 * hash) + MAC_FIELD_NUMBER;
hash = (53 * hash) + getMac().hashCode();
hash = (37 * hash) + DEVICEID_FIELD_NUMBER;
hash = (53 * hash) + getDeviceid().hashCode();
hash = (37 * hash) + CLIENT_TZ_FIELD_NUMBER;
hash = (53 * hash) + getClientTz().hashCode();
hash = (37 * hash) + CURRENT_CAID_FIELD_NUMBER;
hash = (53 * hash) + getCurrentCaid().hashCode();
hash = (37 * hash) + CACHED_CAID_FIELD_NUMBER;
hash = (53 * hash) + getCachedCaid().hashCode();
hash = (37 * hash) + APPID_FIELD_NUMBER;
hash = (53 * hash) + getAppid().hashCode();
hash = (29 * hash) + unknownFields.hashCode();
memoizedHashCode = hash;
return hash;
}
public static emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo 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.TrackingIOInfoOuterClass.TrackingIOInfo parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo 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.TrackingIOInfoOuterClass.TrackingIOInfo parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo 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.TrackingIOInfoOuterClass.TrackingIOInfo parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseDelimitedWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo 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.TrackingIOInfoOuterClass.TrackingIOInfo parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageV3
.parseWithIOException(PARSER, input);
}
public static emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo 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.TrackingIOInfoOuterClass.TrackingIOInfo 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 TrackingIOInfo}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
// @@protoc_insertion_point(builder_implements:TrackingIOInfo)
emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfoOrBuilder {
public static final com.google.protobuf.Descriptors.Descriptor
getDescriptor() {
return emu.grasscutter.net.proto.TrackingIOInfoOuterClass.internal_static_TrackingIOInfo_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
return emu.grasscutter.net.proto.TrackingIOInfoOuterClass.internal_static_TrackingIOInfo_fieldAccessorTable
.ensureFieldAccessorsInitialized(
emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo.class, emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo.Builder.class);
}
// Construct using emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo.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();
rydevicetype_ = "";
mac_ = "";
deviceid_ = "";
clientTz_ = "";
currentCaid_ = "";
cachedCaid_ = "";
appid_ = "";
return this;
}
@java.lang.Override
public com.google.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return emu.grasscutter.net.proto.TrackingIOInfoOuterClass.internal_static_TrackingIOInfo_descriptor;
}
@java.lang.Override
public emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo getDefaultInstanceForType() {
return emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo.getDefaultInstance();
}
@java.lang.Override
public emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo build() {
emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
@java.lang.Override
public emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo buildPartial() {
emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo result = new emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo(this);
result.rydevicetype_ = rydevicetype_;
result.mac_ = mac_;
result.deviceid_ = deviceid_;
result.clientTz_ = clientTz_;
result.currentCaid_ = currentCaid_;
result.cachedCaid_ = cachedCaid_;
result.appid_ = appid_;
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.TrackingIOInfoOuterClass.TrackingIOInfo) {
return mergeFrom((emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo other) {
if (other == emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo.getDefaultInstance()) return this;
if (!other.getRydevicetype().isEmpty()) {
rydevicetype_ = other.rydevicetype_;
onChanged();
}
if (!other.getMac().isEmpty()) {
mac_ = other.mac_;
onChanged();
}
if (!other.getDeviceid().isEmpty()) {
deviceid_ = other.deviceid_;
onChanged();
}
if (!other.getClientTz().isEmpty()) {
clientTz_ = other.clientTz_;
onChanged();
}
if (!other.getCurrentCaid().isEmpty()) {
currentCaid_ = other.currentCaid_;
onChanged();
}
if (!other.getCachedCaid().isEmpty()) {
cachedCaid_ = other.cachedCaid_;
onChanged();
}
if (!other.getAppid().isEmpty()) {
appid_ = other.appid_;
onChanged();
}
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.TrackingIOInfoOuterClass.TrackingIOInfo parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo) e.getUnfinishedMessage();
throw e.unwrapIOException();
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private java.lang.Object rydevicetype_ = "";
/**
* <code>string rydevicetype = 11;</code>
* @return The rydevicetype.
*/
public java.lang.String getRydevicetype() {
java.lang.Object ref = rydevicetype_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
rydevicetype_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <code>string rydevicetype = 11;</code>
* @return The bytes for rydevicetype.
*/
public com.google.protobuf.ByteString
getRydevicetypeBytes() {
java.lang.Object ref = rydevicetype_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
rydevicetype_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <code>string rydevicetype = 11;</code>
* @param value The rydevicetype to set.
* @return This builder for chaining.
*/
public Builder setRydevicetype(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
rydevicetype_ = value;
onChanged();
return this;
}
/**
* <code>string rydevicetype = 11;</code>
* @return This builder for chaining.
*/
public Builder clearRydevicetype() {
rydevicetype_ = getDefaultInstance().getRydevicetype();
onChanged();
return this;
}
/**
* <code>string rydevicetype = 11;</code>
* @param value The bytes for rydevicetype to set.
* @return This builder for chaining.
*/
public Builder setRydevicetypeBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
rydevicetype_ = value;
onChanged();
return this;
}
private java.lang.Object mac_ = "";
/**
* <code>string mac = 6;</code>
* @return The mac.
*/
public java.lang.String getMac() {
java.lang.Object ref = mac_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
mac_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <code>string mac = 6;</code>
* @return The bytes for mac.
*/
public com.google.protobuf.ByteString
getMacBytes() {
java.lang.Object ref = mac_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
mac_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <code>string mac = 6;</code>
* @param value The mac to set.
* @return This builder for chaining.
*/
public Builder setMac(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
mac_ = value;
onChanged();
return this;
}
/**
* <code>string mac = 6;</code>
* @return This builder for chaining.
*/
public Builder clearMac() {
mac_ = getDefaultInstance().getMac();
onChanged();
return this;
}
/**
* <code>string mac = 6;</code>
* @param value The bytes for mac to set.
* @return This builder for chaining.
*/
public Builder setMacBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
mac_ = value;
onChanged();
return this;
}
private java.lang.Object deviceid_ = "";
/**
* <code>string deviceid = 9;</code>
* @return The deviceid.
*/
public java.lang.String getDeviceid() {
java.lang.Object ref = deviceid_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
deviceid_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <code>string deviceid = 9;</code>
* @return The bytes for deviceid.
*/
public com.google.protobuf.ByteString
getDeviceidBytes() {
java.lang.Object ref = deviceid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
deviceid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <code>string deviceid = 9;</code>
* @param value The deviceid to set.
* @return This builder for chaining.
*/
public Builder setDeviceid(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
deviceid_ = value;
onChanged();
return this;
}
/**
* <code>string deviceid = 9;</code>
* @return This builder for chaining.
*/
public Builder clearDeviceid() {
deviceid_ = getDefaultInstance().getDeviceid();
onChanged();
return this;
}
/**
* <code>string deviceid = 9;</code>
* @param value The bytes for deviceid to set.
* @return This builder for chaining.
*/
public Builder setDeviceidBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
deviceid_ = value;
onChanged();
return this;
}
private java.lang.Object clientTz_ = "";
/**
* <code>string client_tz = 5;</code>
* @return The clientTz.
*/
public java.lang.String getClientTz() {
java.lang.Object ref = clientTz_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
clientTz_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <code>string client_tz = 5;</code>
* @return The bytes for clientTz.
*/
public com.google.protobuf.ByteString
getClientTzBytes() {
java.lang.Object ref = clientTz_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
clientTz_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <code>string client_tz = 5;</code>
* @param value The clientTz to set.
* @return This builder for chaining.
*/
public Builder setClientTz(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
clientTz_ = value;
onChanged();
return this;
}
/**
* <code>string client_tz = 5;</code>
* @return This builder for chaining.
*/
public Builder clearClientTz() {
clientTz_ = getDefaultInstance().getClientTz();
onChanged();
return this;
}
/**
* <code>string client_tz = 5;</code>
* @param value The bytes for clientTz to set.
* @return This builder for chaining.
*/
public Builder setClientTzBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
clientTz_ = value;
onChanged();
return this;
}
private java.lang.Object currentCaid_ = "";
/**
* <code>string current_caid = 7;</code>
* @return The currentCaid.
*/
public java.lang.String getCurrentCaid() {
java.lang.Object ref = currentCaid_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
currentCaid_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <code>string current_caid = 7;</code>
* @return The bytes for currentCaid.
*/
public com.google.protobuf.ByteString
getCurrentCaidBytes() {
java.lang.Object ref = currentCaid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
currentCaid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <code>string current_caid = 7;</code>
* @param value The currentCaid to set.
* @return This builder for chaining.
*/
public Builder setCurrentCaid(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
currentCaid_ = value;
onChanged();
return this;
}
/**
* <code>string current_caid = 7;</code>
* @return This builder for chaining.
*/
public Builder clearCurrentCaid() {
currentCaid_ = getDefaultInstance().getCurrentCaid();
onChanged();
return this;
}
/**
* <code>string current_caid = 7;</code>
* @param value The bytes for currentCaid to set.
* @return This builder for chaining.
*/
public Builder setCurrentCaidBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
currentCaid_ = value;
onChanged();
return this;
}
private java.lang.Object cachedCaid_ = "";
/**
* <code>string cached_caid = 15;</code>
* @return The cachedCaid.
*/
public java.lang.String getCachedCaid() {
java.lang.Object ref = cachedCaid_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
cachedCaid_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <code>string cached_caid = 15;</code>
* @return The bytes for cachedCaid.
*/
public com.google.protobuf.ByteString
getCachedCaidBytes() {
java.lang.Object ref = cachedCaid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
cachedCaid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <code>string cached_caid = 15;</code>
* @param value The cachedCaid to set.
* @return This builder for chaining.
*/
public Builder setCachedCaid(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
cachedCaid_ = value;
onChanged();
return this;
}
/**
* <code>string cached_caid = 15;</code>
* @return This builder for chaining.
*/
public Builder clearCachedCaid() {
cachedCaid_ = getDefaultInstance().getCachedCaid();
onChanged();
return this;
}
/**
* <code>string cached_caid = 15;</code>
* @param value The bytes for cachedCaid to set.
* @return This builder for chaining.
*/
public Builder setCachedCaidBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
cachedCaid_ = value;
onChanged();
return this;
}
private java.lang.Object appid_ = "";
/**
* <code>string appid = 1;</code>
* @return The appid.
*/
public java.lang.String getAppid() {
java.lang.Object ref = appid_;
if (!(ref instanceof java.lang.String)) {
com.google.protobuf.ByteString bs =
(com.google.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
appid_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* <code>string appid = 1;</code>
* @return The bytes for appid.
*/
public com.google.protobuf.ByteString
getAppidBytes() {
java.lang.Object ref = appid_;
if (ref instanceof String) {
com.google.protobuf.ByteString b =
com.google.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
appid_ = b;
return b;
} else {
return (com.google.protobuf.ByteString) ref;
}
}
/**
* <code>string appid = 1;</code>
* @param value The appid to set.
* @return This builder for chaining.
*/
public Builder setAppid(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
appid_ = value;
onChanged();
return this;
}
/**
* <code>string appid = 1;</code>
* @return This builder for chaining.
*/
public Builder clearAppid() {
appid_ = getDefaultInstance().getAppid();
onChanged();
return this;
}
/**
* <code>string appid = 1;</code>
* @param value The bytes for appid to set.
* @return This builder for chaining.
*/
public Builder setAppidBytes(
com.google.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
checkByteStringIsUtf8(value);
appid_ = value;
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:TrackingIOInfo)
}
// @@protoc_insertion_point(class_scope:TrackingIOInfo)
private static final emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo DEFAULT_INSTANCE;
static {
DEFAULT_INSTANCE = new emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo();
}
public static emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static final com.google.protobuf.Parser<TrackingIOInfo>
PARSER = new com.google.protobuf.AbstractParser<TrackingIOInfo>() {
@java.lang.Override
public TrackingIOInfo parsePartialFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return new TrackingIOInfo(input, extensionRegistry);
}
};
public static com.google.protobuf.Parser<TrackingIOInfo> parser() {
return PARSER;
}
@java.lang.Override
public com.google.protobuf.Parser<TrackingIOInfo> getParserForType() {
return PARSER;
}
@java.lang.Override
public emu.grasscutter.net.proto.TrackingIOInfoOuterClass.TrackingIOInfo getDefaultInstanceForType() {
return DEFAULT_INSTANCE;
}
}
private static final com.google.protobuf.Descriptors.Descriptor
internal_static_TrackingIOInfo_descriptor;
private static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_TrackingIOInfo_fieldAccessorTable;
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\024TrackingIOInfo.proto\"\222\001\n\016TrackingIOInf" +
"o\022\024\n\014rydevicetype\030\013 \001(\t\022\013\n\003mac\030\006 \001(\t\022\020\n\010" +
"deviceid\030\t \001(\t\022\021\n\tclient_tz\030\005 \001(\t\022\024\n\014cur" +
"rent_caid\030\007 \001(\t\022\023\n\013cached_caid\030\017 \001(\t\022\r\n\005" +
"appid\030\001 \001(\tB\033\n\031emu.grasscutter.net.proto" +
"b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
});
internal_static_TrackingIOInfo_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_TrackingIOInfo_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_TrackingIOInfo_descriptor,
new java.lang.String[] { "Rydevicetype", "Mac", "Deviceid", "ClientTz", "CurrentCaid", "CachedCaid", "Appid", });
}
// @@protoc_insertion_point(outer_class_scope)
}