Package io.iworkflow.gen.models
Class WorkflowStartOptions
java.lang.Object
io.iworkflow.gen.models.WorkflowStartOptions
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-12-11T13:43:36.581098-06:00[America/Chicago]")
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) boolean
Get cronScheduleGet dataAttributesGet idReusePolicyGet retryPolicyGet searchAttributesGet useMemoForDataAttributesGet workflowAlreadyStartedOptionsGet workflowConfigOverrideGet workflowStartDelaySecondsint
hashCode()
idReusePolicy
(IDReusePolicy idReusePolicy) retryPolicy
(WorkflowRetryPolicy retryPolicy) searchAttributes
(List<SearchAttribute> searchAttributes) void
setCronSchedule
(String cronSchedule) void
setDataAttributes
(List<KeyValue> dataAttributes) void
setIdReusePolicy
(IDReusePolicy idReusePolicy) void
setRetryPolicy
(WorkflowRetryPolicy retryPolicy) void
setSearchAttributes
(List<SearchAttribute> searchAttributes) void
setUseMemoForDataAttributes
(Boolean useMemoForDataAttributes) void
setWorkflowAlreadyStartedOptions
(WorkflowAlreadyStartedOptions workflowAlreadyStartedOptions) void
setWorkflowConfigOverride
(WorkflowConfig workflowConfigOverride) void
setWorkflowStartDelaySeconds
(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
-