Class DeployResponse

    • Constructor Detail

      • DeployResponse

        public DeployResponse()
    • Method Detail

      • getMessage

        public String getMessage()
        Get message.
        Returns:
        message
      • setMessage

        public void setMessage​(String message)
        setMessage.
      • getMethod

        public String getMethod()
        Get method.
        Returns:
        method
      • setMethod

        public void setMethod​(String method)
        setMethod.
      • getPollUrl

        public String getPollUrl()
        Get pollUrl.
        Returns:
        pollUrl
      • setPollUrl

        public void setPollUrl​(String pollUrl)
        setPollUrl.
      • receivedTime

        public DeployResponse receivedTime​(String receivedTime)
        receivedTime.
        Returns:
        DeployResponse
      • getReceivedTime

        public String getReceivedTime()
        Get receivedTime.
        Returns:
        receivedTime
      • setReceivedTime

        public void setReceivedTime​(String receivedTime)
        setReceivedTime.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object