Interface GenerateBrokerReportResponseOrBuilder

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

public interface GenerateBrokerReportResponseOrBuilder 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.