Class WorkflowConfig


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2023-04-17T14:40:21.852481-07:00[America/Los_Angeles]")
    public class WorkflowConfig
    extends java.lang.Object
    WorkflowConfig
    • 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
    • Constructor Detail

      • WorkflowConfig

        public WorkflowConfig()
    • 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 class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object