Package ru.tinkoff.piapi.contract.v1
Interface PositionsStreamRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PositionsStreamRequest,PositionsStreamRequest.Builder
public interface PositionsStreamRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAccounts(int index) Массив идентификаторов счётов пользователяcom.google.protobuf.ByteStringgetAccountsBytes(int index) Массив идентификаторов счётов пользователяintМассив идентификаторов счётов пользователяМассив идентификаторов счётов пользователя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
-
getAccountsList
Массив идентификаторов счётов пользователя
repeated string accounts = 1;- Returns:
- A list containing the accounts.
-
getAccountsCount
int getAccountsCount()Массив идентификаторов счётов пользователя
repeated string accounts = 1;- Returns:
- The count of accounts.
-
getAccounts
Массив идентификаторов счётов пользователя
repeated string accounts = 1;- Parameters:
index- The index of the element to return.- Returns:
- The accounts at the given index.
-
getAccountsBytes
com.google.protobuf.ByteString getAccountsBytes(int index) Массив идентификаторов счётов пользователя
repeated string accounts = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the accounts at the given index.
-