Package ru.tinkoff.piapi.contract.v1
Interface GetOrderStateRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetOrderStateRequest,GetOrderStateRequest.Builder
public interface GetOrderStateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionНомер счёта.com.google.protobuf.ByteStringНомер счёта.Идентификатор заявки.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.
-
getOrderId
String getOrderId()Идентификатор заявки.
string order_id = 2;- Returns:
- The orderId.
-
getOrderIdBytes
com.google.protobuf.ByteString getOrderIdBytes()Идентификатор заявки.
string order_id = 2;- Returns:
- The bytes for orderId.
-