Class WorkflowConfig

java.lang.Object
io.iworkflow.gen.models.WorkflowConfig

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-09-25T15:57:45.650228-04:00[America/New_York]") public class WorkflowConfig extends Object
WorkflowConfig
  • Field Details

    • JSON_PROPERTY_DISABLE_SYSTEM_SEARCH_ATTRIBUTE

      public static final String JSON_PROPERTY_DISABLE_SYSTEM_SEARCH_ATTRIBUTE
      See Also:
    • JSON_PROPERTY_ENABLED_EXECUTING_STATE_EXECUTION_IDS

      public static final String JSON_PROPERTY_ENABLED_EXECUTING_STATE_EXECUTION_IDS
      See Also:
    • JSON_PROPERTY_CONTINUE_AS_NEW_THRESHOLD

      public static final String JSON_PROPERTY_CONTINUE_AS_NEW_THRESHOLD
      See Also:
    • JSON_PROPERTY_CONTINUE_AS_NEW_PAGE_SIZE_IN_BYTES

      public static final String JSON_PROPERTY_CONTINUE_AS_NEW_PAGE_SIZE_IN_BYTES
      See Also:
    • JSON_PROPERTY_OPTIMIZE_ACTIVITY

      public static final String JSON_PROPERTY_OPTIMIZE_ACTIVITY
      See Also:
  • Constructor Details

    • WorkflowConfig

      public WorkflowConfig()
  • Method Details

    • disableSystemSearchAttribute

      public WorkflowConfig disableSystemSearchAttribute(Boolean disableSystemSearchAttribute)
    • getDisableSystemSearchAttribute

      @Nullable public Boolean getDisableSystemSearchAttribute()
      Get disableSystemSearchAttribute
      Returns:
      disableSystemSearchAttribute
    • setDisableSystemSearchAttribute

      public void setDisableSystemSearchAttribute(Boolean disableSystemSearchAttribute)
    • enabledExecutingStateExecutionIds

      public WorkflowConfig enabledExecutingStateExecutionIds(Boolean enabledExecutingStateExecutionIds)
    • getEnabledExecutingStateExecutionIds

      @Nullable public Boolean getEnabledExecutingStateExecutionIds()
      Get enabledExecutingStateExecutionIds
      Returns:
      enabledExecutingStateExecutionIds
    • setEnabledExecutingStateExecutionIds

      public void setEnabledExecutingStateExecutionIds(Boolean enabledExecutingStateExecutionIds)
    • continueAsNewThreshold

      public WorkflowConfig continueAsNewThreshold(Integer continueAsNewThreshold)
    • getContinueAsNewThreshold

      @Nullable public Integer getContinueAsNewThreshold()
      Get continueAsNewThreshold
      Returns:
      continueAsNewThreshold
    • setContinueAsNewThreshold

      public void setContinueAsNewThreshold(Integer continueAsNewThreshold)
    • continueAsNewPageSizeInBytes

      public WorkflowConfig continueAsNewPageSizeInBytes(Integer continueAsNewPageSizeInBytes)
    • getContinueAsNewPageSizeInBytes

      @Nullable public Integer getContinueAsNewPageSizeInBytes()
      Get continueAsNewPageSizeInBytes
      Returns:
      continueAsNewPageSizeInBytes
    • setContinueAsNewPageSizeInBytes

      public void setContinueAsNewPageSizeInBytes(Integer continueAsNewPageSizeInBytes)
    • optimizeActivity

      public WorkflowConfig optimizeActivity(Boolean optimizeActivity)
    • getOptimizeActivity

      @Nullable public Boolean getOptimizeActivity()
      Get optimizeActivity
      Returns:
      optimizeActivity
    • setOptimizeActivity

      public void setOptimizeActivity(Boolean optimizeActivity)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object