接口 TaskModelPb.TaskResultOrBuilder

    • 方法详细资料

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

        int getOutputDataCount()
        map<string, .google.protobuf.Value> output_data = 7;
      • containsOutputData

        boolean containsOutputData​(String key)
        map<string, .google.protobuf.Value> output_data = 7;
      • 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;