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.Object
WorkflowConfig
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_CONTINUE_AS_NEW_PAGE_SIZE_IN_BYTES
static java.lang.String
JSON_PROPERTY_CONTINUE_AS_NEW_THRESHOLD
static java.lang.String
JSON_PROPERTY_DISABLE_SYSTEM_SEARCH_ATTRIBUTE
-
Constructor Summary
Constructors Constructor Description WorkflowConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkflowConfig
continueAsNewPageSizeInBytes(java.lang.Integer continueAsNewPageSizeInBytes)
WorkflowConfig
continueAsNewThreshold(java.lang.Integer continueAsNewThreshold)
WorkflowConfig
disableSystemSearchAttribute(java.lang.Boolean disableSystemSearchAttribute)
boolean
equals(java.lang.Object o)
java.lang.Integer
getContinueAsNewPageSizeInBytes()
Get continueAsNewPageSizeInBytesjava.lang.Integer
getContinueAsNewThreshold()
Get continueAsNewThresholdjava.lang.Boolean
getDisableSystemSearchAttribute()
Get disableSystemSearchAttributeint
hashCode()
void
setContinueAsNewPageSizeInBytes(java.lang.Integer continueAsNewPageSizeInBytes)
void
setContinueAsNewThreshold(java.lang.Integer continueAsNewThreshold)
void
setDisableSystemSearchAttribute(java.lang.Boolean disableSystemSearchAttribute)
java.lang.String
toString()
-
-
-
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:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-