Package ru.tinkoff.piapi.contract.v1
Interface GetDividendsForeignIssuerReportRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetDividendsForeignIssuerReportRequest,GetDividendsForeignIssuerReportRequest.Builder
public interface GetDividendsForeignIssuerReportRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionintgetPage()Номер страницы отчета (начинается с 0), значение по умолчанию: 0.Идентификатор задачи формирования отчёта.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
-
getTaskId
String getTaskId()Идентификатор задачи формирования отчёта.
string task_id = 1;- Returns:
- The taskId.
-
getTaskIdBytes
com.google.protobuf.ByteString getTaskIdBytes()Идентификатор задачи формирования отчёта.
string task_id = 1;- Returns:
- The bytes for taskId.
-
getPage
int getPage()Номер страницы отчета (начинается с 0), значение по умолчанию: 0.
int32 page = 2;- Returns:
- The page.
-