package ua.vntu.amon.json.entity; public class HostEntity { private String host; private String name; public HostEntity() { // TODO Auto-generated constructor stub } public String getHost() { return host; } public void setHost(String host) { this.host = host; } public String getName() { return name; } public void setName(String name) { this.name = name; } }