public class DeploymentResponse extends Object
Constructor and Description |
---|
DeploymentResponse()
Default constructor.
|
DeploymentResponse(long requestId,
String message,
String url)
Alternate constructor specifying all fields.
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Gets the deployment response message
|
long |
getRequestId()
Gets the deployment request ID
|
String |
getUrl()
Gets the deployment response URL
|
void |
setMessage(String message)
Sets the deployment response message
|
void |
setRequestId(long requestId)
Sets the deployment request ID
|
void |
setUrl(String url)
Sets the deployment response URL
|
public long getRequestId()
public void setRequestId(long requestId)
requestId
- the requestId to setpublic String getMessage()
public void setMessage(String message)
message
- the message to setpublic String getUrl()
public void setUrl(String url)
url
- the url to setCopyright © 2016–2025. All rights reserved.