public class RuntimeAliasesDeploymentResponse
extends java.lang.Object
Constructor and Description |
---|
RuntimeAliasesDeploymentResponse() |
Modifier and Type | Method and Description |
---|---|
RuntimeAlias |
getAlias()
Gets the Runtime alias that has been deployed.
|
java.lang.String |
getExceptionString()
Sets the Deployment Exception for the deployment of Runtime Alias on the Gateway.
|
Gateway |
getGateway()
Gets the Gateway to which the Runtime alias is deployed to.
|
java.lang.String |
getMessage()
Gets the Deployment Message for the deployment of Runtime Alias on the Gateway.
|
void |
setAlias(RuntimeAlias alias)
Sets the Runtime alias that has been deployed.
|
void |
setExceptionString(java.lang.String exceptionString)
Gets the Deployment Exception for the deployment of Runtime Alias on the Gateway.
|
void |
setGateway(Gateway gateway)
Sets the Gateway to which the Runtime alias is deployed to.
|
void |
setMessage(java.lang.String message)
Sets the Deployment Message for the deployment of Runtime Alias on the Gateway.
|
public RuntimeAlias getAlias()
RuntimeAlias
that has been deployedpublic void setAlias(RuntimeAlias alias)
alias
- The RuntimeAlias
that has been deployedpublic Gateway getGateway()
public void setGateway(Gateway gateway)
gateway
- The Gateway
to which the RuntimeAlias
is deployed topublic java.lang.String getMessage()
RuntimeAlias
on the Gateway
public void setMessage(java.lang.String message)
message
- The Deployment Message for the deployment of RuntimeAlias
on the Gateway
public void setExceptionString(java.lang.String exceptionString)
exceptionString
- The Deployment Exception for the deployment of RuntimeAlias
on the Gateway
public java.lang.String getExceptionString()
RuntimeAlias
on the Gateway