package cn.com.basic.face.discern.query.item; public class DeviceQueryItem { // private String deviceId; // private String companyId; // private String deviceName; // private String type; // private String address; // private String schoolName; // private String brandId; // private String ip; // private String port; // private String resolutionId; // private String username; // private String password; // private String protocolId; // private String sn; // private String belongId; /** * Get */ public String getDeviceId() { return deviceId; } /** * Set */ public void setDeviceId(String deviceId) { this.deviceId = deviceId; } /** * Get */ public String getCompanyId() { return companyId; } /** * Set */ public void setCompanyId(String companyId) { this.companyId = companyId; } /** * Get */ public String getDeviceName() { return deviceName; } /** * Set */ public void setDeviceName(String deviceName) { this.deviceName = deviceName; } /** * Get */ public String getType() { return type; } /** * Set */ public void setType(String type) { this.type = type; } /** * Get */ public String getAddress() { return address; } /** * Set */ public void setAddress(String address) { this.address = address; } /** * Get */ public String getSchoolName() { return schoolName; } /** * Set */ public void setSchoolName(String schoolName) { this.schoolName = schoolName; } /** * Get */ public String getBrandId() { return brandId; } /** * Set */ public void setBrandId(String brandId) { this.brandId = brandId; } /** * Get */ public String getIp() { return ip; } /** * Set */ public void setIp(String ip) { this.ip = ip; } /** * Get */ public String getPort() { return port; } /** * Set */ public void setPort(String port) { this.port = port; } /** * Get */ public String getResolutionId() { return resolutionId; } /** * Set */ public void setResolutionId(String resolutionId) { this.resolutionId = resolutionId; } /** * Get */ public String getUsername() { return username; } /** * Set */ public void setUsername(String username) { this.username = username; } /** * Get */ public String getPassword() { return password; } /** * Set */ public void setPassword(String password) { this.password = password; } /** * Get */ public String getProtocolId() { return protocolId; } /** * Set */ public void setProtocolId(String protocolId) { this.protocolId = protocolId; } /** * Get */ public String getSn() { return sn; } /** * Set */ public void setSn(String sn) { this.sn = sn; } /** * Get */ public String getBelongId() { return belongId; } /** * Set */ public void setBelongId(String belongId) { this.belongId = belongId; } public String toString() { return ", =" + deviceId + ", =" + companyId + ", =" + deviceName + ", =" + type + ", =" + address + ", =" + schoolName + ", =" + brandId + ", =" + ip + ", =" + port + ", =" + resolutionId + ", =" + username + ", =" + password + ", =" + protocolId + ", =" + sn + ", =" + belongId ; } }