Class TimeoutBehaviorConfiguration

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class TimeoutBehaviorConfiguration
    extends java.lang.Object
    implements java.lang.Cloneable
    Configuration element for configuring timeoutBehavior for nonstop
    Author:
    Abhishek Sanoujam
    • Constructor Detail

      • TimeoutBehaviorConfiguration

        public TimeoutBehaviorConfiguration()
        Default constructor
      • TimeoutBehaviorConfiguration

        public TimeoutBehaviorConfiguration​(TimeoutBehaviorConfiguration ref)
        Copy constructor
        Parameters:
        ref - the reference to copy
    • Method Detail

      • getType

        public java.lang.String getType()
        Returns the type of timeout behavior configured
        Returns:
        the configured type
      • setType

        public void setType​(java.lang.String type)
        Set the type of timeout behavior
        Parameters:
        type -
      • type

        public TimeoutBehaviorConfiguration type​(java.lang.String type)
        Set the type of timeout behavior
        Parameters:
        type -
        Returns:
        this instance
      • getProperties

        public java.lang.String getProperties()
        Get the properties
        Returns:
        properties
      • setProperties

        public void setProperties​(java.lang.String properties)
        Set the properties
        Parameters:
        properties -
      • properties

        public TimeoutBehaviorConfiguration properties​(java.lang.String value)
        Set the properties
        Parameters:
        value -
        Returns:
        this instance
      • getPropertySeparator

        public java.lang.String getPropertySeparator()
        Get the property separator
        Returns:
        the propery separator
      • setPropertySeparator

        public void setPropertySeparator​(java.lang.String propertySeparator)
        Set the property separator
        Parameters:
        propertySeparator -
      • propertySeparator

        public TimeoutBehaviorConfiguration propertySeparator​(java.lang.String value)
        Set the property separator
        Parameters:
        value -
        Returns:
        this instance
      • clone

        public java.lang.Object clone()
                               throws java.lang.CloneNotSupportedException
        Overrides:
        clone in class java.lang.Object
        Throws:
        java.lang.CloneNotSupportedException
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object