Interface GetInfoResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Признак премиум клиента.
    Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь.
    com.google.protobuf.ByteString
    Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь.
    int
    Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь.
    Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь.
    boolean
    Признак квалифицированного инвестора.
    Наименование тарифа пользователя.
    com.google.protobuf.ByteString
    Наименование тарифа пользователя.

    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

    • getPremStatus

      boolean getPremStatus()
      Признак премиум клиента.
       
      bool prem_status = 1;
      Returns:
      The premStatus.
    • getQualStatus

      boolean getQualStatus()
      Признак квалифицированного инвестора.
       
      bool qual_status = 2;
      Returns:
      The qualStatus.
    • getQualifiedForWorkWithList

      List<String> getQualifiedForWorkWithList()
      Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь. [Подробнее](https://tinkoff.github.io/investAPI/faq_users/).
       
      repeated string qualified_for_work_with = 3;
      Returns:
      A list containing the qualifiedForWorkWith.
    • getQualifiedForWorkWithCount

      int getQualifiedForWorkWithCount()
      Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь. [Подробнее](https://tinkoff.github.io/investAPI/faq_users/).
       
      repeated string qualified_for_work_with = 3;
      Returns:
      The count of qualifiedForWorkWith.
    • getQualifiedForWorkWith

      String getQualifiedForWorkWith(int index)
      Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь. [Подробнее](https://tinkoff.github.io/investAPI/faq_users/).
       
      repeated string qualified_for_work_with = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The qualifiedForWorkWith at the given index.
    • getQualifiedForWorkWithBytes

      com.google.protobuf.ByteString getQualifiedForWorkWithBytes(int index)
      Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь. [Подробнее](https://tinkoff.github.io/investAPI/faq_users/).
       
      repeated string qualified_for_work_with = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the qualifiedForWorkWith at the given index.
    • getTariff

      String getTariff()
      Наименование тарифа пользователя.
       
      string tariff = 4;
      Returns:
      The tariff.
    • getTariffBytes

      com.google.protobuf.ByteString getTariffBytes()
      Наименование тарифа пользователя.
       
      string tariff = 4;
      Returns:
      The bytes for tariff.