Interface EtfsResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
EtfsResponse, EtfsResponse.Builder

public interface EtfsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getInstruments(int index)
    Массив фондов.
    int
    Массив фондов.
    Массив фондов.
    Массив фондов.
    List<? extends EtfOrBuilder>
    Массив фондов.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getInstrumentsList

      List<Etf> getInstrumentsList()
      Массив фондов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1;
    • getInstruments

      Etf getInstruments(int index)
      Массив фондов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1;
    • getInstrumentsCount

      int getInstrumentsCount()
      Массив фондов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1;
    • getInstrumentsOrBuilderList

      List<? extends EtfOrBuilder> getInstrumentsOrBuilderList()
      Массив фондов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1;
    • getInstrumentsOrBuilder

      EtfOrBuilder getInstrumentsOrBuilder(int index)
      Массив фондов.
       
      repeated .tinkoff.public.invest.api.contract.v1.Etf instruments = 1;