Class FuturesResponse.Builder

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

public static final class FuturesResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FuturesResponse.Builder> implements FuturesResponseOrBuilder
Данные по фьючерсам.
 
Protobuf type tinkoff.public.invest.api.contract.v1.FuturesResponse
  • 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<FuturesResponse.Builder>
    • clear

      public FuturesResponse.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<FuturesResponse.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<FuturesResponse.Builder>
    • getDefaultInstanceForType

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

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

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

      public FuturesResponse.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<FuturesResponse.Builder>
    • setField

      public FuturesResponse.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<FuturesResponse.Builder>
    • clearField

      public FuturesResponse.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<FuturesResponse.Builder>
    • clearOneof

      public FuturesResponse.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<FuturesResponse.Builder>
    • setRepeatedField

      public FuturesResponse.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<FuturesResponse.Builder>
    • addRepeatedField

      public FuturesResponse.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<FuturesResponse.Builder>
    • mergeFrom

      public FuturesResponse.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<FuturesResponse.Builder>
    • mergeFrom

      public FuturesResponse.Builder mergeFrom(FuturesResponse other)
    • isInitialized

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

      public FuturesResponse.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<FuturesResponse.Builder>
      Throws:
      IOException
    • getInstrumentsList

      public List<Future> getInstrumentsList()
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
      Specified by:
      getInstrumentsList in interface FuturesResponseOrBuilder
    • getInstrumentsCount

      public int getInstrumentsCount()
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
      Specified by:
      getInstrumentsCount in interface FuturesResponseOrBuilder
    • getInstruments

      public Future getInstruments(int index)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
      Specified by:
      getInstruments in interface FuturesResponseOrBuilder
    • setInstruments

      public FuturesResponse.Builder setInstruments(int index, Future value)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • setInstruments

      public FuturesResponse.Builder setInstruments(int index, Future.Builder builderForValue)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • addInstruments

      public FuturesResponse.Builder addInstruments(Future value)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • addInstruments

      public FuturesResponse.Builder addInstruments(int index, Future value)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • addInstruments

      public FuturesResponse.Builder addInstruments(Future.Builder builderForValue)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • addInstruments

      public FuturesResponse.Builder addInstruments(int index, Future.Builder builderForValue)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • addAllInstruments

      public FuturesResponse.Builder addAllInstruments(Iterable<? extends Future> values)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • clearInstruments

      public FuturesResponse.Builder clearInstruments()
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • removeInstruments

      public FuturesResponse.Builder removeInstruments(int index)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • getInstrumentsBuilder

      public Future.Builder getInstrumentsBuilder(int index)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • getInstrumentsOrBuilder

      public FutureOrBuilder getInstrumentsOrBuilder(int index)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
      Specified by:
      getInstrumentsOrBuilder in interface FuturesResponseOrBuilder
    • getInstrumentsOrBuilderList

      public List<? extends FutureOrBuilder> getInstrumentsOrBuilderList()
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
      Specified by:
      getInstrumentsOrBuilderList in interface FuturesResponseOrBuilder
    • addInstrumentsBuilder

      public Future.Builder addInstrumentsBuilder()
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • addInstrumentsBuilder

      public Future.Builder addInstrumentsBuilder(int index)
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • getInstrumentsBuilderList

      public List<Future.Builder> getInstrumentsBuilderList()
      Массив фьючерсов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Future instruments = 1;
    • setUnknownFields

      public final FuturesResponse.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<FuturesResponse.Builder>
    • mergeUnknownFields

      public final FuturesResponse.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<FuturesResponse.Builder>