接口 TaskModelPb.TaskResultOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- TaskModelPb
public static interface TaskModelPb.TaskResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 booleancontainsOutputData(String key)map<string, .google.protobuf.Value> output_data = 7;longgetCallbackAfterSeconds()int64 callback_after_seconds = 4;Map<String,com.google.protobuf.Value>getOutputData()已过时。intgetOutputDataCount()map<string, .google.protobuf.Value> output_data = 7;Map<String,com.google.protobuf.Value>getOutputDataMap()map<string, .google.protobuf.Value> output_data = 7;com.google.protobuf.ValuegetOutputDataOrDefault(String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> output_data = 7;com.google.protobuf.ValuegetOutputDataOrThrow(String key)map<string, .google.protobuf.Value> output_data = 7;com.google.protobuf.AnygetOutputMessage().google.protobuf.Any output_message = 8;com.google.protobuf.AnyOrBuildergetOutputMessageOrBuilder().google.protobuf.Any output_message = 8;StringgetReasonForIncompletion()string reason_for_incompletion = 3;com.google.protobuf.ByteStringgetReasonForIncompletionBytes()string reason_for_incompletion = 3;TaskModelPb.TaskResult.StatusgetStatus().taskflow.proto.TaskResult.Status status = 6;intgetStatusValue().taskflow.proto.TaskResult.Status status = 6;StringgetTaskId()string task_id = 2;com.google.protobuf.ByteStringgetTaskIdBytes()string task_id = 2;StringgetWorkerId()string worker_id = 5;com.google.protobuf.ByteStringgetWorkerIdBytes()string worker_id = 5;StringgetWorkflowInstanceId()string workflow_instance_id = 1;com.google.protobuf.ByteStringgetWorkflowInstanceIdBytes()string workflow_instance_id = 1;booleanhasOutputMessage().google.protobuf.Any output_message = 8;
-
-
-
方法详细资料
-
getWorkflowInstanceId
String getWorkflowInstanceId()
string workflow_instance_id = 1;- 返回:
- The workflowInstanceId.
-
getWorkflowInstanceIdBytes
com.google.protobuf.ByteString getWorkflowInstanceIdBytes()
string workflow_instance_id = 1;- 返回:
- The bytes for workflowInstanceId.
-
getTaskId
String getTaskId()
string task_id = 2;- 返回:
- The taskId.
-
getTaskIdBytes
com.google.protobuf.ByteString getTaskIdBytes()
string task_id = 2;- 返回:
- The bytes for taskId.
-
getReasonForIncompletion
String getReasonForIncompletion()
string reason_for_incompletion = 3;- 返回:
- The reasonForIncompletion.
-
getReasonForIncompletionBytes
com.google.protobuf.ByteString getReasonForIncompletionBytes()
string reason_for_incompletion = 3;- 返回:
- The bytes for reasonForIncompletion.
-
getCallbackAfterSeconds
long getCallbackAfterSeconds()
int64 callback_after_seconds = 4;- 返回:
- The callbackAfterSeconds.
-
getWorkerId
String getWorkerId()
string worker_id = 5;- 返回:
- The workerId.
-
getWorkerIdBytes
com.google.protobuf.ByteString getWorkerIdBytes()
string worker_id = 5;- 返回:
- The bytes for workerId.
-
getStatusValue
int getStatusValue()
.taskflow.proto.TaskResult.Status status = 6;- 返回:
- The enum numeric value on the wire for status.
-
getStatus
TaskModelPb.TaskResult.Status getStatus()
.taskflow.proto.TaskResult.Status status = 6;- 返回:
- The status.
-
getOutputDataCount
int getOutputDataCount()
map<string, .google.protobuf.Value> output_data = 7;
-
containsOutputData
boolean containsOutputData(String key)
map<string, .google.protobuf.Value> output_data = 7;
-
getOutputData
@Deprecated Map<String,com.google.protobuf.Value> getOutputData()
已过时。UsegetOutputDataMap()instead.
-
getOutputDataMap
Map<String,com.google.protobuf.Value> getOutputDataMap()
map<string, .google.protobuf.Value> output_data = 7;
-
getOutputDataOrDefault
com.google.protobuf.Value getOutputDataOrDefault(String key, com.google.protobuf.Value defaultValue)
map<string, .google.protobuf.Value> output_data = 7;
-
getOutputDataOrThrow
com.google.protobuf.Value getOutputDataOrThrow(String key)
map<string, .google.protobuf.Value> output_data = 7;
-
hasOutputMessage
boolean hasOutputMessage()
.google.protobuf.Any output_message = 8;- 返回:
- Whether the outputMessage field is set.
-
getOutputMessage
com.google.protobuf.Any getOutputMessage()
.google.protobuf.Any output_message = 8;- 返回:
- The outputMessage.
-
getOutputMessageOrBuilder
com.google.protobuf.AnyOrBuilder getOutputMessageOrBuilder()
.google.protobuf.Any output_message = 8;
-
-