| | |
| | | private String code; |
| | | private GatewayObjects objects; |
| | | private Auth auth; |
| | | private String ip_address; |
| | | |
| | | public String getCode() { return code; } |
| | | public void setCode(String value) { this.code = value; } |
| | | |
| | | public GatewayObjects getObjects() { return objects; } |
| | | public void setObjects(GatewayObjects value) { this.objects = value; } |
| | | public void setObjects(GatewayObjects value) { |
| | | this.objects = value; |
| | | } |
| | | |
| | | public Auth getAuth() { return auth; } |
| | | public void setAuth(Auth value) { this.auth = value; } |
| | | |
| | | public String getIp_address() { |
| | | return ip_address; |
| | | } |
| | | |
| | | public void setIp_address(String ip_address) { |
| | | this.ip_address = ip_address; |
| | | } |
| | | |
| | | public class Auth implements Serializable { |
| | | private String localSecret; |
| | | |
| | | public String getLocalSecret() { return localSecret; } |
| | | public void setLocalSecret(String value) { this.localSecret = value; } |
| | | public void setLocalSecret(String value) { |
| | | this.localSecret = value; |
| | | } |
| | | |
| | | } |
| | | |
| | | public class GatewayObjects implements Serializable { |
| | |
| | | private String oid; |
| | | |
| | | public String getIPAddress() { return ip_address; } |
| | | public void setIPAddress(String value) { this.ip_address = value; } |
| | | public void setIPAddress(String value) { |
| | | this.ip_address = value; |
| | | } |
| | | |
| | | public String getGatewayID() { return gatewayId; } |
| | | public void setGatewayID(String value) { this.gatewayId = value; } |
| | | public void setGatewayID(String value) { |
| | | this.gatewayId = value; |
| | | } |
| | | |
| | | public String getOID() { return oid; } |
| | | public void setOID(String value) { this.oid = value; } |