Interface OperationsRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
OperationsRequest, OperationsRequest.Builder

public interface OperationsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Идентификатор счёта клиента.
    com.google.protobuf.ByteString
    Идентификатор счёта клиента.
    Figi-идентификатор инструмента для фильтрации.
    com.google.protobuf.ByteString
    Figi-идентификатор инструмента для фильтрации.
    com.google.protobuf.Timestamp
    Начало периода (по UTC).
    com.google.protobuf.TimestampOrBuilder
    Начало периода (по UTC).
    Статус запрашиваемых операций.
    int
    Статус запрашиваемых операций.
    com.google.protobuf.Timestamp
    Окончание периода (по UTC).
    com.google.protobuf.TimestampOrBuilder
    Окончание периода (по UTC).
    boolean
    Начало периода (по UTC).
    boolean
    Окончание периода (по UTC).

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.
    • hasFrom

      boolean hasFrom()
      Начало периода (по UTC).
       
      .google.protobuf.Timestamp from = 2;
      Returns:
      Whether the from field is set.
    • getFrom

      com.google.protobuf.Timestamp getFrom()
      Начало периода (по UTC).
       
      .google.protobuf.Timestamp from = 2;
      Returns:
      The from.
    • getFromOrBuilder

      com.google.protobuf.TimestampOrBuilder getFromOrBuilder()
      Начало периода (по UTC).
       
      .google.protobuf.Timestamp from = 2;
    • hasTo

      boolean hasTo()
      Окончание периода (по UTC).
       
      .google.protobuf.Timestamp to = 3;
      Returns:
      Whether the to field is set.
    • getTo

      com.google.protobuf.Timestamp getTo()
      Окончание периода (по UTC).
       
      .google.protobuf.Timestamp to = 3;
      Returns:
      The to.
    • getToOrBuilder

      com.google.protobuf.TimestampOrBuilder getToOrBuilder()
      Окончание периода (по UTC).
       
      .google.protobuf.Timestamp to = 3;
    • getStateValue

      int getStateValue()
      Статус запрашиваемых операций.
       
      .tinkoff.public.invest.api.contract.v1.OperationState state = 4;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      OperationState getState()
      Статус запрашиваемых операций.
       
      .tinkoff.public.invest.api.contract.v1.OperationState state = 4;
      Returns:
      The state.
    • getFigi

      String getFigi()
      Figi-идентификатор инструмента для фильтрации.
       
      string figi = 5;
      Returns:
      The figi.
    • getFigiBytes

      com.google.protobuf.ByteString getFigiBytes()
      Figi-идентификатор инструмента для фильтрации.
       
      string figi = 5;
      Returns:
      The bytes for figi.