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

ru.tinkoff.piapi.contract.v1.GetBrokerReportRequestOrBuilder 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 GetBrokerReportRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:tinkoff.public.invest.api.contract.v1.GetBrokerReportRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   *Идентификатор задачи формирования брокерского отчёта.
   * 
* * string task_id = 1; * @return The taskId. */ java.lang.String getTaskId(); /** *
   *Идентификатор задачи формирования брокерского отчёта.
   * 
* * string task_id = 1; * @return The bytes for taskId. */ com.google.protobuf.ByteString getTaskIdBytes(); /** *
   *Номер страницы отчета (начинается с 1), значение по умолчанию: 0.
   * 
* * int32 page = 2; * @return The page. */ int getPage(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy