Class ContainerPoolConf


  • public class ContainerPoolConf
    extends Object
    • Field Detail

      • minimumSize

        protected String minimumSize
      • maximumSize

        protected String maximumSize
      • strictMaximumSize

        protected String strictMaximumSize
      • strictTimeout

        protected String strictTimeout
    • Constructor Detail

      • ContainerPoolConf

        public ContainerPoolConf()
    • Method Detail

      • getMinimumSize

        public String getMinimumSize()
        Gets the value of the minimumSize property.
        Returns:
        possible object is String
      • setMinimumSize

        public void setMinimumSize​(String value)
        Sets the value of the minimumSize property.
        Parameters:
        value - allowed object is String
      • getMaximumSize

        public String getMaximumSize()
        Gets the value of the maximumSize property.
        Returns:
        possible object is String
      • setMaximumSize

        public void setMaximumSize​(String value)
        Sets the value of the maximumSize property.
        Parameters:
        value - allowed object is String
      • getStrictMaximumSize

        public String getStrictMaximumSize()
        Gets the value of the strictMaximumSize property.
        Returns:
        possible object is String
      • setStrictMaximumSize

        public void setStrictMaximumSize​(String value)
        Sets the value of the strictMaximumSize property.
        Parameters:
        value - allowed object is String
      • getStrictTimeout

        public String getStrictTimeout()
        Gets the value of the strictTimeout property.
        Returns:
        possible object is String
      • setStrictTimeout

        public void setStrictTimeout​(String value)
        Sets the value of the strictTimeout property.
        Parameters:
        value - allowed object is String