Package ru.tinkoff.piapi.contract.v1
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 TypeMethodDescriptionИдентификатор задачи формирования брокерского отчёта.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.
-