All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.MoneyValue Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: common.proto

package ru.tinkoff.piapi.contract.v1;

/**
 * 
 *Денежная сумма в определенной валюте
 * 
* * Protobuf type {@code tinkoff.public.invest.api.contract.v1.MoneyValue} */ public final class MoneyValue extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:tinkoff.public.invest.api.contract.v1.MoneyValue) MoneyValueOrBuilder { private static final long serialVersionUID = 0L; // Use MoneyValue.newBuilder() to construct. private MoneyValue(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private MoneyValue() { currency_ = ""; } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new MoneyValue(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return ru.tinkoff.piapi.contract.v1.Common.internal_static_tinkoff_public_invest_api_contract_v1_MoneyValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return ru.tinkoff.piapi.contract.v1.Common.internal_static_tinkoff_public_invest_api_contract_v1_MoneyValue_fieldAccessorTable .ensureFieldAccessorsInitialized( ru.tinkoff.piapi.contract.v1.MoneyValue.class, ru.tinkoff.piapi.contract.v1.MoneyValue.Builder.class); } public static final int CURRENCY_FIELD_NUMBER = 1; @SuppressWarnings("serial") private volatile java.lang.Object currency_ = ""; /** *
   * строковый ISO-код валюты
   * 
* * string currency = 1; * @return The currency. */ @java.lang.Override public java.lang.String getCurrency() { java.lang.Object ref = currency_; 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(); currency_ = s; return s; } } /** *
   * строковый ISO-код валюты
   * 
* * string currency = 1; * @return The bytes for currency. */ @java.lang.Override public com.google.protobuf.ByteString getCurrencyBytes() { java.lang.Object ref = currency_; if (ref instanceof java.lang.String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); currency_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } public static final int UNITS_FIELD_NUMBER = 2; private long units_ = 0L; /** *
   * целая часть суммы, может быть отрицательным числом
   * 
* * int64 units = 2; * @return The units. */ @java.lang.Override public long getUnits() { return units_; } public static final int NANO_FIELD_NUMBER = 3; private int nano_ = 0; /** *
   * дробная часть суммы, может быть отрицательным числом
   * 
* * int32 nano = 3; * @return The nano. */ @java.lang.Override public int getNano() { return nano_; } 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(currency_)) { com.google.protobuf.GeneratedMessageV3.writeString(output, 1, currency_); } if (units_ != 0L) { output.writeInt64(2, units_); } if (nano_ != 0) { output.writeInt32(3, nano_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(currency_)) { size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, currency_); } if (units_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(2, units_); } if (nano_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(3, nano_); } size += getUnknownFields().getSerializedSize(); memoizedSize = size; return size; } @java.lang.Override public boolean equals(final java.lang.Object obj) { if (obj == this) { return true; } if (!(obj instanceof ru.tinkoff.piapi.contract.v1.MoneyValue)) { return super.equals(obj); } ru.tinkoff.piapi.contract.v1.MoneyValue other = (ru.tinkoff.piapi.contract.v1.MoneyValue) obj; if (!getCurrency() .equals(other.getCurrency())) return false; if (getUnits() != other.getUnits()) return false; if (getNano() != other.getNano()) return false; if (!getUnknownFields().equals(other.getUnknownFields())) 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) + CURRENCY_FIELD_NUMBER; hash = (53 * hash) + getCurrency().hashCode(); hash = (37 * hash) + UNITS_FIELD_NUMBER; hash = (53 * hash) + com.google.protobuf.Internal.hashLong( getUnits()); hash = (37 * hash) + NANO_FIELD_NUMBER; hash = (53 * hash) + getNano(); hash = (29 * hash) + getUnknownFields().hashCode(); memoizedHashCode = hash; return hash; } public static ru.tinkoff.piapi.contract.v1.MoneyValue parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.MoneyValue parseFrom( java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static ru.tinkoff.piapi.contract.v1.MoneyValue parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.MoneyValue parseFrom( com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static ru.tinkoff.piapi.contract.v1.MoneyValue parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.MoneyValue parseFrom( byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static ru.tinkoff.piapi.contract.v1.MoneyValue parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.MoneyValue 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 ru.tinkoff.piapi.contract.v1.MoneyValue parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.MoneyValue 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 ru.tinkoff.piapi.contract.v1.MoneyValue parseFrom( com.google.protobuf.CodedInputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.MoneyValue 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(ru.tinkoff.piapi.contract.v1.MoneyValue 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 tinkoff.public.invest.api.contract.v1.MoneyValue} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:tinkoff.public.invest.api.contract.v1.MoneyValue) ru.tinkoff.piapi.contract.v1.MoneyValueOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return ru.tinkoff.piapi.contract.v1.Common.internal_static_tinkoff_public_invest_api_contract_v1_MoneyValue_descriptor; } @java.lang.Override protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable() { return ru.tinkoff.piapi.contract.v1.Common.internal_static_tinkoff_public_invest_api_contract_v1_MoneyValue_fieldAccessorTable .ensureFieldAccessorsInitialized( ru.tinkoff.piapi.contract.v1.MoneyValue.class, ru.tinkoff.piapi.contract.v1.MoneyValue.Builder.class); } // Construct using ru.tinkoff.piapi.contract.v1.MoneyValue.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; currency_ = ""; units_ = 0L; nano_ = 0; return this; } @java.lang.Override public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() { return ru.tinkoff.piapi.contract.v1.Common.internal_static_tinkoff_public_invest_api_contract_v1_MoneyValue_descriptor; } @java.lang.Override public ru.tinkoff.piapi.contract.v1.MoneyValue getDefaultInstanceForType() { return ru.tinkoff.piapi.contract.v1.MoneyValue.getDefaultInstance(); } @java.lang.Override public ru.tinkoff.piapi.contract.v1.MoneyValue build() { ru.tinkoff.piapi.contract.v1.MoneyValue result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public ru.tinkoff.piapi.contract.v1.MoneyValue buildPartial() { ru.tinkoff.piapi.contract.v1.MoneyValue result = new ru.tinkoff.piapi.contract.v1.MoneyValue(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(ru.tinkoff.piapi.contract.v1.MoneyValue result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.currency_ = currency_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.units_ = units_; } if (((from_bitField0_ & 0x00000004) != 0)) { result.nano_ = nano_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof ru.tinkoff.piapi.contract.v1.MoneyValue) { return mergeFrom((ru.tinkoff.piapi.contract.v1.MoneyValue)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(ru.tinkoff.piapi.contract.v1.MoneyValue other) { if (other == ru.tinkoff.piapi.contract.v1.MoneyValue.getDefaultInstance()) return this; if (!other.getCurrency().isEmpty()) { currency_ = other.currency_; bitField0_ |= 0x00000001; onChanged(); } if (other.getUnits() != 0L) { setUnits(other.getUnits()); } if (other.getNano() != 0) { setNano(other.getNano()); } this.mergeUnknownFields(other.getUnknownFields()); 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 { if (extensionRegistry == null) { throw new java.lang.NullPointerException(); } try { boolean done = false; while (!done) { int tag = input.readTag(); switch (tag) { case 0: done = true; break; case 10: { currency_ = input.readStringRequireUtf8(); bitField0_ |= 0x00000001; break; } // case 10 case 16: { units_ = input.readInt64(); bitField0_ |= 0x00000002; break; } // case 16 case 24: { nano_ = input.readInt32(); bitField0_ |= 0x00000004; break; } // case 24 default: { if (!super.parseUnknownField(input, extensionRegistry, tag)) { done = true; // was an endgroup tag } break; } // default: } // switch (tag) } // while (!done) } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.unwrapIOException(); } finally { onChanged(); } // finally return this; } private int bitField0_; private java.lang.Object currency_ = ""; /** *
     * строковый ISO-код валюты
     * 
* * string currency = 1; * @return The currency. */ public java.lang.String getCurrency() { java.lang.Object ref = currency_; if (!(ref instanceof java.lang.String)) { com.google.protobuf.ByteString bs = (com.google.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); currency_ = s; return s; } else { return (java.lang.String) ref; } } /** *
     * строковый ISO-код валюты
     * 
* * string currency = 1; * @return The bytes for currency. */ public com.google.protobuf.ByteString getCurrencyBytes() { java.lang.Object ref = currency_; if (ref instanceof String) { com.google.protobuf.ByteString b = com.google.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); currency_ = b; return b; } else { return (com.google.protobuf.ByteString) ref; } } /** *
     * строковый ISO-код валюты
     * 
* * string currency = 1; * @param value The currency to set. * @return This builder for chaining. */ public Builder setCurrency( java.lang.String value) { if (value == null) { throw new NullPointerException(); } currency_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * строковый ISO-код валюты
     * 
* * string currency = 1; * @return This builder for chaining. */ public Builder clearCurrency() { currency_ = getDefaultInstance().getCurrency(); bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; } /** *
     * строковый ISO-код валюты
     * 
* * string currency = 1; * @param value The bytes for currency to set. * @return This builder for chaining. */ public Builder setCurrencyBytes( com.google.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } checkByteStringIsUtf8(value); currency_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } private long units_ ; /** *
     * целая часть суммы, может быть отрицательным числом
     * 
* * int64 units = 2; * @return The units. */ @java.lang.Override public long getUnits() { return units_; } /** *
     * целая часть суммы, может быть отрицательным числом
     * 
* * int64 units = 2; * @param value The units to set. * @return This builder for chaining. */ public Builder setUnits(long value) { units_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * целая часть суммы, может быть отрицательным числом
     * 
* * int64 units = 2; * @return This builder for chaining. */ public Builder clearUnits() { bitField0_ = (bitField0_ & ~0x00000002); units_ = 0L; onChanged(); return this; } private int nano_ ; /** *
     * дробная часть суммы, может быть отрицательным числом
     * 
* * int32 nano = 3; * @return The nano. */ @java.lang.Override public int getNano() { return nano_; } /** *
     * дробная часть суммы, может быть отрицательным числом
     * 
* * int32 nano = 3; * @param value The nano to set. * @return This builder for chaining. */ public Builder setNano(int value) { nano_ = value; bitField0_ |= 0x00000004; onChanged(); return this; } /** *
     * дробная часть суммы, может быть отрицательным числом
     * 
* * int32 nano = 3; * @return This builder for chaining. */ public Builder clearNano() { bitField0_ = (bitField0_ & ~0x00000004); nano_ = 0; 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:tinkoff.public.invest.api.contract.v1.MoneyValue) } // @@protoc_insertion_point(class_scope:tinkoff.public.invest.api.contract.v1.MoneyValue) private static final ru.tinkoff.piapi.contract.v1.MoneyValue DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new ru.tinkoff.piapi.contract.v1.MoneyValue(); } public static ru.tinkoff.piapi.contract.v1.MoneyValue getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public MoneyValue parsePartialFrom( com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException { Builder builder = newBuilder(); try { builder.mergeFrom(input, extensionRegistry); } catch (com.google.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(builder.buildPartial()); } catch (com.google.protobuf.UninitializedMessageException e) { throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial()); } catch (java.io.IOException e) { throw new com.google.protobuf.InvalidProtocolBufferException(e) .setUnfinishedMessage(builder.buildPartial()); } return builder.buildPartial(); } }; public static com.google.protobuf.Parser parser() { return PARSER; } @java.lang.Override public com.google.protobuf.Parser getParserForType() { return PARSER; } @java.lang.Override public ru.tinkoff.piapi.contract.v1.MoneyValue getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy