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

ru.tinkoff.piapi.contract.v1.Quotation 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.Quotation} */ public final class Quotation extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_point(message_implements:tinkoff.public.invest.api.contract.v1.Quotation) QuotationOrBuilder { private static final long serialVersionUID = 0L; // Use Quotation.newBuilder() to construct. private Quotation(com.google.protobuf.GeneratedMessageV3.Builder builder) { super(builder); } private Quotation() { } @java.lang.Override @SuppressWarnings({"unused"}) protected java.lang.Object newInstance( UnusedPrivateParameter unused) { return new Quotation(); } public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return ru.tinkoff.piapi.contract.v1.Common.internal_static_tinkoff_public_invest_api_contract_v1_Quotation_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_Quotation_fieldAccessorTable .ensureFieldAccessorsInitialized( ru.tinkoff.piapi.contract.v1.Quotation.class, ru.tinkoff.piapi.contract.v1.Quotation.Builder.class); } public static final int UNITS_FIELD_NUMBER = 1; private long units_ = 0L; /** *
   * целая часть суммы, может быть отрицательным числом
   * 
* * int64 units = 1; * @return The units. */ @java.lang.Override public long getUnits() { return units_; } public static final int NANO_FIELD_NUMBER = 2; private int nano_ = 0; /** *
   * дробная часть суммы, может быть отрицательным числом
   * 
* * int32 nano = 2; * @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 (units_ != 0L) { output.writeInt64(1, units_); } if (nano_ != 0) { output.writeInt32(2, nano_); } getUnknownFields().writeTo(output); } @java.lang.Override public int getSerializedSize() { int size = memoizedSize; if (size != -1) return size; size = 0; if (units_ != 0L) { size += com.google.protobuf.CodedOutputStream .computeInt64Size(1, units_); } if (nano_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(2, 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.Quotation)) { return super.equals(obj); } ru.tinkoff.piapi.contract.v1.Quotation other = (ru.tinkoff.piapi.contract.v1.Quotation) obj; 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) + 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.Quotation parseFrom( java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.Quotation 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.Quotation parseFrom( com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.Quotation 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.Quotation parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static ru.tinkoff.piapi.contract.v1.Quotation 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.Quotation parseFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.Quotation 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.Quotation parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException { return com.google.protobuf.GeneratedMessageV3 .parseDelimitedWithIOException(PARSER, input); } public static ru.tinkoff.piapi.contract.v1.Quotation 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.Quotation 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.Quotation 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.Quotation 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.Quotation} */ public static final class Builder extends com.google.protobuf.GeneratedMessageV3.Builder implements // @@protoc_insertion_point(builder_implements:tinkoff.public.invest.api.contract.v1.Quotation) ru.tinkoff.piapi.contract.v1.QuotationOrBuilder { public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() { return ru.tinkoff.piapi.contract.v1.Common.internal_static_tinkoff_public_invest_api_contract_v1_Quotation_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_Quotation_fieldAccessorTable .ensureFieldAccessorsInitialized( ru.tinkoff.piapi.contract.v1.Quotation.class, ru.tinkoff.piapi.contract.v1.Quotation.Builder.class); } // Construct using ru.tinkoff.piapi.contract.v1.Quotation.newBuilder() private Builder() { } private Builder( com.google.protobuf.GeneratedMessageV3.BuilderParent parent) { super(parent); } @java.lang.Override public Builder clear() { super.clear(); bitField0_ = 0; 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_Quotation_descriptor; } @java.lang.Override public ru.tinkoff.piapi.contract.v1.Quotation getDefaultInstanceForType() { return ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance(); } @java.lang.Override public ru.tinkoff.piapi.contract.v1.Quotation build() { ru.tinkoff.piapi.contract.v1.Quotation result = buildPartial(); if (!result.isInitialized()) { throw newUninitializedMessageException(result); } return result; } @java.lang.Override public ru.tinkoff.piapi.contract.v1.Quotation buildPartial() { ru.tinkoff.piapi.contract.v1.Quotation result = new ru.tinkoff.piapi.contract.v1.Quotation(this); if (bitField0_ != 0) { buildPartial0(result); } onBuilt(); return result; } private void buildPartial0(ru.tinkoff.piapi.contract.v1.Quotation result) { int from_bitField0_ = bitField0_; if (((from_bitField0_ & 0x00000001) != 0)) { result.units_ = units_; } if (((from_bitField0_ & 0x00000002) != 0)) { result.nano_ = nano_; } } @java.lang.Override public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof ru.tinkoff.piapi.contract.v1.Quotation) { return mergeFrom((ru.tinkoff.piapi.contract.v1.Quotation)other); } else { super.mergeFrom(other); return this; } } public Builder mergeFrom(ru.tinkoff.piapi.contract.v1.Quotation other) { if (other == ru.tinkoff.piapi.contract.v1.Quotation.getDefaultInstance()) return this; 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 8: { units_ = input.readInt64(); bitField0_ |= 0x00000001; break; } // case 8 case 16: { nano_ = input.readInt32(); bitField0_ |= 0x00000002; break; } // case 16 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 long units_ ; /** *
     * целая часть суммы, может быть отрицательным числом
     * 
* * int64 units = 1; * @return The units. */ @java.lang.Override public long getUnits() { return units_; } /** *
     * целая часть суммы, может быть отрицательным числом
     * 
* * int64 units = 1; * @param value The units to set. * @return This builder for chaining. */ public Builder setUnits(long value) { units_ = value; bitField0_ |= 0x00000001; onChanged(); return this; } /** *
     * целая часть суммы, может быть отрицательным числом
     * 
* * int64 units = 1; * @return This builder for chaining. */ public Builder clearUnits() { bitField0_ = (bitField0_ & ~0x00000001); units_ = 0L; onChanged(); return this; } private int nano_ ; /** *
     * дробная часть суммы, может быть отрицательным числом
     * 
* * int32 nano = 2; * @return The nano. */ @java.lang.Override public int getNano() { return nano_; } /** *
     * дробная часть суммы, может быть отрицательным числом
     * 
* * int32 nano = 2; * @param value The nano to set. * @return This builder for chaining. */ public Builder setNano(int value) { nano_ = value; bitField0_ |= 0x00000002; onChanged(); return this; } /** *
     * дробная часть суммы, может быть отрицательным числом
     * 
* * int32 nano = 2; * @return This builder for chaining. */ public Builder clearNano() { bitField0_ = (bitField0_ & ~0x00000002); 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.Quotation) } // @@protoc_insertion_point(class_scope:tinkoff.public.invest.api.contract.v1.Quotation) private static final ru.tinkoff.piapi.contract.v1.Quotation DEFAULT_INSTANCE; static { DEFAULT_INSTANCE = new ru.tinkoff.piapi.contract.v1.Quotation(); } public static ru.tinkoff.piapi.contract.v1.Quotation getDefaultInstance() { return DEFAULT_INSTANCE; } private static final com.google.protobuf.Parser PARSER = new com.google.protobuf.AbstractParser() { @java.lang.Override public Quotation 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.Quotation getDefaultInstanceForType() { return DEFAULT_INSTANCE; } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy