| | |
| | | this.ip_address = ip_address; |
| | | } |
| | | |
| | | public class Auth implements Serializable { |
| | | public static class Auth implements Serializable { |
| | | private String localSecret; |
| | | |
| | | public String getLocalSecret() { return localSecret; } |
| | |
| | | |
| | | } |
| | | |
| | | public class GatewayObjects implements Serializable { |
| | | public static class GatewayObjects implements Serializable { |
| | | private String ip_address; |
| | | private String gatewayId; |
| | | private String oid; |
| | | |
| | | private String homeId; |
| | | |
| | | public String getIPAddress() { return ip_address; } |
| | | public void setIPAddress(String value) { |
| | |
| | | |
| | | public String getOID() { return oid; } |
| | | public void setOID(String value) { this.oid = value; } |
| | | |
| | | public String getHomeId() { |
| | | return homeId; |
| | | } |
| | | |
| | | public void setHomeId(String homeId) { |
| | | this.homeId = homeId; |
| | | } |
| | | } |
| | | |
| | | |