接口 FlowModelPb.WorkflowRunOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- FlowModelPb
public static interface FlowModelPb.WorkflowRunOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetCorrelationId()string correlation_id = 3;com.google.protobuf.ByteStringgetCorrelationIdBytes()string correlation_id = 3;StringgetCreatedBy()string created_by = 9;com.google.protobuf.ByteStringgetCreatedByBytes()string created_by = 9;longgetCreateTime()int64 create_time = 7;JsonMapPb.JsonMapgetInput().taskflow.proto.JsonMap input = 10;JsonMapPb.JsonMapOrBuildergetInputOrBuilder().taskflow.proto.JsonMap input = 10;JsonMapPb.JsonMapgetOutput().taskflow.proto.JsonMap output = 11;JsonMapPb.JsonMapOrBuildergetOutputOrBuilder().taskflow.proto.JsonMap output = 11;intgetPriority()int32 priority = 5;StringgetRequestId()string request_id = 4;com.google.protobuf.ByteStringgetRequestIdBytes()string request_id = 4;FlowModelPb.WorkflowRun.StatusgetStatus().taskflow.proto.WorkflowRun.Status status = 1;intgetStatusValue().taskflow.proto.WorkflowRun.Status status = 1;TaskModelPb.TaskgetTasks(int index)repeated .taskflow.proto.Task tasks = 12;intgetTasksCount()repeated .taskflow.proto.Task tasks = 12;List<TaskModelPb.Task>getTasksList()repeated .taskflow.proto.Task tasks = 12;TaskModelPb.TaskOrBuildergetTasksOrBuilder(int index)repeated .taskflow.proto.Task tasks = 12;List<? extends TaskModelPb.TaskOrBuilder>getTasksOrBuilderList()repeated .taskflow.proto.Task tasks = 12;longgetUpdatedTime()int64 updated_time = 8;JsonMapPb.JsonMapgetVariables().taskflow.proto.JsonMap variables = 6;JsonMapPb.JsonMapOrBuildergetVariablesOrBuilder().taskflow.proto.JsonMap variables = 6;StringgetWorkflowId()string workflow_id = 2;com.google.protobuf.ByteStringgetWorkflowIdBytes()string workflow_id = 2;booleanhasInput().taskflow.proto.JsonMap input = 10;booleanhasOutput().taskflow.proto.JsonMap output = 11;booleanhasVariables().taskflow.proto.JsonMap variables = 6;
-
-
-
方法详细资料
-
getStatusValue
int getStatusValue()
.taskflow.proto.WorkflowRun.Status status = 1;- 返回:
- The enum numeric value on the wire for status.
-
getStatus
FlowModelPb.WorkflowRun.Status getStatus()
.taskflow.proto.WorkflowRun.Status status = 1;- 返回:
- The status.
-
getWorkflowId
String getWorkflowId()
string workflow_id = 2;- 返回:
- The workflowId.
-
getWorkflowIdBytes
com.google.protobuf.ByteString getWorkflowIdBytes()
string workflow_id = 2;- 返回:
- The bytes for workflowId.
-
getCorrelationId
String getCorrelationId()
string correlation_id = 3;- 返回:
- The correlationId.
-
getCorrelationIdBytes
com.google.protobuf.ByteString getCorrelationIdBytes()
string correlation_id = 3;- 返回:
- The bytes for correlationId.
-
getRequestId
String getRequestId()
string request_id = 4;- 返回:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
string request_id = 4;- 返回:
- The bytes for requestId.
-
getPriority
int getPriority()
int32 priority = 5;- 返回:
- The priority.
-
hasVariables
boolean hasVariables()
.taskflow.proto.JsonMap variables = 6;- 返回:
- Whether the variables field is set.
-
getVariables
JsonMapPb.JsonMap getVariables()
.taskflow.proto.JsonMap variables = 6;- 返回:
- The variables.
-
getVariablesOrBuilder
JsonMapPb.JsonMapOrBuilder getVariablesOrBuilder()
.taskflow.proto.JsonMap variables = 6;
-
getCreateTime
long getCreateTime()
int64 create_time = 7;- 返回:
- The createTime.
-
getUpdatedTime
long getUpdatedTime()
int64 updated_time = 8;- 返回:
- The updatedTime.
-
getCreatedBy
String getCreatedBy()
string created_by = 9;- 返回:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()
string created_by = 9;- 返回:
- The bytes for createdBy.
-
hasInput
boolean hasInput()
.taskflow.proto.JsonMap input = 10;- 返回:
- Whether the input field is set.
-
getInput
JsonMapPb.JsonMap getInput()
.taskflow.proto.JsonMap input = 10;- 返回:
- The input.
-
getInputOrBuilder
JsonMapPb.JsonMapOrBuilder getInputOrBuilder()
.taskflow.proto.JsonMap input = 10;
-
hasOutput
boolean hasOutput()
.taskflow.proto.JsonMap output = 11;- 返回:
- Whether the output field is set.
-
getOutput
JsonMapPb.JsonMap getOutput()
.taskflow.proto.JsonMap output = 11;- 返回:
- The output.
-
getOutputOrBuilder
JsonMapPb.JsonMapOrBuilder getOutputOrBuilder()
.taskflow.proto.JsonMap output = 11;
-
getTasksList
List<TaskModelPb.Task> getTasksList()
repeated .taskflow.proto.Task tasks = 12;
-
getTasks
TaskModelPb.Task getTasks(int index)
repeated .taskflow.proto.Task tasks = 12;
-
getTasksCount
int getTasksCount()
repeated .taskflow.proto.Task tasks = 12;
-
getTasksOrBuilderList
List<? extends TaskModelPb.TaskOrBuilder> getTasksOrBuilderList()
repeated .taskflow.proto.Task tasks = 12;
-
getTasksOrBuilder
TaskModelPb.TaskOrBuilder getTasksOrBuilder(int index)
repeated .taskflow.proto.Task tasks = 12;
-
-