接口 FlowModelPb.StartWorkflowRequestOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- FlowModelPb
public static interface FlowModelPb.StartWorkflowRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 已过时的方法 修饰符和类型 方法 说明 booleancontainsInput(String key)map<string, .google.protobuf.Value> input = 4;booleancontainsTaskToDomain(String key)map<string, string> task_to_domain = 5;StringgetCorrelationId()业务关联ID(选填)com.google.protobuf.ByteStringgetCorrelationIdBytes()业务关联ID(选填)StringgetCreatedBy()string created_by = 9;com.google.protobuf.ByteStringgetCreatedByBytes()string created_by = 9;StringgetExternalInputPayloadStoragePath()string external_input_payload_storage_path = 7;com.google.protobuf.ByteStringgetExternalInputPayloadStoragePathBytes()string external_input_payload_storage_path = 7;StringgetIdempotencyKey()幂等性类型com.google.protobuf.ByteStringgetIdempotencyKeyBytes()幂等性类型FlowModelPb.StartWorkflowRequest.IdempotencyStrategygetIdempotencyStrategy().taskflow.proto.StartWorkflowRequest.IdempotencyStrategy idempotencyStrategy = 11;intgetIdempotencyStrategyValue().taskflow.proto.StartWorkflowRequest.IdempotencyStrategy idempotencyStrategy = 11;Map<String,com.google.protobuf.Value>getInput()已过时。intgetInputCount()map<string, .google.protobuf.Value> input = 4;Map<String,com.google.protobuf.Value>getInputMap()map<string, .google.protobuf.Value> input = 4;com.google.protobuf.ValuegetInputOrDefault(String key, com.google.protobuf.Value defaultValue)map<string, .google.protobuf.Value> input = 4;com.google.protobuf.ValuegetInputOrThrow(String key)map<string, .google.protobuf.Value> input = 4;StringgetName()工作流名称(必填)com.google.protobuf.ByteStringgetNameBytes()工作流名称(必填)intgetPriority()int32 priority = 8;StringgetRequestId()string requestId = 12;com.google.protobuf.ByteStringgetRequestIdBytes()string requestId = 12;Map<String,String>getTaskToDomain()已过时。intgetTaskToDomainCount()map<string, string> task_to_domain = 5;Map<String,String>getTaskToDomainMap()map<string, string> task_to_domain = 5;StringgetTaskToDomainOrDefault(String key, String defaultValue)map<string, string> task_to_domain = 5;StringgetTaskToDomainOrThrow(String key)map<string, string> task_to_domain = 5;intgetVersion()工作流版本(选填:缺省值则最新版本)
-
-
-
方法详细资料
-
getName
String getName()
工作流名称(必填)
string name = 1;- 返回:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
工作流名称(必填)
string name = 1;- 返回:
- The bytes for name.
-
getVersion
int getVersion()
工作流版本(选填:缺省值则最新版本)
int32 version = 2;- 返回:
- The version.
-
getCorrelationId
String getCorrelationId()
业务关联ID(选填)
string correlation_id = 3;- 返回:
- The correlationId.
-
getCorrelationIdBytes
com.google.protobuf.ByteString getCorrelationIdBytes()
业务关联ID(选填)
string correlation_id = 3;- 返回:
- The bytes for correlationId.
-
getInputCount
int getInputCount()
map<string, .google.protobuf.Value> input = 4;
-
containsInput
boolean containsInput(String key)
map<string, .google.protobuf.Value> input = 4;
-
getInput
@Deprecated Map<String,com.google.protobuf.Value> getInput()
已过时。UsegetInputMap()instead.
-
getInputMap
Map<String,com.google.protobuf.Value> getInputMap()
map<string, .google.protobuf.Value> input = 4;
-
getInputOrDefault
com.google.protobuf.Value getInputOrDefault(String key, com.google.protobuf.Value defaultValue)
map<string, .google.protobuf.Value> input = 4;
-
getInputOrThrow
com.google.protobuf.Value getInputOrThrow(String key)
map<string, .google.protobuf.Value> input = 4;
-
getTaskToDomainCount
int getTaskToDomainCount()
map<string, string> task_to_domain = 5;
-
containsTaskToDomain
boolean containsTaskToDomain(String key)
map<string, string> task_to_domain = 5;
-
getTaskToDomain
@Deprecated Map<String,String> getTaskToDomain()
已过时。UsegetTaskToDomainMap()instead.
-
getTaskToDomainOrDefault
String getTaskToDomainOrDefault(String key, String defaultValue)
map<string, string> task_to_domain = 5;
-
getTaskToDomainOrThrow
String getTaskToDomainOrThrow(String key)
map<string, string> task_to_domain = 5;
-
getExternalInputPayloadStoragePath
String getExternalInputPayloadStoragePath()
string external_input_payload_storage_path = 7;- 返回:
- The externalInputPayloadStoragePath.
-
getExternalInputPayloadStoragePathBytes
com.google.protobuf.ByteString getExternalInputPayloadStoragePathBytes()
string external_input_payload_storage_path = 7;- 返回:
- The bytes for externalInputPayloadStoragePath.
-
getPriority
int getPriority()
int32 priority = 8;- 返回:
- The priority.
-
getCreatedBy
String getCreatedBy()
string created_by = 9;- 返回:
- The createdBy.
-
getCreatedByBytes
com.google.protobuf.ByteString getCreatedByBytes()
string created_by = 9;- 返回:
- The bytes for createdBy.
-
getIdempotencyKey
String getIdempotencyKey()
幂等性类型
string idempotencyKey = 10;- 返回:
- The idempotencyKey.
-
getIdempotencyKeyBytes
com.google.protobuf.ByteString getIdempotencyKeyBytes()
幂等性类型
string idempotencyKey = 10;- 返回:
- The bytes for idempotencyKey.
-
getIdempotencyStrategyValue
int getIdempotencyStrategyValue()
.taskflow.proto.StartWorkflowRequest.IdempotencyStrategy idempotencyStrategy = 11;- 返回:
- The enum numeric value on the wire for idempotencyStrategy.
-
getIdempotencyStrategy
FlowModelPb.StartWorkflowRequest.IdempotencyStrategy getIdempotencyStrategy()
.taskflow.proto.StartWorkflowRequest.IdempotencyStrategy idempotencyStrategy = 11;- 返回:
- The idempotencyStrategy.
-
getRequestId
String getRequestId()
string requestId = 12;- 返回:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
string requestId = 12;- 返回:
- The bytes for requestId.
-
-