类 TaskModelPb.Task
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- cn.feiliu.taskflow.proto.TaskModelPb.Task
-
- 所有已实现的接口:
TaskModelPb.TaskOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Serializable
- 封闭类:
- TaskModelPb
public static final class TaskModelPb.Task extends com.google.protobuf.GeneratedMessageV3 implements TaskModelPb.TaskOrBuilder
Protobuf typetaskflow.proto.Task- 另请参阅:
- 序列化表格
-
-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classTaskModelPb.Task.BuilderProtobuf typetaskflow.proto.Taskstatic classTaskModelPb.Task.StatusProtobuf enumtaskflow.proto.Task.Status-
从类继承的嵌套类/接口 com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
字段概要
-
方法概要
所有方法 静态方法 实例方法 具体方法 已过时的方法 修饰符和类型 方法 说明 booleancontainsInputData(String key)map<string, .google.protobuf.Value> input_data = 3;booleancontainsOutputData(String key)map<string, .google.protobuf.Value> output_data = 26;booleanequals(Object obj)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;static TaskModelPb.TaskgetDefaultInstance()TaskModelPb.TaskgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()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;com.google.protobuf.Parser<TaskModelPb.Task>getParserForType()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;intgetSerializedSize()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;com.google.protobuf.UnknownFieldSetgetUnknownFields()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;inthashCode()booleanhasInputMessage().google.protobuf.Any input_message = 29;booleanhasOutputMessage().google.protobuf.Any output_message = 30;protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldinternalGetMapField(int number)booleanisInitialized()static TaskModelPb.Task.BuildernewBuilder()static TaskModelPb.Task.BuildernewBuilder(TaskModelPb.Task prototype)TaskModelPb.Task.BuildernewBuilderForType()protected TaskModelPb.Task.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)static TaskModelPb.TaskparseDelimitedFrom(InputStream input)static TaskModelPb.TaskparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskModelPb.TaskparseFrom(byte[] data)static TaskModelPb.TaskparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskModelPb.TaskparseFrom(com.google.protobuf.ByteString data)static TaskModelPb.TaskparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskModelPb.TaskparseFrom(com.google.protobuf.CodedInputStream input)static TaskModelPb.TaskparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskModelPb.TaskparseFrom(InputStream input)static TaskModelPb.TaskparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskModelPb.TaskparseFrom(ByteBuffer data)static TaskModelPb.TaskparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<TaskModelPb.Task>parser()TaskModelPb.Task.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
从类继承的方法 com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
从类继承的方法 com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
-
-
-
字段详细资料
-
TASK_TYPE_FIELD_NUMBER
public static final int TASK_TYPE_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
STATUS_FIELD_NUMBER
public static final int STATUS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
INPUT_DATA_FIELD_NUMBER
public static final int INPUT_DATA_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
REFERENCE_TASK_NAME_FIELD_NUMBER
public static final int REFERENCE_TASK_NAME_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
RETRY_COUNT_FIELD_NUMBER
public static final int RETRY_COUNT_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
SEQ_FIELD_NUMBER
public static final int SEQ_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
CORRELATION_ID_FIELD_NUMBER
public static final int CORRELATION_ID_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
POLL_COUNT_FIELD_NUMBER
public static final int POLL_COUNT_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
TASK_DEF_NAME_FIELD_NUMBER
public static final int TASK_DEF_NAME_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
SCHEDULED_TIME_FIELD_NUMBER
public static final int SCHEDULED_TIME_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
START_TIME_FIELD_NUMBER
public static final int START_TIME_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
END_TIME_FIELD_NUMBER
public static final int END_TIME_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
UPDATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
START_DELAY_IN_SECONDS_FIELD_NUMBER
public static final int START_DELAY_IN_SECONDS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
RETRIED_TASK_ID_FIELD_NUMBER
public static final int RETRIED_TASK_ID_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
RETRIED_FIELD_NUMBER
public static final int RETRIED_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
EXECUTED_FIELD_NUMBER
public static final int EXECUTED_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
CALLBACK_FROM_WORKER_FIELD_NUMBER
public static final int CALLBACK_FROM_WORKER_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
RESPONSE_TIMEOUT_SECONDS_FIELD_NUMBER
public static final int RESPONSE_TIMEOUT_SECONDS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
WORKFLOW_INSTANCE_ID_FIELD_NUMBER
public static final int WORKFLOW_INSTANCE_ID_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
WORKFLOW_TYPE_FIELD_NUMBER
public static final int WORKFLOW_TYPE_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
TASK_ID_FIELD_NUMBER
public static final int TASK_ID_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
REASON_FOR_INCOMPLETION_FIELD_NUMBER
public static final int REASON_FOR_INCOMPLETION_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
CALLBACK_AFTER_SECONDS_FIELD_NUMBER
public static final int CALLBACK_AFTER_SECONDS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
WORKER_ID_FIELD_NUMBER
public static final int WORKER_ID_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
OUTPUT_DATA_FIELD_NUMBER
public static final int OUTPUT_DATA_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
DOMAIN_FIELD_NUMBER
public static final int DOMAIN_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
INPUT_MESSAGE_FIELD_NUMBER
public static final int INPUT_MESSAGE_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
OUTPUT_MESSAGE_FIELD_NUMBER
public static final int OUTPUT_MESSAGE_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
RATE_LIMIT_PER_FREQUENCY_FIELD_NUMBER
public static final int RATE_LIMIT_PER_FREQUENCY_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
RATE_LIMIT_FREQUENCY_IN_SECONDS_FIELD_NUMBER
public static final int RATE_LIMIT_FREQUENCY_IN_SECONDS_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
EXTERNAL_INPUT_PAYLOAD_STORAGE_PATH_FIELD_NUMBER
public static final int EXTERNAL_INPUT_PAYLOAD_STORAGE_PATH_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
EXTERNAL_OUTPUT_PAYLOAD_STORAGE_PATH_FIELD_NUMBER
public static final int EXTERNAL_OUTPUT_PAYLOAD_STORAGE_PATH_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
WORKFLOW_PRIORITY_FIELD_NUMBER
public static final int WORKFLOW_PRIORITY_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
EXECUTION_NAME_SPACE_FIELD_NUMBER
public static final int EXECUTION_NAME_SPACE_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
ISOLATION_GROUP_ID_FIELD_NUMBER
public static final int ISOLATION_GROUP_ID_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
ITERATION_FIELD_NUMBER
public static final int ITERATION_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
SUB_WORKFLOW_ID_FIELD_NUMBER
public static final int SUB_WORKFLOW_ID_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
SUBWORKFLOW_CHANGED_FIELD_NUMBER
public static final int SUBWORKFLOW_CHANGED_FIELD_NUMBER
- 另请参阅:
- 常量字段值
-
-
方法详细资料
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- 覆盖:
newInstance在类中com.google.protobuf.GeneratedMessageV3
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- 指定者:
getUnknownFields在接口中com.google.protobuf.MessageOrBuilder- 覆盖:
getUnknownFields在类中com.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number)
- 覆盖:
internalGetMapField在类中com.google.protobuf.GeneratedMessageV3
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- 指定者:
internalGetFieldAccessorTable在类中com.google.protobuf.GeneratedMessageV3
-
getTaskType
public String getTaskType()
string task_type = 1;- 指定者:
getTaskType在接口中TaskModelPb.TaskOrBuilder- 返回:
- The taskType.
-
getTaskTypeBytes
public com.google.protobuf.ByteString getTaskTypeBytes()
string task_type = 1;- 指定者:
getTaskTypeBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for taskType.
-
getStatusValue
public int getStatusValue()
.taskflow.proto.Task.Status status = 2;- 指定者:
getStatusValue在接口中TaskModelPb.TaskOrBuilder- 返回:
- The enum numeric value on the wire for status.
-
getStatus
public TaskModelPb.Task.Status getStatus()
.taskflow.proto.Task.Status status = 2;- 指定者:
getStatus在接口中TaskModelPb.TaskOrBuilder- 返回:
- The status.
-
getInputDataCount
public int getInputDataCount()
从接口复制的说明:TaskModelPb.TaskOrBuildermap<string, .google.protobuf.Value> input_data = 3;- 指定者:
getInputDataCount在接口中TaskModelPb.TaskOrBuilder
-
containsInputData
public boolean containsInputData(String key)
map<string, .google.protobuf.Value> input_data = 3;- 指定者:
containsInputData在接口中TaskModelPb.TaskOrBuilder
-
getInputData
@Deprecated public Map<String,com.google.protobuf.Value> getInputData()
已过时。UsegetInputDataMap()instead.- 指定者:
getInputData在接口中TaskModelPb.TaskOrBuilder
-
getInputDataMap
public Map<String,com.google.protobuf.Value> getInputDataMap()
map<string, .google.protobuf.Value> input_data = 3;- 指定者:
getInputDataMap在接口中TaskModelPb.TaskOrBuilder
-
getInputDataOrDefault
public com.google.protobuf.Value getInputDataOrDefault(String key, com.google.protobuf.Value defaultValue)
map<string, .google.protobuf.Value> input_data = 3;
-
getInputDataOrThrow
public com.google.protobuf.Value getInputDataOrThrow(String key)
map<string, .google.protobuf.Value> input_data = 3;- 指定者:
getInputDataOrThrow在接口中TaskModelPb.TaskOrBuilder
-
getReferenceTaskName
public String getReferenceTaskName()
string reference_task_name = 4;- 指定者:
getReferenceTaskName在接口中TaskModelPb.TaskOrBuilder- 返回:
- The referenceTaskName.
-
getReferenceTaskNameBytes
public com.google.protobuf.ByteString getReferenceTaskNameBytes()
string reference_task_name = 4;- 指定者:
getReferenceTaskNameBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for referenceTaskName.
-
getRetryCount
public int getRetryCount()
int32 retry_count = 5;- 指定者:
getRetryCount在接口中TaskModelPb.TaskOrBuilder- 返回:
- The retryCount.
-
getSeq
public int getSeq()
int32 seq = 6;- 指定者:
getSeq在接口中TaskModelPb.TaskOrBuilder- 返回:
- The seq.
-
getCorrelationId
public String getCorrelationId()
string correlation_id = 7;- 指定者:
getCorrelationId在接口中TaskModelPb.TaskOrBuilder- 返回:
- The correlationId.
-
getCorrelationIdBytes
public com.google.protobuf.ByteString getCorrelationIdBytes()
string correlation_id = 7;- 指定者:
getCorrelationIdBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for correlationId.
-
getPollCount
public int getPollCount()
int32 poll_count = 8;- 指定者:
getPollCount在接口中TaskModelPb.TaskOrBuilder- 返回:
- The pollCount.
-
getTaskDefName
public String getTaskDefName()
string task_def_name = 9;- 指定者:
getTaskDefName在接口中TaskModelPb.TaskOrBuilder- 返回:
- The taskDefName.
-
getTaskDefNameBytes
public com.google.protobuf.ByteString getTaskDefNameBytes()
string task_def_name = 9;- 指定者:
getTaskDefNameBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for taskDefName.
-
getScheduledTime
public long getScheduledTime()
int64 scheduled_time = 10;- 指定者:
getScheduledTime在接口中TaskModelPb.TaskOrBuilder- 返回:
- The scheduledTime.
-
getStartTime
public long getStartTime()
int64 start_time = 11;- 指定者:
getStartTime在接口中TaskModelPb.TaskOrBuilder- 返回:
- The startTime.
-
getEndTime
public long getEndTime()
int64 end_time = 12;- 指定者:
getEndTime在接口中TaskModelPb.TaskOrBuilder- 返回:
- The endTime.
-
getUpdateTime
public long getUpdateTime()
int64 update_time = 13;- 指定者:
getUpdateTime在接口中TaskModelPb.TaskOrBuilder- 返回:
- The updateTime.
-
getStartDelayInSeconds
public int getStartDelayInSeconds()
int32 start_delay_in_seconds = 14;- 指定者:
getStartDelayInSeconds在接口中TaskModelPb.TaskOrBuilder- 返回:
- The startDelayInSeconds.
-
getRetriedTaskId
public String getRetriedTaskId()
string retried_task_id = 15;- 指定者:
getRetriedTaskId在接口中TaskModelPb.TaskOrBuilder- 返回:
- The retriedTaskId.
-
getRetriedTaskIdBytes
public com.google.protobuf.ByteString getRetriedTaskIdBytes()
string retried_task_id = 15;- 指定者:
getRetriedTaskIdBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for retriedTaskId.
-
getRetried
public boolean getRetried()
bool retried = 16;- 指定者:
getRetried在接口中TaskModelPb.TaskOrBuilder- 返回:
- The retried.
-
getExecuted
public boolean getExecuted()
bool executed = 17;- 指定者:
getExecuted在接口中TaskModelPb.TaskOrBuilder- 返回:
- The executed.
-
getCallbackFromWorker
public boolean getCallbackFromWorker()
bool callback_from_worker = 18;- 指定者:
getCallbackFromWorker在接口中TaskModelPb.TaskOrBuilder- 返回:
- The callbackFromWorker.
-
getResponseTimeoutSeconds
public long getResponseTimeoutSeconds()
int64 response_timeout_seconds = 19;- 指定者:
getResponseTimeoutSeconds在接口中TaskModelPb.TaskOrBuilder- 返回:
- The responseTimeoutSeconds.
-
getWorkflowInstanceId
public String getWorkflowInstanceId()
string workflow_instance_id = 20;- 指定者:
getWorkflowInstanceId在接口中TaskModelPb.TaskOrBuilder- 返回:
- The workflowInstanceId.
-
getWorkflowInstanceIdBytes
public com.google.protobuf.ByteString getWorkflowInstanceIdBytes()
string workflow_instance_id = 20;- 指定者:
getWorkflowInstanceIdBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for workflowInstanceId.
-
getWorkflowType
public String getWorkflowType()
string workflow_type = 21;- 指定者:
getWorkflowType在接口中TaskModelPb.TaskOrBuilder- 返回:
- The workflowType.
-
getWorkflowTypeBytes
public com.google.protobuf.ByteString getWorkflowTypeBytes()
string workflow_type = 21;- 指定者:
getWorkflowTypeBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for workflowType.
-
getTaskId
public String getTaskId()
string task_id = 22;- 指定者:
getTaskId在接口中TaskModelPb.TaskOrBuilder- 返回:
- The taskId.
-
getTaskIdBytes
public com.google.protobuf.ByteString getTaskIdBytes()
string task_id = 22;- 指定者:
getTaskIdBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for taskId.
-
getReasonForIncompletion
public String getReasonForIncompletion()
string reason_for_incompletion = 23;- 指定者:
getReasonForIncompletion在接口中TaskModelPb.TaskOrBuilder- 返回:
- The reasonForIncompletion.
-
getReasonForIncompletionBytes
public com.google.protobuf.ByteString getReasonForIncompletionBytes()
string reason_for_incompletion = 23;- 指定者:
getReasonForIncompletionBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for reasonForIncompletion.
-
getCallbackAfterSeconds
public long getCallbackAfterSeconds()
int64 callback_after_seconds = 24;- 指定者:
getCallbackAfterSeconds在接口中TaskModelPb.TaskOrBuilder- 返回:
- The callbackAfterSeconds.
-
getWorkerId
public String getWorkerId()
string worker_id = 25;- 指定者:
getWorkerId在接口中TaskModelPb.TaskOrBuilder- 返回:
- The workerId.
-
getWorkerIdBytes
public com.google.protobuf.ByteString getWorkerIdBytes()
string worker_id = 25;- 指定者:
getWorkerIdBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for workerId.
-
getOutputDataCount
public int getOutputDataCount()
从接口复制的说明:TaskModelPb.TaskOrBuildermap<string, .google.protobuf.Value> output_data = 26;- 指定者:
getOutputDataCount在接口中TaskModelPb.TaskOrBuilder
-
containsOutputData
public boolean containsOutputData(String key)
map<string, .google.protobuf.Value> output_data = 26;- 指定者:
containsOutputData在接口中TaskModelPb.TaskOrBuilder
-
getOutputData
@Deprecated public Map<String,com.google.protobuf.Value> getOutputData()
已过时。UsegetOutputDataMap()instead.- 指定者:
getOutputData在接口中TaskModelPb.TaskOrBuilder
-
getOutputDataMap
public Map<String,com.google.protobuf.Value> getOutputDataMap()
map<string, .google.protobuf.Value> output_data = 26;- 指定者:
getOutputDataMap在接口中TaskModelPb.TaskOrBuilder
-
getOutputDataOrDefault
public com.google.protobuf.Value getOutputDataOrDefault(String key, com.google.protobuf.Value defaultValue)
map<string, .google.protobuf.Value> output_data = 26;
-
getOutputDataOrThrow
public com.google.protobuf.Value getOutputDataOrThrow(String key)
map<string, .google.protobuf.Value> output_data = 26;
-
getDomain
public String getDomain()
string domain = 28;- 指定者:
getDomain在接口中TaskModelPb.TaskOrBuilder- 返回:
- The domain.
-
getDomainBytes
public com.google.protobuf.ByteString getDomainBytes()
string domain = 28;- 指定者:
getDomainBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for domain.
-
hasInputMessage
public boolean hasInputMessage()
.google.protobuf.Any input_message = 29;- 指定者:
hasInputMessage在接口中TaskModelPb.TaskOrBuilder- 返回:
- Whether the inputMessage field is set.
-
getInputMessage
public com.google.protobuf.Any getInputMessage()
.google.protobuf.Any input_message = 29;- 指定者:
getInputMessage在接口中TaskModelPb.TaskOrBuilder- 返回:
- The inputMessage.
-
getInputMessageOrBuilder
public com.google.protobuf.AnyOrBuilder getInputMessageOrBuilder()
.google.protobuf.Any input_message = 29;
-
hasOutputMessage
public boolean hasOutputMessage()
.google.protobuf.Any output_message = 30;- 指定者:
hasOutputMessage在接口中TaskModelPb.TaskOrBuilder- 返回:
- Whether the outputMessage field is set.
-
getOutputMessage
public com.google.protobuf.Any getOutputMessage()
.google.protobuf.Any output_message = 30;- 指定者:
getOutputMessage在接口中TaskModelPb.TaskOrBuilder- 返回:
- The outputMessage.
-
getOutputMessageOrBuilder
public com.google.protobuf.AnyOrBuilder getOutputMessageOrBuilder()
.google.protobuf.Any output_message = 30;
-
getRateLimitPerFrequency
public int getRateLimitPerFrequency()
int32 rate_limit_per_frequency = 32;- 指定者:
getRateLimitPerFrequency在接口中TaskModelPb.TaskOrBuilder- 返回:
- The rateLimitPerFrequency.
-
getRateLimitFrequencyInSeconds
public int getRateLimitFrequencyInSeconds()
int32 rate_limit_frequency_in_seconds = 33;- 指定者:
getRateLimitFrequencyInSeconds在接口中TaskModelPb.TaskOrBuilder- 返回:
- The rateLimitFrequencyInSeconds.
-
getExternalInputPayloadStoragePath
public String getExternalInputPayloadStoragePath()
string external_input_payload_storage_path = 34;- 指定者:
getExternalInputPayloadStoragePath在接口中TaskModelPb.TaskOrBuilder- 返回:
- The externalInputPayloadStoragePath.
-
getExternalInputPayloadStoragePathBytes
public com.google.protobuf.ByteString getExternalInputPayloadStoragePathBytes()
string external_input_payload_storage_path = 34;- 指定者:
getExternalInputPayloadStoragePathBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for externalInputPayloadStoragePath.
-
getExternalOutputPayloadStoragePath
public String getExternalOutputPayloadStoragePath()
string external_output_payload_storage_path = 35;- 指定者:
getExternalOutputPayloadStoragePath在接口中TaskModelPb.TaskOrBuilder- 返回:
- The externalOutputPayloadStoragePath.
-
getExternalOutputPayloadStoragePathBytes
public com.google.protobuf.ByteString getExternalOutputPayloadStoragePathBytes()
string external_output_payload_storage_path = 35;- 指定者:
getExternalOutputPayloadStoragePathBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for externalOutputPayloadStoragePath.
-
getWorkflowPriority
public int getWorkflowPriority()
int32 workflow_priority = 36;- 指定者:
getWorkflowPriority在接口中TaskModelPb.TaskOrBuilder- 返回:
- The workflowPriority.
-
getExecutionNameSpace
public String getExecutionNameSpace()
string execution_name_space = 37;- 指定者:
getExecutionNameSpace在接口中TaskModelPb.TaskOrBuilder- 返回:
- The executionNameSpace.
-
getExecutionNameSpaceBytes
public com.google.protobuf.ByteString getExecutionNameSpaceBytes()
string execution_name_space = 37;- 指定者:
getExecutionNameSpaceBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for executionNameSpace.
-
getIsolationGroupId
public String getIsolationGroupId()
string isolation_group_id = 38;- 指定者:
getIsolationGroupId在接口中TaskModelPb.TaskOrBuilder- 返回:
- The isolationGroupId.
-
getIsolationGroupIdBytes
public com.google.protobuf.ByteString getIsolationGroupIdBytes()
string isolation_group_id = 38;- 指定者:
getIsolationGroupIdBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for isolationGroupId.
-
getIteration
public int getIteration()
int32 iteration = 40;- 指定者:
getIteration在接口中TaskModelPb.TaskOrBuilder- 返回:
- The iteration.
-
getSubWorkflowId
public String getSubWorkflowId()
string sub_workflow_id = 41;- 指定者:
getSubWorkflowId在接口中TaskModelPb.TaskOrBuilder- 返回:
- The subWorkflowId.
-
getSubWorkflowIdBytes
public com.google.protobuf.ByteString getSubWorkflowIdBytes()
string sub_workflow_id = 41;- 指定者:
getSubWorkflowIdBytes在接口中TaskModelPb.TaskOrBuilder- 返回:
- The bytes for subWorkflowId.
-
getSubworkflowChanged
public boolean getSubworkflowChanged()
bool subworkflow_changed = 42;- 指定者:
getSubworkflowChanged在接口中TaskModelPb.TaskOrBuilder- 返回:
- The subworkflowChanged.
-
isInitialized
public final boolean isInitialized()
- 指定者:
isInitialized在接口中com.google.protobuf.MessageLiteOrBuilder- 覆盖:
isInitialized在类中com.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- 指定者:
writeTo在接口中com.google.protobuf.MessageLite- 覆盖:
writeTo在类中com.google.protobuf.GeneratedMessageV3- 抛出:
IOException
-
getSerializedSize
public int getSerializedSize()
- 指定者:
getSerializedSize在接口中com.google.protobuf.MessageLite- 覆盖:
getSerializedSize在类中com.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- 指定者:
equals在接口中com.google.protobuf.Message- 覆盖:
equals在类中com.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- 指定者:
hashCode在接口中com.google.protobuf.Message- 覆盖:
hashCode在类中com.google.protobuf.AbstractMessage
-
parseFrom
public static TaskModelPb.Task parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskModelPb.Task parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskModelPb.Task parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskModelPb.Task parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskModelPb.Task parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskModelPb.Task parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- 抛出:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static TaskModelPb.Task parseFrom(InputStream input) throws IOException
- 抛出:
IOException
-
parseFrom
public static TaskModelPb.Task parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 抛出:
IOException
-
parseDelimitedFrom
public static TaskModelPb.Task parseDelimitedFrom(InputStream input) throws IOException
- 抛出:
IOException
-
parseDelimitedFrom
public static TaskModelPb.Task parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 抛出:
IOException
-
parseFrom
public static TaskModelPb.Task parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- 抛出:
IOException
-
parseFrom
public static TaskModelPb.Task parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- 抛出:
IOException
-
newBuilderForType
public TaskModelPb.Task.Builder newBuilderForType()
- 指定者:
newBuilderForType在接口中com.google.protobuf.Message- 指定者:
newBuilderForType在接口中com.google.protobuf.MessageLite
-
newBuilder
public static TaskModelPb.Task.Builder newBuilder()
-
newBuilder
public static TaskModelPb.Task.Builder newBuilder(TaskModelPb.Task prototype)
-
toBuilder
public TaskModelPb.Task.Builder toBuilder()
- 指定者:
toBuilder在接口中com.google.protobuf.Message- 指定者:
toBuilder在接口中com.google.protobuf.MessageLite
-
newBuilderForType
protected TaskModelPb.Task.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- 指定者:
newBuilderForType在类中com.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static TaskModelPb.Task getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<TaskModelPb.Task> parser()
-
getParserForType
public com.google.protobuf.Parser<TaskModelPb.Task> getParserForType()
- 指定者:
getParserForType在接口中com.google.protobuf.Message- 指定者:
getParserForType在接口中com.google.protobuf.MessageLite- 覆盖:
getParserForType在类中com.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public TaskModelPb.Task getDefaultInstanceForType()
- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageLiteOrBuilder- 指定者:
getDefaultInstanceForType在接口中com.google.protobuf.MessageOrBuilder
-
-