| | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * 云端逆变器实体类 |
| | | */ |
| | | public class CloudInverterDeviceBean implements Serializable { |
| | | |
| | | |
| | |
| | | */ |
| | | private boolean online; |
| | | private String gatewayId;//网关Id |
| | | private String gatewayName;//网关名称 |
| | | private String deviceId;//设备id |
| | | private String name;//设备名称 |
| | | private String spk; |
| | |
| | | |
| | | private String inv;//inv状态 |
| | | private int deviceStatus;//1:待机,2:连接中,3:故障,4:运行,5:离线 |
| | | private String addresses; |
| | | private String addresses;//子网号/设备号 |
| | | private List<DeviceAttributeBean> status; |
| | | |
| | | private String hwVersion;//软件版本号 |
| | | private String categorySecondName;//设备类型(产品二级分类名称) |
| | | |
| | | |
| | | public String getSystemStatusDesc() { |
| | | return systemStatusDesc == null ? "" : systemStatusDesc; |
| | |
| | | this.gatewayId = gatewayId; |
| | | } |
| | | |
| | | public String getGatewayName() { |
| | | return gatewayName == null ? "" : gatewayName; |
| | | } |
| | | |
| | | public void setGatewayName(String gatewayName) { |
| | | this.gatewayName = gatewayName; |
| | | } |
| | | |
| | | public String getDeviceId() { |
| | | return deviceId == null ? "" : deviceId; |