Class SandboxStatus


  • public class SandboxStatus
    extends Object
    SandboxStatus
    • Constructor Detail

      • SandboxStatus

        public SandboxStatus()
    • Method Detail

      • getId

        public String getId()
        The id of the sandbox.
        Returns:
        id
      • setId

        public void setId​(String id)
      • getMessage

        public String getMessage()
        Message is a human readable explanation of why the sandbox is healthy or not.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
      • isReady

        public Boolean isReady()
        Ready indicates whether the sandbox is ready, meaning that it can be used for testing.
        Returns:
        ready
      • setReady

        public void setReady​(Boolean ready)
      • getReason

        public String getReason()
        Reason is a machine readable explanation of why the sandbox is healthy or not.
        Returns:
        reason
      • setReason

        public void setReason​(String reason)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object