Package com.docusign.maestro.model
Class DeployResponse
- java.lang.Object
-
- com.docusign.maestro.model.DeployResponse
-
- All Implemented Interfaces:
Serializable
public class DeployResponse extends Object implements Serializable
DeployResponse.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeployResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Compares objects.StringgetMessage()Get message.StringgetMethod()Get method.StringgetPollUrl()Get pollUrl.StringgetReceivedTime()Get receivedTime.inthashCode()Returns the HashCode.DeployResponsemessage(String message)message.DeployResponsemethod(String method)method.DeployResponsepollUrl(String pollUrl)pollUrl.DeployResponsereceivedTime(String receivedTime)receivedTime.voidsetMessage(String message)setMessage.voidsetMethod(String method)setMethod.voidsetPollUrl(String pollUrl)setPollUrl.voidsetReceivedTime(String receivedTime)setReceivedTime.StringtoString()Converts the given object to string.
-
-
-
Method Detail
-
message
public DeployResponse message(String message)
message.- Returns:
- DeployResponse
-
getMessage
public String getMessage()
Get message.- Returns:
- message
-
setMessage
public void setMessage(String message)
setMessage.
-
method
public DeployResponse method(String method)
method.- Returns:
- DeployResponse
-
getMethod
public String getMethod()
Get method.- Returns:
- method
-
setMethod
public void setMethod(String method)
setMethod.
-
pollUrl
public DeployResponse pollUrl(String pollUrl)
pollUrl.- Returns:
- DeployResponse
-
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.
-
-