接口 TaskModelPb.TaskOrBuilder

  • 所有超级接口:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    所有已知实现类:
    TaskModelPb.Task, TaskModelPb.Task.Builder
    封闭类:
    TaskModelPb

    public static interface TaskModelPb.TaskOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • 方法详细资料

      • getTaskType

        String getTaskType()
        string task_type = 1;
        返回:
        The taskType.
      • getTaskTypeBytes

        com.google.protobuf.ByteString getTaskTypeBytes()
        string task_type = 1;
        返回:
        The bytes for taskType.
      • getStatusValue

        int getStatusValue()
        .taskflow.proto.Task.Status status = 2;
        返回:
        The enum numeric value on the wire for status.
      • getInputDataCount

        int getInputDataCount()
        map<string, .google.protobuf.Value> input_data = 3;
      • containsInputData

        boolean containsInputData​(String key)
        map<string, .google.protobuf.Value> input_data = 3;
      • getInputDataMap

        Map<String,​com.google.protobuf.Value> getInputDataMap()
        map<string, .google.protobuf.Value> input_data = 3;
      • getInputDataOrDefault

        com.google.protobuf.Value getInputDataOrDefault​(String key,
                                                        com.google.protobuf.Value defaultValue)
        map<string, .google.protobuf.Value> input_data = 3;
      • getInputDataOrThrow

        com.google.protobuf.Value getInputDataOrThrow​(String key)
        map<string, .google.protobuf.Value> input_data = 3;
      • getReferenceTaskName

        String getReferenceTaskName()
        string reference_task_name = 4;
        返回:
        The referenceTaskName.
      • getReferenceTaskNameBytes

        com.google.protobuf.ByteString getReferenceTaskNameBytes()
        string reference_task_name = 4;
        返回:
        The bytes for referenceTaskName.
      • getRetryCount

        int getRetryCount()
        int32 retry_count = 5;
        返回:
        The retryCount.
      • getSeq

        int getSeq()
        int32 seq = 6;
        返回:
        The seq.
      • getCorrelationId

        String getCorrelationId()
        string correlation_id = 7;
        返回:
        The correlationId.
      • getCorrelationIdBytes

        com.google.protobuf.ByteString getCorrelationIdBytes()
        string correlation_id = 7;
        返回:
        The bytes for correlationId.
      • getPollCount

        int getPollCount()
        int32 poll_count = 8;
        返回:
        The pollCount.
      • getTaskDefName

        String getTaskDefName()
        string task_def_name = 9;
        返回:
        The taskDefName.
      • getTaskDefNameBytes

        com.google.protobuf.ByteString getTaskDefNameBytes()
        string task_def_name = 9;
        返回:
        The bytes for taskDefName.
      • getScheduledTime

        long getScheduledTime()
        int64 scheduled_time = 10;
        返回:
        The scheduledTime.
      • getStartTime

        long getStartTime()
        int64 start_time = 11;
        返回:
        The startTime.
      • getEndTime

        long getEndTime()
        int64 end_time = 12;
        返回:
        The endTime.
      • getUpdateTime

        long getUpdateTime()
        int64 update_time = 13;
        返回:
        The updateTime.
      • getStartDelayInSeconds

        int getStartDelayInSeconds()
        int32 start_delay_in_seconds = 14;
        返回:
        The startDelayInSeconds.
      • getRetriedTaskId

        String getRetriedTaskId()
        string retried_task_id = 15;
        返回:
        The retriedTaskId.
      • getRetriedTaskIdBytes

        com.google.protobuf.ByteString getRetriedTaskIdBytes()
        string retried_task_id = 15;
        返回:
        The bytes for retriedTaskId.
      • getRetried

        boolean getRetried()
        bool retried = 16;
        返回:
        The retried.
      • getExecuted

        boolean getExecuted()
        bool executed = 17;
        返回:
        The executed.
      • getCallbackFromWorker

        boolean getCallbackFromWorker()
        bool callback_from_worker = 18;
        返回:
        The callbackFromWorker.
      • getResponseTimeoutSeconds

        long getResponseTimeoutSeconds()
        int64 response_timeout_seconds = 19;
        返回:
        The responseTimeoutSeconds.
      • getWorkflowInstanceId

        String getWorkflowInstanceId()
        string workflow_instance_id = 20;
        返回:
        The workflowInstanceId.
      • getWorkflowInstanceIdBytes

        com.google.protobuf.ByteString getWorkflowInstanceIdBytes()
        string workflow_instance_id = 20;
        返回:
        The bytes for workflowInstanceId.
      • getWorkflowType

        String getWorkflowType()
        string workflow_type = 21;
        返回:
        The workflowType.
      • getWorkflowTypeBytes

        com.google.protobuf.ByteString getWorkflowTypeBytes()
        string workflow_type = 21;
        返回:
        The bytes for workflowType.
      • getTaskId

        String getTaskId()
        string task_id = 22;
        返回:
        The taskId.
      • getTaskIdBytes

        com.google.protobuf.ByteString getTaskIdBytes()
        string task_id = 22;
        返回:
        The bytes for taskId.
      • getReasonForIncompletion

        String getReasonForIncompletion()
        string reason_for_incompletion = 23;
        返回:
        The reasonForIncompletion.
      • getReasonForIncompletionBytes

        com.google.protobuf.ByteString getReasonForIncompletionBytes()
        string reason_for_incompletion = 23;
        返回:
        The bytes for reasonForIncompletion.
      • getCallbackAfterSeconds

        long getCallbackAfterSeconds()
        int64 callback_after_seconds = 24;
        返回:
        The callbackAfterSeconds.
      • getWorkerId

        String getWorkerId()
        string worker_id = 25;
        返回:
        The workerId.
      • getWorkerIdBytes

        com.google.protobuf.ByteString getWorkerIdBytes()
        string worker_id = 25;
        返回:
        The bytes for workerId.
      • getOutputDataCount

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

        boolean containsOutputData​(String key)
        map<string, .google.protobuf.Value> output_data = 26;
      • getOutputDataMap

        Map<String,​com.google.protobuf.Value> getOutputDataMap()
        map<string, .google.protobuf.Value> output_data = 26;
      • getOutputDataOrDefault

        com.google.protobuf.Value getOutputDataOrDefault​(String key,
                                                         com.google.protobuf.Value defaultValue)
        map<string, .google.protobuf.Value> output_data = 26;
      • getOutputDataOrThrow

        com.google.protobuf.Value getOutputDataOrThrow​(String key)
        map<string, .google.protobuf.Value> output_data = 26;
      • getDomain

        String getDomain()
        string domain = 28;
        返回:
        The domain.
      • getDomainBytes

        com.google.protobuf.ByteString getDomainBytes()
        string domain = 28;
        返回:
        The bytes for domain.
      • hasInputMessage

        boolean hasInputMessage()
        .google.protobuf.Any input_message = 29;
        返回:
        Whether the inputMessage field is set.
      • getInputMessage

        com.google.protobuf.Any getInputMessage()
        .google.protobuf.Any input_message = 29;
        返回:
        The inputMessage.
      • getInputMessageOrBuilder

        com.google.protobuf.AnyOrBuilder getInputMessageOrBuilder()
        .google.protobuf.Any input_message = 29;
      • hasOutputMessage

        boolean hasOutputMessage()
        .google.protobuf.Any output_message = 30;
        返回:
        Whether the outputMessage field is set.
      • getOutputMessage

        com.google.protobuf.Any getOutputMessage()
        .google.protobuf.Any output_message = 30;
        返回:
        The outputMessage.
      • getOutputMessageOrBuilder

        com.google.protobuf.AnyOrBuilder getOutputMessageOrBuilder()
        .google.protobuf.Any output_message = 30;
      • getRateLimitPerFrequency

        int getRateLimitPerFrequency()
        int32 rate_limit_per_frequency = 32;
        返回:
        The rateLimitPerFrequency.
      • getRateLimitFrequencyInSeconds

        int getRateLimitFrequencyInSeconds()
        int32 rate_limit_frequency_in_seconds = 33;
        返回:
        The rateLimitFrequencyInSeconds.
      • getExternalInputPayloadStoragePath

        String getExternalInputPayloadStoragePath()
        string external_input_payload_storage_path = 34;
        返回:
        The externalInputPayloadStoragePath.
      • getExternalInputPayloadStoragePathBytes

        com.google.protobuf.ByteString getExternalInputPayloadStoragePathBytes()
        string external_input_payload_storage_path = 34;
        返回:
        The bytes for externalInputPayloadStoragePath.
      • getExternalOutputPayloadStoragePath

        String getExternalOutputPayloadStoragePath()
        string external_output_payload_storage_path = 35;
        返回:
        The externalOutputPayloadStoragePath.
      • getExternalOutputPayloadStoragePathBytes

        com.google.protobuf.ByteString getExternalOutputPayloadStoragePathBytes()
        string external_output_payload_storage_path = 35;
        返回:
        The bytes for externalOutputPayloadStoragePath.
      • getWorkflowPriority

        int getWorkflowPriority()
        int32 workflow_priority = 36;
        返回:
        The workflowPriority.
      • getExecutionNameSpace

        String getExecutionNameSpace()
        string execution_name_space = 37;
        返回:
        The executionNameSpace.
      • getExecutionNameSpaceBytes

        com.google.protobuf.ByteString getExecutionNameSpaceBytes()
        string execution_name_space = 37;
        返回:
        The bytes for executionNameSpace.
      • getIsolationGroupId

        String getIsolationGroupId()
        string isolation_group_id = 38;
        返回:
        The isolationGroupId.
      • getIsolationGroupIdBytes

        com.google.protobuf.ByteString getIsolationGroupIdBytes()
        string isolation_group_id = 38;
        返回:
        The bytes for isolationGroupId.
      • getIteration

        int getIteration()
        int32 iteration = 40;
        返回:
        The iteration.
      • getSubWorkflowId

        String getSubWorkflowId()
        string sub_workflow_id = 41;
        返回:
        The subWorkflowId.
      • getSubWorkflowIdBytes

        com.google.protobuf.ByteString getSubWorkflowIdBytes()
        string sub_workflow_id = 41;
        返回:
        The bytes for subWorkflowId.
      • getSubworkflowChanged

        boolean getSubworkflowChanged()
        bool subworkflow_changed = 42;
        返回:
        The subworkflowChanged.