Package io.iworkflow.gen.models
Class WorkflowConfig
- java.lang.Object
-
- io.iworkflow.gen.models.WorkflowConfig
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-04-17T14:47:04.974528-07:00[America/Los_Angeles]") public class WorkflowConfig extends java.lang.ObjectWorkflowConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_CONTINUE_AS_NEW_PAGE_SIZE_IN_BYTESstatic java.lang.StringJSON_PROPERTY_CONTINUE_AS_NEW_THRESHOLDstatic java.lang.StringJSON_PROPERTY_DISABLE_SYSTEM_SEARCH_ATTRIBUTE
-
Constructor Summary
Constructors Constructor Description WorkflowConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowConfigcontinueAsNewPageSizeInBytes(java.lang.Integer continueAsNewPageSizeInBytes)WorkflowConfigcontinueAsNewThreshold(java.lang.Integer continueAsNewThreshold)WorkflowConfigdisableSystemSearchAttribute(java.lang.Boolean disableSystemSearchAttribute)booleanequals(java.lang.Object o)java.lang.IntegergetContinueAsNewPageSizeInBytes()Get continueAsNewPageSizeInBytesjava.lang.IntegergetContinueAsNewThreshold()Get continueAsNewThresholdjava.lang.BooleangetDisableSystemSearchAttribute()Get disableSystemSearchAttributeinthashCode()voidsetContinueAsNewPageSizeInBytes(java.lang.Integer continueAsNewPageSizeInBytes)voidsetContinueAsNewThreshold(java.lang.Integer continueAsNewThreshold)voidsetDisableSystemSearchAttribute(java.lang.Boolean disableSystemSearchAttribute)java.lang.StringtoString()
-
-
-
Field Detail
-
JSON_PROPERTY_DISABLE_SYSTEM_SEARCH_ATTRIBUTE
public static final java.lang.String JSON_PROPERTY_DISABLE_SYSTEM_SEARCH_ATTRIBUTE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTINUE_AS_NEW_THRESHOLD
public static final java.lang.String JSON_PROPERTY_CONTINUE_AS_NEW_THRESHOLD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CONTINUE_AS_NEW_PAGE_SIZE_IN_BYTES
public static final java.lang.String JSON_PROPERTY_CONTINUE_AS_NEW_PAGE_SIZE_IN_BYTES
- See Also:
- Constant Field Values
-
-
Method Detail
-
disableSystemSearchAttribute
public WorkflowConfig disableSystemSearchAttribute(java.lang.Boolean disableSystemSearchAttribute)
-
getDisableSystemSearchAttribute
@Nullable public java.lang.Boolean getDisableSystemSearchAttribute()
Get disableSystemSearchAttribute- Returns:
- disableSystemSearchAttribute
-
setDisableSystemSearchAttribute
public void setDisableSystemSearchAttribute(java.lang.Boolean disableSystemSearchAttribute)
-
continueAsNewThreshold
public WorkflowConfig continueAsNewThreshold(java.lang.Integer continueAsNewThreshold)
-
getContinueAsNewThreshold
@Nullable public java.lang.Integer getContinueAsNewThreshold()
Get continueAsNewThreshold- Returns:
- continueAsNewThreshold
-
setContinueAsNewThreshold
public void setContinueAsNewThreshold(java.lang.Integer continueAsNewThreshold)
-
continueAsNewPageSizeInBytes
public WorkflowConfig continueAsNewPageSizeInBytes(java.lang.Integer continueAsNewPageSizeInBytes)
-
getContinueAsNewPageSizeInBytes
@Nullable public java.lang.Integer getContinueAsNewPageSizeInBytes()
Get continueAsNewPageSizeInBytes- Returns:
- continueAsNewPageSizeInBytes
-
setContinueAsNewPageSizeInBytes
public void setContinueAsNewPageSizeInBytes(java.lang.Integer continueAsNewPageSizeInBytes)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-