com.dahuatech.icc.electricity.model.v202208.detection.ShowInfosResponse Maven / Gradle / Ivy
package com.dahuatech.icc.electricity.model.v202208.detection;
import com.dahuatech.icc.oauth.http.IccResponse;
import java.util.List;
/**
* program:java-sdk
*
* @Author: 355079
* @Date:2022-08-23 12:03
* @Description:
*/
public class ShowInfosResponse extends IccResponse {
private Data data;
public class Data{
private Integer currentPage;
private Integer totalPage;
private Integer pageSize;
private Integer totalRows;
private Integer countAll;
private Integer countFail;
private Integer allInfoCount;
private Integer allExceptionCount;
private Integer voltageExcCount;
private Integer currentExcCount;
private Integer powerExcCount;
private Integer tempExcCount;
private Integer leakageExcCount;
private List pageDate;
public class PageDate{
private String channelCode;
private String devIdFromDevice;
private String channelIdFromPAAS;
private String name;
private String ownerCode;
private String ownerName;
private String gatewayCode;
private String gatewayName;
private Integer type;
private Integer state;
private Double zeroTemperature;
private String electricityNum;
private String time;
private List exceptionType;
private Integer avoltage;
private Double aelectricCurrent;
private Double belectricCurrent;
private Double celectricCurrent;
private Double apower;
private Double bpower;
private Double cpower;
private Double leakage;
private Double atemperature;
private Double btemperature;
private Double ctemperature;
private Double bvoltage;
private Double cvoltage;
public String getChannelCode() {
return channelCode;
}
public void setChannelCode(String channelCode) {
this.channelCode = channelCode;
}
public String getDevIdFromDevice() {
return devIdFromDevice;
}
public void setDevIdFromDevice(String devIdFromDevice) {
this.devIdFromDevice = devIdFromDevice;
}
public String getChannelIdFromPAAS() {
return channelIdFromPAAS;
}
public void setChannelIdFromPAAS(String channelIdFromPAAS) {
this.channelIdFromPAAS = channelIdFromPAAS;
}
public String getName() {
return name;
}
public void setName(String name) {
this.name = name;
}
public String getOwnerCode() {
return ownerCode;
}
public void setOwnerCode(String ownerCode) {
this.ownerCode = ownerCode;
}
public String getOwnerName() {
return ownerName;
}
public void setOwnerName(String ownerName) {
this.ownerName = ownerName;
}
public String getGatewayCode() {
return gatewayCode;
}
public void setGatewayCode(String gatewayCode) {
this.gatewayCode = gatewayCode;
}
public String getGatewayName() {
return gatewayName;
}
public void setGatewayName(String gatewayName) {
this.gatewayName = gatewayName;
}
public Integer getType() {
return type;
}
public void setType(Integer type) {
this.type = type;
}
public Integer getState() {
return state;
}
public void setState(Integer state) {
this.state = state;
}
public Double getZeroTemperature() {
return zeroTemperature;
}
public void setZeroTemperature(Double zeroTemperature) {
this.zeroTemperature = zeroTemperature;
}
public String getElectricityNum() {
return electricityNum;
}
public void setElectricityNum(String electricityNum) {
this.electricityNum = electricityNum;
}
public String getTime() {
return time;
}
public void setTime(String time) {
this.time = time;
}
public List getExceptionType() {
return exceptionType;
}
public void setExceptionType(List exceptionType) {
this.exceptionType = exceptionType;
}
public Integer getAvoltage() {
return avoltage;
}
public void setAvoltage(Integer avoltage) {
this.avoltage = avoltage;
}
public Double getAelectricCurrent() {
return aelectricCurrent;
}
public void setAelectricCurrent(Double aelectricCurrent) {
this.aelectricCurrent = aelectricCurrent;
}
public Double getBelectricCurrent() {
return belectricCurrent;
}
public void setBelectricCurrent(Double belectricCurrent) {
this.belectricCurrent = belectricCurrent;
}
public Double getCelectricCurrent() {
return celectricCurrent;
}
public void setCelectricCurrent(Double celectricCurrent) {
this.celectricCurrent = celectricCurrent;
}
public Double getApower() {
return apower;
}
public void setApower(Double apower) {
this.apower = apower;
}
public Double getBpower() {
return bpower;
}
public void setBpower(Double bpower) {
this.bpower = bpower;
}
public Double getCpower() {
return cpower;
}
public void setCpower(Double cpower) {
this.cpower = cpower;
}
public Double getLeakage() {
return leakage;
}
public void setLeakage(Double leakage) {
this.leakage = leakage;
}
public Double getAtemperature() {
return atemperature;
}
public void setAtemperature(Double atemperature) {
this.atemperature = atemperature;
}
public Double getBtemperature() {
return btemperature;
}
public void setBtemperature(Double btemperature) {
this.btemperature = btemperature;
}
public Double getCtemperature() {
return ctemperature;
}
public void setCtemperature(Double ctemperature) {
this.ctemperature = ctemperature;
}
public Double getBvoltage() {
return bvoltage;
}
public void setBvoltage(Double bvoltage) {
this.bvoltage = bvoltage;
}
public Double getCvoltage() {
return cvoltage;
}
public void setCvoltage(Double cvoltage) {
this.cvoltage = cvoltage;
}
}
public Integer getCurrentPage() {
return currentPage;
}
public void setCurrentPage(Integer currentPage) {
this.currentPage = currentPage;
}
public Integer getTotalPage() {
return totalPage;
}
public void setTotalPage(Integer totalPage) {
this.totalPage = totalPage;
}
public Integer getPageSize() {
return pageSize;
}
public void setPageSize(Integer pageSize) {
this.pageSize = pageSize;
}
public Integer getTotalRows() {
return totalRows;
}
public void setTotalRows(Integer totalRows) {
this.totalRows = totalRows;
}
public Integer getCountAll() {
return countAll;
}
public void setCountAll(Integer countAll) {
this.countAll = countAll;
}
public Integer getCountFail() {
return countFail;
}
public void setCountFail(Integer countFail) {
this.countFail = countFail;
}
public Integer getAllInfoCount() {
return allInfoCount;
}
public void setAllInfoCount(Integer allInfoCount) {
this.allInfoCount = allInfoCount;
}
public Integer getAllExceptionCount() {
return allExceptionCount;
}
public void setAllExceptionCount(Integer allExceptionCount) {
this.allExceptionCount = allExceptionCount;
}
public Integer getVoltageExcCount() {
return voltageExcCount;
}
public void setVoltageExcCount(Integer voltageExcCount) {
this.voltageExcCount = voltageExcCount;
}
public Integer getCurrentExcCount() {
return currentExcCount;
}
public void setCurrentExcCount(Integer currentExcCount) {
this.currentExcCount = currentExcCount;
}
public Integer getPowerExcCount() {
return powerExcCount;
}
public void setPowerExcCount(Integer powerExcCount) {
this.powerExcCount = powerExcCount;
}
public Integer getTempExcCount() {
return tempExcCount;
}
public void setTempExcCount(Integer tempExcCount) {
this.tempExcCount = tempExcCount;
}
public Integer getLeakageExcCount() {
return leakageExcCount;
}
public void setLeakageExcCount(Integer leakageExcCount) {
this.leakageExcCount = leakageExcCount;
}
public List getPageDate() {
return pageDate;
}
public void setPageDate(List pageDate) {
this.pageDate = pageDate;
}
}
public Data getData() {
return data;
}
public void setData(Data data) {
this.data = data;
}
}