Class AutoScaleRun


  • public class AutoScaleRun
    extends Object
    The results and errors from an execution of a Pool autoscale formula.
    • Constructor Detail

      • AutoScaleRun

        public AutoScaleRun()
    • Method Detail

      • timestamp

        public org.joda.time.DateTime timestamp()
        Get the timestamp value.
        Returns:
        the timestamp value
      • withTimestamp

        public AutoScaleRun withTimestamp​(org.joda.time.DateTime timestamp)
        Set the timestamp value.
        Parameters:
        timestamp - the timestamp value to set
        Returns:
        the AutoScaleRun object itself.
      • results

        public String results()
        Get each variable value is returned in the form $variable=value, and variables are separated by semicolons.
        Returns:
        the results value
      • withResults

        public AutoScaleRun withResults​(String results)
        Set each variable value is returned in the form $variable=value, and variables are separated by semicolons.
        Parameters:
        results - the results value to set
        Returns:
        the AutoScaleRun object itself.
      • error

        public AutoScaleRunError error()
        Get the error value.
        Returns:
        the error value
      • withError

        public AutoScaleRun withError​(AutoScaleRunError error)
        Set the error value.
        Parameters:
        error - the error value to set
        Returns:
        the AutoScaleRun object itself.