Interface GenerateDividendsForeignIssuerReportResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Идентификатор задачи формирования отчёта.
    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.