接口 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
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 booleancontainsInputData(String key)map<string, .google.protobuf.Value> input_data = 3;booleancontainsOutputData(String key)map<string, .google.protobuf.Value> output_data = 26;longgetCallbackAfterSeconds()int64 callback_after_seconds = 24;booleangetCallbackFromWorker()bool callback_from_worker = 18;StringgetCorrelationId()string correlation_id = 7;com.google.protobuf.ByteStringgetCorrelationIdBytes()string correlation_id = 7;StringgetDomain()string domain = 28;com.google.protobuf.ByteStringgetDomainBytes()string domain = 28;longgetEndTime()int64 end_time = 12;booleangetExecuted()bool executed = 17;StringgetExecutionNameSpace()string execution_name_space = 37;com.google.protobuf.ByteStringgetExecutionNameSpaceBytes()string execution_name_space = 37;StringgetExternalInputPayloadStoragePath()string external_input_payload_storage_path = 34;com.google.protobuf.ByteStringgetExternalInputPayloadStoragePathBytes()string external_input_payload_storage_path = 34;StringgetExternalOutputPayloadStoragePath()string external_output_payload_storage_path = 35;com.google.protobuf.ByteStringgetExternalOutputPayloadStoragePathBytes()string external_output_payload_storage_path = 35;Map<String,com.google.protobuf.Value>getInputData()已过时。intgetInputDataCount()map<string, .google.protobuf.Value> input_data = 3;Map<String,com.google.protobuf.Value>getInputDataMap()map<string, .google.protobuf.Value> input_data = 3;com.google.protobuf.ValuegetInputDataOrDefault(String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> input_data = 3;com.google.protobuf.ValuegetInputDataOrThrow(String key)map<string, .google.protobuf.Value> input_data = 3;com.google.protobuf.AnygetInputMessage().google.protobuf.Any input_message = 29;com.google.protobuf.AnyOrBuildergetInputMessageOrBuilder().google.protobuf.Any input_message = 29;StringgetIsolationGroupId()string isolation_group_id = 38;com.google.protobuf.ByteStringgetIsolationGroupIdBytes()string isolation_group_id = 38;intgetIteration()int32 iteration = 40;Map<String,com.google.protobuf.Value>getOutputData()已过时。intgetOutputDataCount()map<string, .google.protobuf.Value> output_data = 26;Map<String,com.google.protobuf.Value>getOutputDataMap()map<string, .google.protobuf.Value> output_data = 26;com.google.protobuf.ValuegetOutputDataOrDefault(String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> output_data = 26;com.google.protobuf.ValuegetOutputDataOrThrow(String key)map<string, .google.protobuf.Value> output_data = 26;com.google.protobuf.AnygetOutputMessage().google.protobuf.Any output_message = 30;com.google.protobuf.AnyOrBuildergetOutputMessageOrBuilder().google.protobuf.Any output_message = 30;intgetPollCount()int32 poll_count = 8;intgetRateLimitFrequencyInSeconds()int32 rate_limit_frequency_in_seconds = 33;intgetRateLimitPerFrequency()int32 rate_limit_per_frequency = 32;StringgetReasonForIncompletion()string reason_for_incompletion = 23;com.google.protobuf.ByteStringgetReasonForIncompletionBytes()string reason_for_incompletion = 23;StringgetReferenceTaskName()string reference_task_name = 4;com.google.protobuf.ByteStringgetReferenceTaskNameBytes()string reference_task_name = 4;longgetResponseTimeoutSeconds()int64 response_timeout_seconds = 19;booleangetRetried()bool retried = 16;StringgetRetriedTaskId()string retried_task_id = 15;com.google.protobuf.ByteStringgetRetriedTaskIdBytes()string retried_task_id = 15;intgetRetryCount()int32 retry_count = 5;longgetScheduledTime()int64 scheduled_time = 10;intgetSeq()int32 seq = 6;intgetStartDelayInSeconds()int32 start_delay_in_seconds = 14;longgetStartTime()int64 start_time = 11;TaskModelPb.Task.StatusgetStatus().taskflow.proto.Task.Status status = 2;intgetStatusValue().taskflow.proto.Task.Status status = 2;booleangetSubworkflowChanged()bool subworkflow_changed = 42;StringgetSubWorkflowId()string sub_workflow_id = 41;com.google.protobuf.ByteStringgetSubWorkflowIdBytes()string sub_workflow_id = 41;StringgetTaskDefName()string task_def_name = 9;com.google.protobuf.ByteStringgetTaskDefNameBytes()string task_def_name = 9;StringgetTaskId()string task_id = 22;com.google.protobuf.ByteStringgetTaskIdBytes()string task_id = 22;StringgetTaskType()string task_type = 1;com.google.protobuf.ByteStringgetTaskTypeBytes()string task_type = 1;longgetUpdateTime()int64 update_time = 13;StringgetWorkerId()string worker_id = 25;com.google.protobuf.ByteStringgetWorkerIdBytes()string worker_id = 25;StringgetWorkflowInstanceId()string workflow_instance_id = 20;com.google.protobuf.ByteStringgetWorkflowInstanceIdBytes()string workflow_instance_id = 20;intgetWorkflowPriority()int32 workflow_priority = 36;StringgetWorkflowType()string workflow_type = 21;com.google.protobuf.ByteStringgetWorkflowTypeBytes()string workflow_type = 21;booleanhasInputMessage().google.protobuf.Any input_message = 29;booleanhasOutputMessage().google.protobuf.Any output_message = 30;
-
-
-
方法详细资料
-
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.
-
getStatus
TaskModelPb.Task.Status getStatus()
.taskflow.proto.Task.Status status = 2;- 返回:
- The 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;
-
getInputData
@Deprecated Map<String,com.google.protobuf.Value> getInputData()
已过时。UsegetInputDataMap()instead.
-
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;
-
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 = 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.
-
-