Class AutoScaleRunError


  • public class AutoScaleRunError
    extends Object
    An error that occurred when executing or evaluating a Pool autoscale formula.
    • Constructor Detail

      • AutoScaleRunError

        public AutoScaleRunError()
    • Method Detail

      • code

        public String code()
        Get the code value.
        Returns:
        the code value
      • withCode

        public AutoScaleRunError withCode​(String code)
        Set the code value.
        Parameters:
        code - the code value to set
        Returns:
        the AutoScaleRunError object itself.
      • message

        public String message()
        Get the message value.
        Returns:
        the message value
      • withMessage

        public AutoScaleRunError withMessage​(String message)
        Set the message value.
        Parameters:
        message - the message value to set
        Returns:
        the AutoScaleRunError object itself.
      • values

        public List<NameValuePair> values()
        Get the values value.
        Returns:
        the values value
      • withValues

        public AutoScaleRunError withValues​(List<NameValuePair> values)
        Set the values value.
        Parameters:
        values - the values value to set
        Returns:
        the AutoScaleRunError object itself.