ru.tinkoff.piapi.contract.v1.OperationsRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: operations.proto
package ru.tinkoff.piapi.contract.v1;
public interface OperationsRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.OperationsRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
*Идентификатор счёта клиента.
*
*
* string account_id = 1;
* @return The accountId.
*/
java.lang.String getAccountId();
/**
*
*Идентификатор счёта клиента.
*
*
* string account_id = 1;
* @return The bytes for accountId.
*/
com.google.protobuf.ByteString
getAccountIdBytes();
/**
*
*Начало периода (по UTC).
*
*
* .google.protobuf.Timestamp from = 2;
* @return Whether the from field is set.
*/
boolean hasFrom();
/**
*
*Начало периода (по UTC).
*
*
* .google.protobuf.Timestamp from = 2;
* @return The from.
*/
com.google.protobuf.Timestamp getFrom();
/**
*
*Начало периода (по UTC).
*
*
* .google.protobuf.Timestamp from = 2;
*/
com.google.protobuf.TimestampOrBuilder getFromOrBuilder();
/**
*
*Окончание периода (по UTC).
*
*
* .google.protobuf.Timestamp to = 3;
* @return Whether the to field is set.
*/
boolean hasTo();
/**
*
*Окончание периода (по UTC).
*
*
* .google.protobuf.Timestamp to = 3;
* @return The to.
*/
com.google.protobuf.Timestamp getTo();
/**
*
*Окончание периода (по UTC).
*
*
* .google.protobuf.Timestamp to = 3;
*/
com.google.protobuf.TimestampOrBuilder getToOrBuilder();
/**
*
*Статус запрашиваемых операций.
*
*
* .tinkoff.public.invest.api.contract.v1.OperationState state = 4;
* @return The enum numeric value on the wire for state.
*/
int getStateValue();
/**
*
*Статус запрашиваемых операций.
*
*
* .tinkoff.public.invest.api.contract.v1.OperationState state = 4;
* @return The state.
*/
ru.tinkoff.piapi.contract.v1.OperationState getState();
/**
*
*Figi-идентификатор инструмента для фильтрации.
*
*
* string figi = 5;
* @return The figi.
*/
java.lang.String getFigi();
/**
*
*Figi-идентификатор инструмента для фильтрации.
*
*
* string figi = 5;
* @return The bytes for figi.
*/
com.google.protobuf.ByteString
getFigiBytes();
}