public class GatewayCreateUpdateResponse
extends java.lang.Object
GatewayRESTClient.createGateway
and
GatewayRESTClient.deleteGateway
.Constructor and Description |
---|
GatewayCreateUpdateResponse() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getResult()
Get the result of the operation
|
int |
getStatusCode()
Get the Status the operation
|
void |
setResult(java.lang.String result)
Set the result of the operation.
|
void |
setStatusCode(int statusCode)
Set the Status of the operation.
|
public int getStatusCode()
public void setStatusCode(int statusCode)
statusCode
- the statusCode to setpublic java.lang.String getResult()
public void setResult(java.lang.String result)
result
- the result to set