Package ru.tinkoff.piapi.contract.v1
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 TypeMethodDescriptionbooleanПризнак премиум клиента.getQualifiedForWorkWith(int index) Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь.com.google.protobuf.ByteStringgetQualifiedForWorkWithBytes(int index) Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь.intНабор требующих тестирования инструментов и возможностей, с которыми может работать пользователь.Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь.booleanПризнак квалифицированного инвестора.Наименование тарифа пользователя.com.google.protobuf.ByteStringНаименование тарифа пользователя.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь. [Подробнее](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
Набор требующих тестирования инструментов и возможностей, с которыми может работать пользователь. [Подробнее](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.
-