// Generated by the protocol buffer compiler. DO NOT EDIT! // source: PlayerDataNotify.proto package emu.grasscutter.net.proto; public final class PlayerDataNotifyOuterClass { private PlayerDataNotifyOuterClass() {} 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 PlayerDataNotifyOrBuilder extends // @@protoc_insertion_point(interface_extends:PlayerDataNotify) com.google.protobuf.MessageOrBuilder { /** * string nick_name = 1; * @return The nickName. */ java.lang.String getNickName(); /** * string nick_name = 1; * @return The bytes for nickName. */ com.google.protobuf.ByteString getNickNameBytes(); /** * bool is_first_login_today = 2; * @return The isFirstLoginToday. */ boolean getIsFirstLoginToday(); /** * uint32 region_id = 5; * @return The regionId. */ int getRegionId(); /** * map<uint32, .PropValue> prop_map = 8; */ int getPropMapCount(); /** * map<uint32, .PropValue> prop_map = 8; */ boolean containsPropMap( int key); /** * Use {@link #getPropMapMap()} instead. */ @java.lang.Deprecated java.util.Map getPropMap(); /** * map<uint32, .PropValue> prop_map = 8; */ java.util.Map getPropMapMap(); /** * map<uint32, .PropValue> prop_map = 8; */ emu.grasscutter.net.proto.PropValueOuterClass.PropValue getPropMapOrDefault( int key, emu.grasscutter.net.proto.PropValueOuterClass.PropValue defaultValue); /** * map<uint32, .PropValue> prop_map = 8; */ emu.grasscutter.net.proto.PropValueOuterClass.PropValue getPropMapOrThrow( int key); /** * uint64 server_time = 11; * @return The serverTime. */ long getServerTime(); } /** * Protobuf type {@code PlayerDataNotify} */ public static final class PlayerDataNotify extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:PlayerDataNotify) PlayerDataNotifyOrBuilder { private static final long serialVersionUID = 0L; // Use PlayerDataNotify.newBuilder() to construct. private PlayerDataNotify(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private PlayerDataNotify() { nickName_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new PlayerDataNotify(); } @java.lang.Override public final com.google.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PlayerDataNotify( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { this(); if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } int mutable_bitField0_ = 0; 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(); nickName_ = s; break; } case 16: { isFirstLoginToday_ = input.readBool(); break; } case 40: { regionId_ = input.readUInt32(); break; } case 66: { if (!((mutable_bitField0_ & 0x00000001) != 0)) { propMap_ = com.google.protobuf.MapField.newMapField( PropMapDefaultEntryHolder.defaultEntry); mutable_bitField0_ |= 0x00000001; } com.google.protobuf.MapEntry propMap__ = input.readMessage( PropMapDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry); propMap_.getMutableMap().put( propMap__.getKey(), propMap__.getValue()); break; } case 88: { serverTime_ = input.readUInt64(); 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.PlayerDataNotifyOuterClass.internal_static_PlayerDataNotify_descriptor; } @SuppressWarnings({"rawtypes"}) @java.lang.Override protected com.google.protobuf.MapField internalGetMapField( int number) { switch (number) { case 8: return internalGetPropMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.internal_static_PlayerDataNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify.class, emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify.Builder.class); } public static final int NICK_NAME_FIELD_NUMBER = 1; private volatile java.lang.Object nickName_; /** * string nick_name = 1; * @return The nickName. */ @java.lang.Override public java.lang.String getNickName() { java.lang.Object ref = nickName_; 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(); nickName_ = s; return s; } } /** * string nick_name = 1; * @return The bytes for nickName. */ @java.lang.Override public com.google.protobuf.ByteString getNickNameBytes() { java.lang.Object ref = nickName_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); nickName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int IS_FIRST_LOGIN_TODAY_FIELD_NUMBER = 2; private boolean isFirstLoginToday_; /** * bool is_first_login_today = 2; * @return The isFirstLoginToday. */ @java.lang.Override public boolean getIsFirstLoginToday() { return isFirstLoginToday_; } public static final int REGION_ID_FIELD_NUMBER = 5; private int regionId_; /** * uint32 region_id = 5; * @return The regionId. */ @java.lang.Override public int getRegionId() { return regionId_; } public static final int PROP_MAP_FIELD_NUMBER = 8; private static final class PropMapDefaultEntryHolder { static final com.google.protobuf.MapEntry< java.lang.Integer, emu.grasscutter.net.proto.PropValueOuterClass.PropValue> defaultEntry = com.google.protobuf.MapEntry .newDefaultInstance( emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.internal_static_PlayerDataNotify_PropMapEntry_descriptor, com.google.protobuf.WireFormat.FieldType.UINT32, 0, com.google.protobuf.WireFormat.FieldType.MESSAGE, emu.grasscutter.net.proto.PropValueOuterClass.PropValue.getDefaultInstance()); } private com.google.protobuf.MapField< java.lang.Integer, emu.grasscutter.net.proto.PropValueOuterClass.PropValue> propMap_; private com.google.protobuf.MapField internalGetPropMap() { if (propMap_ == null) { return com.google.protobuf.MapField.emptyMapField( PropMapDefaultEntryHolder.defaultEntry); } return propMap_; } public int getPropMapCount() { return internalGetPropMap().getMap().size(); } /** * map<uint32, .PropValue> prop_map = 8; */ @java.lang.Override public boolean containsPropMap( int key) { return internalGetPropMap().getMap().containsKey(key); } /** * Use {@link #getPropMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPropMap() { return getPropMapMap(); } /** * map<uint32, .PropValue> prop_map = 8; */ @java.lang.Override public java.util.Map getPropMapMap() { return internalGetPropMap().getMap(); } /** * map<uint32, .PropValue> prop_map = 8; */ @java.lang.Override public emu.grasscutter.net.proto.PropValueOuterClass.PropValue getPropMapOrDefault( int key, emu.grasscutter.net.proto.PropValueOuterClass.PropValue defaultValue) { java.util.Map map = internalGetPropMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .PropValue> prop_map = 8; */ @java.lang.Override public emu.grasscutter.net.proto.PropValueOuterClass.PropValue getPropMapOrThrow( int key) { java.util.Map map = internalGetPropMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public static final int SERVER_TIME_FIELD_NUMBER = 11; private long serverTime_; /** * uint64 server_time = 11; * @return The serverTime. */ @java.lang.Override public long getServerTime() { return serverTime_; } 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(nickName_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, nickName_); } if (isFirstLoginToday_ != false) { output.writeBool(2, isFirstLoginToday_); } if (regionId_ != 0) { output.writeUInt32(5, regionId_); } com.google.protobuf.GeneratedMessageV3 .serializeIntegerMapTo( output, internalGetPropMap(), PropMapDefaultEntryHolder.defaultEntry, 8); if (serverTime_ != 0L) { output.writeUInt64(11, serverTime_); } 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(nickName_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, nickName_); } if (isFirstLoginToday_ != false) { size += com.google.protobuf.CodedOutputStream .computeBoolSize(2, isFirstLoginToday_); } if (regionId_ != 0) { size += com.google.protobuf.CodedOutputStream .computeUInt32Size(5, regionId_); } for (java.util.Map.Entry entry : internalGetPropMap().getMap().entrySet()) { com.google.protobuf.MapEntry propMap__ = PropMapDefaultEntryHolder.defaultEntry.newBuilderForType() .setKey(entry.getKey()) .setValue(entry.getValue()) .build(); size += com.google.protobuf.CodedOutputStream .computeMessageSize(8, propMap__); } if (serverTime_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeUInt64Size(11, serverTime_); } 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.PlayerDataNotifyOuterClass.PlayerDataNotify)) { return super.equals(obj); } emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify other = (emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify) obj; if (!getNickName() .equals(other.getNickName())) return false; if (getIsFirstLoginToday() != other.getIsFirstLoginToday()) return false; if (getRegionId() != other.getRegionId()) return false; if (!internalGetPropMap().equals( other.internalGetPropMap())) return false; if (getServerTime() != other.getServerTime()) 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) + NICK_NAME_FIELD_NUMBER; hash = (53 * hash) + getNickName().hashCode(); hash = (37 * hash) + IS_FIRST_LOGIN_TODAY_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashBoolean( getIsFirstLoginToday()); hash = (37 * hash) + REGION_ID_FIELD_NUMBER; hash = (53 * hash) + getRegionId(); if (!internalGetPropMap().getMap().isEmpty()) { hash = (37 * hash) + PROP_MAP_FIELD_NUMBER; hash = (53 * hash) + internalGetPropMap().hashCode(); } hash = (37 * hash) + SERVER_TIME_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getServerTime()); hash = (29 * hash) + unknownFields.hashCode(); memoizedHashCode = hash; return hash; } public static emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify 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.PlayerDataNotifyOuterClass.PlayerDataNotify parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify 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.PlayerDataNotifyOuterClass.PlayerDataNotify parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify 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.PlayerDataNotifyOuterClass.PlayerDataNotify parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify 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.PlayerDataNotifyOuterClass.PlayerDataNotify parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify 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.PlayerDataNotifyOuterClass.PlayerDataNotify 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 PlayerDataNotify} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:PlayerDataNotify) emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotifyOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.internal_static_PlayerDataNotify_descriptor; } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMapField( int number) { switch (number) { case 8: return internalGetPropMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @SuppressWarnings({"rawtypes"}) protected com.google.protobuf.MapField internalGetMutableMapField( int number) { switch (number) { case 8: return internalGetMutablePropMap(); default: throw new RuntimeException( "Invalid map field number: " + number); } } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.internal_static_PlayerDataNotify_fieldAccessorTable .ensureFieldAccessorsInitialized( emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify.class, emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify.Builder.class); } // Construct using emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify.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(); nickName_ = ""; isFirstLoginToday_ = false; regionId_ = 0; internalGetMutablePropMap().clear(); serverTime_ = 0L; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.internal_static_PlayerDataNotify_descriptor; } @java.lang.Override public emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify getDefaultInstanceForType() { return emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify.getDefaultInstance(); } @java.lang.Override public emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify build() { emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify buildPartial() { emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify result = new emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify(this); int from_bitField0_ = bitField0_; result.nickName_ = nickName_; result.isFirstLoginToday_ = isFirstLoginToday_; result.regionId_ = regionId_; result.propMap_ = internalGetPropMap(); result.propMap_.makeImmutable(); result.serverTime_ = serverTime_; 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.PlayerDataNotifyOuterClass.PlayerDataNotify) { return mergeFrom((emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify other) { if (other == emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify.getDefaultInstance()) return this; if (!other.getNickName().isEmpty()) { nickName_ = other.nickName_; onChanged(); } if (other.getIsFirstLoginToday() != false) { setIsFirstLoginToday(other.getIsFirstLoginToday()); } if (other.getRegionId() != 0) { setRegionId(other.getRegionId()); } internalGetMutablePropMap().mergeFrom( other.internalGetPropMap()); if (other.getServerTime() != 0L) { setServerTime(other.getServerTime()); } 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.PlayerDataNotifyOuterClass.PlayerDataNotify parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { parsedMessage = (emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify) e.getUnfinishedMessage(); throw e.unwrapIOException(); } finally { if (parsedMessage != null) { mergeFrom(parsedMessage); } } return this; } private int bitField0_; private java.lang.Object nickName_ = ""; /** * string nick_name = 1; * @return The nickName. */ public java.lang.String getNickName() { java.lang.Object ref = nickName_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); nickName_ = s; return s; } else { return (java.lang.String) ref; } } /** * string nick_name = 1; * @return The bytes for nickName. */ public com.google.protobuf.ByteString getNickNameBytes() { java.lang.Object ref = nickName_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); nickName_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** * string nick_name = 1; * @param value The nickName to set. * @return This builder for chaining. */ public Builder setNickName( java.lang.String value) { if (value == null) { throw new NullPointerException(); } nickName_ = value; onChanged(); return this; } /** * string nick_name = 1; * @return This builder for chaining. */ public Builder clearNickName() { nickName_ = getDefaultInstance().getNickName(); onChanged(); return this; } /** * string nick_name = 1; * @param value The bytes for nickName to set. * @return This builder for chaining. */ public Builder setNickNameBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); nickName_ = value; onChanged(); return this; } private boolean isFirstLoginToday_ ; /** * bool is_first_login_today = 2; * @return The isFirstLoginToday. */ @java.lang.Override public boolean getIsFirstLoginToday() { return isFirstLoginToday_; } /** * bool is_first_login_today = 2; * @param value The isFirstLoginToday to set. * @return This builder for chaining. */ public Builder setIsFirstLoginToday(boolean value) { isFirstLoginToday_ = value; onChanged(); return this; } /** * bool is_first_login_today = 2; * @return This builder for chaining. */ public Builder clearIsFirstLoginToday() { isFirstLoginToday_ = false; onChanged(); return this; } private int regionId_ ; /** * uint32 region_id = 5; * @return The regionId. */ @java.lang.Override public int getRegionId() { return regionId_; } /** * uint32 region_id = 5; * @param value The regionId to set. * @return This builder for chaining. */ public Builder setRegionId(int value) { regionId_ = value; onChanged(); return this; } /** * uint32 region_id = 5; * @return This builder for chaining. */ public Builder clearRegionId() { regionId_ = 0; onChanged(); return this; } private com.google.protobuf.MapField< java.lang.Integer, emu.grasscutter.net.proto.PropValueOuterClass.PropValue> propMap_; private com.google.protobuf.MapField internalGetPropMap() { if (propMap_ == null) { return com.google.protobuf.MapField.emptyMapField( PropMapDefaultEntryHolder.defaultEntry); } return propMap_; } private com.google.protobuf.MapField internalGetMutablePropMap() { onChanged();; if (propMap_ == null) { propMap_ = com.google.protobuf.MapField.newMapField( PropMapDefaultEntryHolder.defaultEntry); } if (!propMap_.isMutable()) { propMap_ = propMap_.copy(); } return propMap_; } public int getPropMapCount() { return internalGetPropMap().getMap().size(); } /** * map<uint32, .PropValue> prop_map = 8; */ @java.lang.Override public boolean containsPropMap( int key) { return internalGetPropMap().getMap().containsKey(key); } /** * Use {@link #getPropMapMap()} instead. */ @java.lang.Override @java.lang.Deprecated public java.util.Map getPropMap() { return getPropMapMap(); } /** * map<uint32, .PropValue> prop_map = 8; */ @java.lang.Override public java.util.Map getPropMapMap() { return internalGetPropMap().getMap(); } /** * map<uint32, .PropValue> prop_map = 8; */ @java.lang.Override public emu.grasscutter.net.proto.PropValueOuterClass.PropValue getPropMapOrDefault( int key, emu.grasscutter.net.proto.PropValueOuterClass.PropValue defaultValue) { java.util.Map map = internalGetPropMap().getMap(); return map.containsKey(key) ? map.get(key) : defaultValue; } /** * map<uint32, .PropValue> prop_map = 8; */ @java.lang.Override public emu.grasscutter.net.proto.PropValueOuterClass.PropValue getPropMapOrThrow( int key) { java.util.Map map = internalGetPropMap().getMap(); if (!map.containsKey(key)) { throw new java.lang.IllegalArgumentException(); } return map.get(key); } public Builder clearPropMap() { internalGetMutablePropMap().getMutableMap() .clear(); return this; } /** * map<uint32, .PropValue> prop_map = 8; */ public Builder removePropMap( int key) { internalGetMutablePropMap().getMutableMap() .remove(key); return this; } /** * Use alternate mutation accessors instead. */ @java.lang.Deprecated public java.util.Map getMutablePropMap() { return internalGetMutablePropMap().getMutableMap(); } /** * map<uint32, .PropValue> prop_map = 8; */ public Builder putPropMap( int key, emu.grasscutter.net.proto.PropValueOuterClass.PropValue value) { if (value == null) { throw new java.lang.NullPointerException(); } internalGetMutablePropMap().getMutableMap() .put(key, value); return this; } /** * map<uint32, .PropValue> prop_map = 8; */ public Builder putAllPropMap( java.util.Map values) { internalGetMutablePropMap().getMutableMap() .putAll(values); return this; } private long serverTime_ ; /** * uint64 server_time = 11; * @return The serverTime. */ @java.lang.Override public long getServerTime() { return serverTime_; } /** * uint64 server_time = 11; * @param value The serverTime to set. * @return This builder for chaining. */ public Builder setServerTime(long value) { serverTime_ = value; onChanged(); return this; } /** * uint64 server_time = 11; * @return This builder for chaining. */ public Builder clearServerTime() { serverTime_ = 0L; 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:PlayerDataNotify) } // @@protoc_insertion_point(class_scope:PlayerDataNotify) private static final emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify(); } public static emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public PlayerDataNotify parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return new PlayerDataNotify(input, extensionRegistry); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public emu.grasscutter.net.proto.PlayerDataNotifyOuterClass.PlayerDataNotify getDefaultInstanceForType() { return DEFAULT_INSTANCE; } } private static final com.google.protobuf.Descriptors.Descriptor internal_static_PlayerDataNotify_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_PlayerDataNotify_fieldAccessorTable; private static final com.google.protobuf.Descriptors.Descriptor internal_static_PlayerDataNotify_PropMapEntry_descriptor; private static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_PlayerDataNotify_PropMapEntry_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\026PlayerDataNotify.proto\032\017PropValue.prot" + "o\"\331\001\n\020PlayerDataNotify\022\021\n\tnick_name\030\001 \001(" + "\t\022\034\n\024is_first_login_today\030\002 \001(\010\022\021\n\tregio" + "n_id\030\005 \001(\r\0220\n\010prop_map\030\010 \003(\0132\036.PlayerDat" + "aNotify.PropMapEntry\022\023\n\013server_time\030\013 \001(" + "\004\032:\n\014PropMapEntry\022\013\n\003key\030\001 \001(\r\022\031\n\005value\030" + "\002 \001(\0132\n.PropValue:\0028\001B\033\n\031emu.grasscutter" + ".net.protob\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { emu.grasscutter.net.proto.PropValueOuterClass.getDescriptor(), }); internal_static_PlayerDataNotify_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PlayerDataNotify_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PlayerDataNotify_descriptor, new java.lang.String[] { "NickName", "IsFirstLoginToday", "RegionId", "PropMap", "ServerTime", }); internal_static_PlayerDataNotify_PropMapEntry_descriptor = internal_static_PlayerDataNotify_descriptor.getNestedTypes().get(0); internal_static_PlayerDataNotify_PropMapEntry_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_PlayerDataNotify_PropMapEntry_descriptor, new java.lang.String[] { "Key", "Value", }); emu.grasscutter.net.proto.PropValueOuterClass.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }