All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ru.tinkoff.piapi.contract.v1.GenerateBrokerReportRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.25
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: operations.proto

package ru.tinkoff.piapi.contract.v1;

public interface GenerateBrokerReportRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GenerateBrokerReportRequest)
    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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy