| | |
| | | this.objects = value; |
| | | } |
| | | |
| | | public class GatewayObjects implements Serializable { |
| | | public static class GatewayObjects implements Serializable { |
| | | private String ip_address; |
| | | private String gatewayId; |
| | | private String oid; |
| | | private String homeId; |
| | | private String mac; |
| | | private String local_secret; |
| | | |
| | | public String getIPAddress() { |
| | | return ip_address; |
| | |
| | | public void setMac(String mac) { |
| | | this.mac = mac; |
| | | } |
| | | |
| | | public String getLocalSecret() { |
| | | return local_secret; |
| | | } |
| | | |
| | | public void setLocalSecret(String localSecret) { |
| | | local_secret = localSecret; |
| | | } |
| | | } |
| | | |
| | | |