public class GatewayGetResponse
extends java.lang.Object
GatewayRESTClient.getGateways
and
GatewayRESTClient.getGateway(id)
.Constructor and Description |
---|
GatewayGetResponse() |
Modifier and Type | Method and Description |
---|---|
Gateways |
getGateways()
All Gateways are stored here.
|
java.lang.String |
getResult()
Get the Result of the get operation
|
int |
getStatusCode()
Get the Status of the get operation
|
void |
setGateways(Gateways gateways)
Set the Gateways
|
void |
setResult(java.lang.String result)
Set the Result of the get operation
|
void |
setStatusCode(int statusCode)
Set the Status of the get operation
|
public Gateways getGateways()
public void setGateways(Gateways gateways)
The
- gateways to setpublic int getStatusCode()
public void setStatusCode(int statusCode)
The
- statusCode of the get operationpublic java.lang.String getResult()
public void setResult(java.lang.String result)
The
- Result of the get operation