Package ru.tinkoff.piapi.contract.v1
Interface GetStopOrdersRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetStopOrdersRequest,GetStopOrdersRequest.Builder
public interface GetStopOrdersRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionИдентификатор счёта клиента.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
-
getAccountId
String getAccountId()Идентификатор счёта клиента.
string account_id = 1;- Returns:
- The accountId.
-
getAccountIdBytes
com.google.protobuf.ByteString getAccountIdBytes()Идентификатор счёта клиента.
string account_id = 1;- Returns:
- The bytes for accountId.
-