Package io.iworkflow.gen.models
Class WorkflowStartOptions
java.lang.Object
io.iworkflow.gen.models.WorkflowStartOptions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-23T13:02:49.894351-07:00[America/Los_Angeles]")
public class WorkflowStartOptions
extends Object
WorkflowStartOptions
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddDataAttributesItem(KeyValue dataAttributesItem) addSearchAttributesItem(SearchAttribute searchAttributesItem) cronSchedule(String cronSchedule) dataAttributes(List<KeyValue> dataAttributes) booleanGet cronScheduleGet dataAttributesGet idReusePolicyGet retryPolicyGet searchAttributesGet useMemoForDataAttributesGet workflowAlreadyStartedOptionsGet workflowConfigOverrideGet workflowStartDelaySecondsinthashCode()idReusePolicy(IDReusePolicy idReusePolicy) retryPolicy(WorkflowRetryPolicy retryPolicy) searchAttributes(List<SearchAttribute> searchAttributes) voidsetCronSchedule(String cronSchedule) voidsetDataAttributes(List<KeyValue> dataAttributes) voidsetIdReusePolicy(IDReusePolicy idReusePolicy) voidsetRetryPolicy(WorkflowRetryPolicy retryPolicy) voidsetSearchAttributes(List<SearchAttribute> searchAttributes) voidsetUseMemoForDataAttributes(Boolean useMemoForDataAttributes) voidsetWorkflowAlreadyStartedOptions(WorkflowAlreadyStartedOptions workflowAlreadyStartedOptions) voidsetWorkflowConfigOverride(WorkflowConfig workflowConfigOverride) voidsetWorkflowStartDelaySeconds(Integer workflowStartDelaySeconds) toString()useMemoForDataAttributes(Boolean useMemoForDataAttributes) workflowAlreadyStartedOptions(WorkflowAlreadyStartedOptions workflowAlreadyStartedOptions) workflowConfigOverride(WorkflowConfig workflowConfigOverride) workflowStartDelaySeconds(Integer workflowStartDelaySeconds)
-
Field Details
-
JSON_PROPERTY_ID_REUSE_POLICY
- See Also:
-
JSON_PROPERTY_CRON_SCHEDULE
- See Also:
-
JSON_PROPERTY_WORKFLOW_START_DELAY_SECONDS
- See Also:
-
JSON_PROPERTY_RETRY_POLICY
- See Also:
-
JSON_PROPERTY_SEARCH_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_DATA_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_WORKFLOW_CONFIG_OVERRIDE
- See Also:
-
JSON_PROPERTY_USE_MEMO_FOR_DATA_ATTRIBUTES
- See Also:
-
JSON_PROPERTY_WORKFLOW_ALREADY_STARTED_OPTIONS
- See Also:
-
-
Constructor Details
-
WorkflowStartOptions
public WorkflowStartOptions()
-
-
Method Details
-
idReusePolicy
-
getIdReusePolicy
Get idReusePolicy- Returns:
- idReusePolicy
-
setIdReusePolicy
-
cronSchedule
-
getCronSchedule
Get cronSchedule- Returns:
- cronSchedule
-
setCronSchedule
-
workflowStartDelaySeconds
-
getWorkflowStartDelaySeconds
Get workflowStartDelaySeconds- Returns:
- workflowStartDelaySeconds
-
setWorkflowStartDelaySeconds
-
retryPolicy
-
getRetryPolicy
Get retryPolicy- Returns:
- retryPolicy
-
setRetryPolicy
-
searchAttributes
-
addSearchAttributesItem
-
getSearchAttributes
Get searchAttributes- Returns:
- searchAttributes
-
setSearchAttributes
-
dataAttributes
-
addDataAttributesItem
-
getDataAttributes
Get dataAttributes- Returns:
- dataAttributes
-
setDataAttributes
-
workflowConfigOverride
-
getWorkflowConfigOverride
Get workflowConfigOverride- Returns:
- workflowConfigOverride
-
setWorkflowConfigOverride
-
useMemoForDataAttributes
-
getUseMemoForDataAttributes
Get useMemoForDataAttributes- Returns:
- useMemoForDataAttributes
-
setUseMemoForDataAttributes
-
workflowAlreadyStartedOptions
public WorkflowStartOptions workflowAlreadyStartedOptions(WorkflowAlreadyStartedOptions workflowAlreadyStartedOptions) -
getWorkflowAlreadyStartedOptions
Get workflowAlreadyStartedOptions- Returns:
- workflowAlreadyStartedOptions
-
setWorkflowAlreadyStartedOptions
public void setWorkflowAlreadyStartedOptions(WorkflowAlreadyStartedOptions workflowAlreadyStartedOptions) -
equals
-
hashCode
public int hashCode() -
toString
-