Class CurrencyResponse.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderType>
com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
ru.tinkoff.piapi.contract.v1.CurrencyResponse.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, CurrencyResponseOrBuilder
Enclosing class:
CurrencyResponse

public static final class CurrencyResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder> implements CurrencyResponseOrBuilder
Данные по валюте.
 
Protobuf type tinkoff.public.invest.api.contract.v1.CurrencyResponse
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • clear

      public CurrencyResponse.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • getDefaultInstanceForType

      public CurrencyResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public CurrencyResponse build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public CurrencyResponse buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public CurrencyResponse.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • setField

      public CurrencyResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • clearField

      public CurrencyResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • clearOneof

      public CurrencyResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • setRepeatedField

      public CurrencyResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • addRepeatedField

      public CurrencyResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • mergeFrom

      public CurrencyResponse.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CurrencyResponse.Builder>
    • mergeFrom

      public CurrencyResponse.Builder mergeFrom(CurrencyResponse other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • mergeFrom

      public CurrencyResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<CurrencyResponse.Builder>
      Throws:
      IOException
    • hasInstrument

      public boolean hasInstrument()
       Информация о валюте.
       
      .tinkoff.public.invest.api.contract.v1.Currency instrument = 1;
      Specified by:
      hasInstrument in interface CurrencyResponseOrBuilder
      Returns:
      Whether the instrument field is set.
    • getInstrument

      public Currency getInstrument()
       Информация о валюте.
       
      .tinkoff.public.invest.api.contract.v1.Currency instrument = 1;
      Specified by:
      getInstrument in interface CurrencyResponseOrBuilder
      Returns:
      The instrument.
    • setInstrument

      public CurrencyResponse.Builder setInstrument(Currency value)
       Информация о валюте.
       
      .tinkoff.public.invest.api.contract.v1.Currency instrument = 1;
    • setInstrument

      public CurrencyResponse.Builder setInstrument(Currency.Builder builderForValue)
       Информация о валюте.
       
      .tinkoff.public.invest.api.contract.v1.Currency instrument = 1;
    • mergeInstrument

      public CurrencyResponse.Builder mergeInstrument(Currency value)
       Информация о валюте.
       
      .tinkoff.public.invest.api.contract.v1.Currency instrument = 1;
    • clearInstrument

      public CurrencyResponse.Builder clearInstrument()
       Информация о валюте.
       
      .tinkoff.public.invest.api.contract.v1.Currency instrument = 1;
    • getInstrumentBuilder

      public Currency.Builder getInstrumentBuilder()
       Информация о валюте.
       
      .tinkoff.public.invest.api.contract.v1.Currency instrument = 1;
    • getInstrumentOrBuilder

      public CurrencyOrBuilder getInstrumentOrBuilder()
       Информация о валюте.
       
      .tinkoff.public.invest.api.contract.v1.Currency instrument = 1;
      Specified by:
      getInstrumentOrBuilder in interface CurrencyResponseOrBuilder
    • setUnknownFields

      public final CurrencyResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>
    • mergeUnknownFields

      public final CurrencyResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CurrencyResponse.Builder>