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 Type
    Method
    Description
    int
    Номер страницы отчета (начинается с 0), значение по умолчанию: 0.
    Идентификатор задачи формирования отчёта.
    com.google.protobuf.ByteString
    Идентификатор задачи формирования отчёта.

    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

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