package com.whyc.pojo;
|
|
import com.baomidou.mybatisplus.annotation.IdType;
|
import com.baomidou.mybatisplus.annotation.TableId;
|
import com.baomidou.mybatisplus.annotation.TableName;
|
import io.swagger.annotations.ApiModel;
|
import io.swagger.annotations.ApiModelProperty;
|
|
import java.util.Date;
|
|
//@TableName(schema = "db_upspwrdev_data_history",value ="tb_upspwrdev_historydata_116000001_2023_11")
|
@ApiModel("ups电源遥信实时状态信息表")
|
public class UpsPowerDataHistory {
|
|
@TableId(value = "num", type = IdType.AUTO)
|
private Long num;
|
|
private Integer powerDeviceId;
|
|
@ApiModelProperty(value = "更新时间")
|
private Date recordTime;
|
|
@ApiModelProperty(value = "A相输入电压")
|
private Float acinVola;
|
|
@ApiModelProperty(value = "B相输入电压")
|
private Float acinVolb;
|
|
@ApiModelProperty(value = "C相输入电压")
|
private Float acinVolc;
|
|
@ApiModelProperty(value = "A相输出电压")
|
private Float acoutVola;
|
|
@ApiModelProperty(value = "B相输出电压")
|
private Float acoutVolb;
|
|
@ApiModelProperty(value = "C相输出电压")
|
private Float acoutVolc;
|
|
@ApiModelProperty(value = "A相输出电流")
|
private Float acoutCurra;
|
|
@ApiModelProperty(value = "B相输出电流")
|
private Float acoutCurrb;
|
|
@ApiModelProperty(value = "C相输出电流")
|
private Float acoutCurrc;
|
|
@ApiModelProperty(value = "直流输入电压[电池组1电池电压]")
|
private Float dcinVol;
|
|
@ApiModelProperty(value = "输出频率")
|
private Float outFreq;
|
|
@ApiModelProperty(value = "AB线输入电压")
|
private Float abinVol;
|
|
@ApiModelProperty(value = "BC线输入电压")
|
private Float bcinVol;
|
|
@ApiModelProperty(value = "CA线输入电压")
|
private Float cainVol;
|
|
@ApiModelProperty(value = "A相输入电流")
|
private Float acinCurra;
|
|
@ApiModelProperty(value = "B相输入电流")
|
private Float acinCurrb;
|
|
@ApiModelProperty(value = "C相输入电流")
|
private Float acinCurrc;
|
|
@ApiModelProperty(value = "输入频率")
|
private Float inFreq;
|
|
@ApiModelProperty(value = "A相输入功率因数")
|
private Float inPowerfactorA;
|
|
@ApiModelProperty(value = "B相输入功率因数")
|
private Float inPowerfactorB;
|
|
@ApiModelProperty(value = "C相输入功率因数")
|
private Float inPowerfactorC;
|
|
@ApiModelProperty(value = "A相旁路电压")
|
private Float passVola;
|
|
@ApiModelProperty(value = "B相旁路电压")
|
private Float passVolb;
|
|
@ApiModelProperty(value = "C相旁路电压")
|
private Float passVolc;
|
|
@ApiModelProperty(value = "旁路频率")
|
private Float passFreq;
|
|
@ApiModelProperty(value = "AB线输出电压")
|
private Float aboutVol;
|
|
@ApiModelProperty(value = "BC线输出电压")
|
private Float bcoutVol;
|
|
@ApiModelProperty(value = "CA线输出电压")
|
private Float caoutVol;
|
|
@ApiModelProperty(value = "AB线旁路电压")
|
private Float abpassVol;
|
|
@ApiModelProperty(value = "BC线旁路电压")
|
private Float bcpassVol;
|
|
@ApiModelProperty(value = "CA线旁路电压")
|
private Float capassVol;
|
|
@ApiModelProperty(value = "A相输出功率因数")
|
private Float outPowerfactorA;
|
|
@ApiModelProperty(value = "B相输出功率因数")
|
private Float outPowerfactorB;
|
|
@ApiModelProperty(value = "C相输出功率因数")
|
private Float outPowerfactorC;
|
|
@ApiModelProperty(value = "A相输出峰值比")
|
private Float outPeakratioA;
|
|
@ApiModelProperty(value = "B相输出峰值比")
|
private Float outPeakratioB;
|
|
@ApiModelProperty(value = "C相输出峰值比")
|
private Float outPeakratioC;
|
|
@ApiModelProperty(value = "A相输出有功功率")
|
private Float outActpowerA;
|
|
@ApiModelProperty(value = "B相输出有功功率")
|
private Float outActpowerB;
|
|
@ApiModelProperty(value = "C相输出有功功率")
|
private Float outActpowerC;
|
|
@ApiModelProperty(value = "A相输出无功功率")
|
private Float outReapowerA;
|
|
@ApiModelProperty(value = "B相输出无功功率")
|
private Float outReapowerB;
|
|
@ApiModelProperty(value = "C相输出无功功率")
|
private Float outReapowerC;
|
|
@ApiModelProperty(value = "A相输出视在功率")
|
private Float outApppowerA;
|
|
@ApiModelProperty(value = "B相输出视在功率")
|
private Float outApppowerB;
|
|
@ApiModelProperty(value = "C相输出视在功率")
|
private Float outApppowerC;
|
|
@ApiModelProperty(value = "A相输出负载百分比")
|
private Float outLoadpercentA;
|
|
@ApiModelProperty(value = "B相输出负载百分比")
|
private Float outLoadpercentB;
|
|
@ApiModelProperty(value = "C相输出负载百分比")
|
private Float outLoadpercentC;
|
|
@ApiModelProperty(value = "系统A相输出有功功率")
|
private Float sysoutActpowerA;
|
|
@ApiModelProperty(value = "系统B相输出有功功率")
|
private Float sysoutActpowerB;
|
|
@ApiModelProperty(value = "系统C相输出有功功率")
|
private Float sysoutActpowerC;
|
|
@ApiModelProperty(value = "系统A相输出视在功率")
|
private Float sysoutApppowerA;
|
|
@ApiModelProperty(value = "系统B相输出视在功率")
|
private Float sysoutApppowerB;
|
|
@ApiModelProperty(value = "系统C相输出视在功率")
|
private Float sysoutApppowerC;
|
|
@ApiModelProperty(value = "系统A相输出无功功率")
|
private Float sysoutReapowerA;
|
|
@ApiModelProperty(value = "系统B相输出无功功率")
|
private Float sysoutReapowerB;
|
|
@ApiModelProperty(value = "系统C相输出无功功率")
|
private Float sysoutReapowerC;
|
|
@ApiModelProperty(value = "整机环境温度")
|
private Float devEnvirTemp;
|
|
@ApiModelProperty(value = "电池后备时间")
|
private Float battBackupTime;
|
|
@ApiModelProperty(value = "正电池电压")
|
private Float battPosivol;
|
|
@ApiModelProperty(value = "正电池电流")
|
private Float battPosicurr;
|
|
@ApiModelProperty(value = "负电池电压")
|
private Float battNegavol;
|
|
@ApiModelProperty(value = "负电池电流")
|
private Float battNegacurr;
|
|
@ApiModelProperty(value = "电池老化系数")
|
private Float battAgecoefficient;
|
|
@ApiModelProperty(value = "电池温度")
|
private Float battTemp;
|
|
@ApiModelProperty(value = "环境温度")
|
private Float envirTemp;
|
|
@ApiModelProperty(value = "bit0:逆变供电;bit1:旁路供电")
|
private Integer powerSupplyState;
|
|
@ApiModelProperty(value = "bit0:电池自检中 bit1:电池浮充 bit2:电池均充")
|
private Integer battState;
|
|
@ApiModelProperty(value = "逆变器开机")
|
private Integer inverterOn;
|
|
@ApiModelProperty(value = "整流器供电状态:bit0:主逆变供电 bit:电池逆变供电")
|
private Integer rectifierPowerSupply;
|
|
@ApiModelProperty(value = "发电机接入")
|
private Integer dynamoAccess;
|
|
@ApiModelProperty(value = "输入空开 bit0:输入空开断开 bit1:输入空开不支持")
|
private Integer inputSwitchState;
|
|
@ApiModelProperty(value = "维修空开 bit0:空开断开 bit1:空开不支持")
|
private Integer repireSwitchState;
|
|
@ApiModelProperty(value = "旁路空开 bit0: 旁路空开断开 bit1:旁路空开不支持")
|
private Integer passSwitchState;
|
|
@ApiModelProperty(value = "输出空开 bit0:输出空开断开 bit1:输出空开不支持")
|
private Integer outputSwitchState;
|
|
@ApiModelProperty(value = "整机工作模式:bit0:正常模式 bit1:变频器模式 bit2:智能并机模式 bit3:智能并机演示模式 bit4:ECO模式 bit5:智能ECO模式 bit6:智能ECO演示模式")
|
private Integer machineWorkMode;
|
|
@ApiModelProperty(value = "模块在线 bit0:模块1在线 bit1:模块2在线 bit2:模块3在线 ... bit11:模块12在线 ")
|
private Integer modelOnline;
|
|
//SNMP北向测点中不存在
|
@ApiModelProperty(value = "内置电池空开断开")
|
private Integer battInswitchOpen;
|
|
//SNMP北向测点中不存在
|
@ApiModelProperty(value = "BCB1状态 bit0:BCB1未接入 bit1:BCB1:闭合")
|
private Integer bcb1State;
|
|
//SNMP北向测点中不存在
|
@ApiModelProperty(value = "BCB2状态 bit0:BCB2未接入 bit1:BCB2:闭合")
|
private Integer bcb2State;
|
|
//SNMP北向测点中不存在
|
@ApiModelProperty(value = "BCB3状态 bit0:BCB3未接入 bit1:BCB3:闭合")
|
private Integer bcb3State;
|
|
//SNMP北向测点中不存在
|
@ApiModelProperty(value = "BCB4状态 bit0:BCB4未接入 bit1:BCB4:闭合")
|
private Integer bcb4State;
|
|
@ApiModelProperty(value = "ups告警1 bit0:逆变器不同步 bit1:主路电压异常 bit2:整流器异常 bit3:逆变器异常 bit4:旁路异常 bit5:电池电压低于下限 bit6:电池电压过高 bit7:电池未接入 bit8:电池电压低于告警 bit9:电池接反 bit10:ParaMonCAN通讯异常 bit11:PowerCAN通讯异常 bit12:整流DSP程序错误 bit13:整流FPGA程序错误 bit14:逆变DSP程序错误 bit15:逆变FPGA程序错误 bit16:旁路DSP程序错误 bit17:旁路FPGA程序错误 bit18:机架内离散总线通讯异常 bit19:机架间离散总线通讯异常 bit20:主控模块设置不匹配 bit21:LBS异常 bit22:紧急关机 bit23:旁路晶闸管故障 bit24:旁路相序反")
|
private Integer upsAlm1;
|
|
@ApiModelProperty(value = "ups告警2 bit0旁路过流 bit1旁路异常关机 bit2切换次数限制 bit3ECO切换次数限制 bit4ParaPowerCan通讯异常 bit5电池放电限流 bit6放电器故障 bit7充电器故障 bit8LBS连接线异常 bit9电池需维护 bit10电池过温 bit11电池接地故障 bit12主路频率异常 bit13模块过温 bit14从控模块设置不匹配 bit15接口模块设置不匹配 bit16均充超时 bit17辅助电源掉电 bit18主路相序反 bit19整流器软启动失败 bit20用户操作错误 bit21输出熔丝断 bit22输出过载 bit23系统过载 bit24输出过载超时")
|
private Integer upsAlm2;
|
|
@ApiModelProperty(value = "ups告警3 bit0负载冲击转旁路 bit1并机均流异常 bit2母线异常关机 bit3临机请求转旁路 bit4直流母线过压 bit5MonCAN通讯异常 bit6输入缺零故障 bit7逆变继电器故障 bit8主路反灌 bit9输入电流异常 bit10输出电压异常 bit11输入电流超限 bit12旁路过温 bit13邻机旁路晶闸管故障 bit14并机连接线异常 bit15充电器过温 bit16电池端口短路 bit17电池房环境异常 bit18风扇异常 bit19旁路缺零故障 bit20旁路接管 bit21BCB1 状态异常 bit22BCB2 状态异常 bit23BCB3 状态异常 bit24BCB4 状态异常")
|
private Integer upsAlm3;
|
|
@ApiModelProperty(value = "ups告警4 bit0旁路SCR风扇异常 bit1平衡电路故障 bit2平衡电路过流 bit3平衡电路过温 bit4失去冗余 bit5容量过载 bit6功率板设置不匹配 bit7旁路设置不匹配 bit8上抽风风扇异常 bit9系统A相输出熔丝断 bit10系统B相输出熔丝断 bit11系统C相输出熔丝断 bit12旁路无效 bit13整流器过流 bit14旁路过流超时 bit15输出零地过压 bit16输入熔丝断 bit17旁路熔丝断")
|
private Integer upsAlm4;
|
|
//SNMP北向测点中不存在
|
@ApiModelProperty(value = "协转与UPS通信故障")
|
private Integer upsConnErr;
|
|
@ApiModelProperty(value = "并机系统供电状态 bit0-旁路供电 bit1-主路逆变供电 bit2-电池逆变供电")
|
private Integer parallelsysPowerstate;
|
|
public Long getNum() {
|
return num;
|
}
|
|
public void setNum(Long num) {
|
this.num = num;
|
}
|
|
public Integer getPowerDeviceId() {
|
return powerDeviceId;
|
}
|
|
public void setPowerDeviceId(Integer powerDeviceId) {
|
this.powerDeviceId = powerDeviceId;
|
}
|
|
public Date getRecordTime() {
|
return recordTime;
|
}
|
|
public void setRecordTime(Date recordTime) {
|
this.recordTime = recordTime;
|
}
|
|
public Float getAcinVola() {
|
return acinVola;
|
}
|
|
public void setAcinVola(Float acinVola) {
|
this.acinVola = acinVola;
|
}
|
|
public Float getAcinVolb() {
|
return acinVolb;
|
}
|
|
public void setAcinVolb(Float acinVolb) {
|
this.acinVolb = acinVolb;
|
}
|
|
public Float getAcinVolc() {
|
return acinVolc;
|
}
|
|
public void setAcinVolc(Float acinVolc) {
|
this.acinVolc = acinVolc;
|
}
|
|
public Float getAcoutVola() {
|
return acoutVola;
|
}
|
|
public void setAcoutVola(Float acoutVola) {
|
this.acoutVola = acoutVola;
|
}
|
|
public Float getAcoutVolb() {
|
return acoutVolb;
|
}
|
|
public void setAcoutVolb(Float acoutVolb) {
|
this.acoutVolb = acoutVolb;
|
}
|
|
public Float getAcoutVolc() {
|
return acoutVolc;
|
}
|
|
public void setAcoutVolc(Float acoutVolc) {
|
this.acoutVolc = acoutVolc;
|
}
|
|
public Float getAcoutCurra() {
|
return acoutCurra;
|
}
|
|
public void setAcoutCurra(Float acoutCurra) {
|
this.acoutCurra = acoutCurra;
|
}
|
|
public Float getAcoutCurrb() {
|
return acoutCurrb;
|
}
|
|
public void setAcoutCurrb(Float acoutCurrb) {
|
this.acoutCurrb = acoutCurrb;
|
}
|
|
public Float getAcoutCurrc() {
|
return acoutCurrc;
|
}
|
|
public void setAcoutCurrc(Float acoutCurrc) {
|
this.acoutCurrc = acoutCurrc;
|
}
|
|
public Float getDcinVol() {
|
return dcinVol;
|
}
|
|
public void setDcinVol(Float dcinVol) {
|
this.dcinVol = dcinVol;
|
}
|
|
public Float getOutFreq() {
|
return outFreq;
|
}
|
|
public void setOutFreq(Float outFreq) {
|
this.outFreq = outFreq;
|
}
|
|
public Float getAbinVol() {
|
return abinVol;
|
}
|
|
public void setAbinVol(Float abinVol) {
|
this.abinVol = abinVol;
|
}
|
|
public Float getBcinVol() {
|
return bcinVol;
|
}
|
|
public void setBcinVol(Float bcinVol) {
|
this.bcinVol = bcinVol;
|
}
|
|
public Float getCainVol() {
|
return cainVol;
|
}
|
|
public void setCainVol(Float cainVol) {
|
this.cainVol = cainVol;
|
}
|
|
public Float getAcinCurra() {
|
return acinCurra;
|
}
|
|
public void setAcinCurra(Float acinCurra) {
|
this.acinCurra = acinCurra;
|
}
|
|
public Float getAcinCurrb() {
|
return acinCurrb;
|
}
|
|
public void setAcinCurrb(Float acinCurrb) {
|
this.acinCurrb = acinCurrb;
|
}
|
|
public Float getAcinCurrc() {
|
return acinCurrc;
|
}
|
|
public void setAcinCurrc(Float acinCurrc) {
|
this.acinCurrc = acinCurrc;
|
}
|
|
public Float getInFreq() {
|
return inFreq;
|
}
|
|
public void setInFreq(Float inFreq) {
|
this.inFreq = inFreq;
|
}
|
|
public Float getInPowerfactorA() {
|
return inPowerfactorA;
|
}
|
|
public void setInPowerfactorA(Float inPowerfactorA) {
|
this.inPowerfactorA = inPowerfactorA;
|
}
|
|
public Float getInPowerfactorB() {
|
return inPowerfactorB;
|
}
|
|
public void setInPowerfactorB(Float inPowerfactorB) {
|
this.inPowerfactorB = inPowerfactorB;
|
}
|
|
public Float getInPowerfactorC() {
|
return inPowerfactorC;
|
}
|
|
public void setInPowerfactorC(Float inPowerfactorC) {
|
this.inPowerfactorC = inPowerfactorC;
|
}
|
|
public Float getPassVola() {
|
return passVola;
|
}
|
|
public void setPassVola(Float passVola) {
|
this.passVola = passVola;
|
}
|
|
public Float getPassVolb() {
|
return passVolb;
|
}
|
|
public void setPassVolb(Float passVolb) {
|
this.passVolb = passVolb;
|
}
|
|
public Float getPassVolc() {
|
return passVolc;
|
}
|
|
public void setPassVolc(Float passVolc) {
|
this.passVolc = passVolc;
|
}
|
|
public Float getPassFreq() {
|
return passFreq;
|
}
|
|
public void setPassFreq(Float passFreq) {
|
this.passFreq = passFreq;
|
}
|
|
public Float getAboutVol() {
|
return aboutVol;
|
}
|
|
public void setAboutVol(Float aboutVol) {
|
this.aboutVol = aboutVol;
|
}
|
|
public Float getBcoutVol() {
|
return bcoutVol;
|
}
|
|
public void setBcoutVol(Float bcoutVol) {
|
this.bcoutVol = bcoutVol;
|
}
|
|
public Float getCaoutVol() {
|
return caoutVol;
|
}
|
|
public void setCaoutVol(Float caoutVol) {
|
this.caoutVol = caoutVol;
|
}
|
|
public Float getAbpassVol() {
|
return abpassVol;
|
}
|
|
public void setAbpassVol(Float abpassVol) {
|
this.abpassVol = abpassVol;
|
}
|
|
public Float getBcpassVol() {
|
return bcpassVol;
|
}
|
|
public void setBcpassVol(Float bcpassVol) {
|
this.bcpassVol = bcpassVol;
|
}
|
|
public Float getCapassVol() {
|
return capassVol;
|
}
|
|
public void setCapassVol(Float capassVol) {
|
this.capassVol = capassVol;
|
}
|
|
public Float getOutPowerfactorA() {
|
return outPowerfactorA;
|
}
|
|
public void setOutPowerfactorA(Float outPowerfactorA) {
|
this.outPowerfactorA = outPowerfactorA;
|
}
|
|
public Float getOutPowerfactorB() {
|
return outPowerfactorB;
|
}
|
|
public void setOutPowerfactorB(Float outPowerfactorB) {
|
this.outPowerfactorB = outPowerfactorB;
|
}
|
|
public Float getOutPowerfactorC() {
|
return outPowerfactorC;
|
}
|
|
public void setOutPowerfactorC(Float outPowerfactorC) {
|
this.outPowerfactorC = outPowerfactorC;
|
}
|
|
public Float getOutPeakratioA() {
|
return outPeakratioA;
|
}
|
|
public void setOutPeakratioA(Float outPeakratioA) {
|
this.outPeakratioA = outPeakratioA;
|
}
|
|
public Float getOutPeakratioB() {
|
return outPeakratioB;
|
}
|
|
public void setOutPeakratioB(Float outPeakratioB) {
|
this.outPeakratioB = outPeakratioB;
|
}
|
|
public Float getOutPeakratioC() {
|
return outPeakratioC;
|
}
|
|
public void setOutPeakratioC(Float outPeakratioC) {
|
this.outPeakratioC = outPeakratioC;
|
}
|
|
public Float getOutActpowerA() {
|
return outActpowerA;
|
}
|
|
public void setOutActpowerA(Float outActpowerA) {
|
this.outActpowerA = outActpowerA;
|
}
|
|
public Float getOutActpowerB() {
|
return outActpowerB;
|
}
|
|
public void setOutActpowerB(Float outActpowerB) {
|
this.outActpowerB = outActpowerB;
|
}
|
|
public Float getOutActpowerC() {
|
return outActpowerC;
|
}
|
|
public void setOutActpowerC(Float outActpowerC) {
|
this.outActpowerC = outActpowerC;
|
}
|
|
public Float getOutReapowerA() {
|
return outReapowerA;
|
}
|
|
public void setOutReapowerA(Float outReapowerA) {
|
this.outReapowerA = outReapowerA;
|
}
|
|
public Float getOutReapowerB() {
|
return outReapowerB;
|
}
|
|
public void setOutReapowerB(Float outReapowerB) {
|
this.outReapowerB = outReapowerB;
|
}
|
|
public Float getOutReapowerC() {
|
return outReapowerC;
|
}
|
|
public void setOutReapowerC(Float outReapowerC) {
|
this.outReapowerC = outReapowerC;
|
}
|
|
public Float getOutApppowerA() {
|
return outApppowerA;
|
}
|
|
public void setOutApppowerA(Float outApppowerA) {
|
this.outApppowerA = outApppowerA;
|
}
|
|
public Float getOutApppowerB() {
|
return outApppowerB;
|
}
|
|
public void setOutApppowerB(Float outApppowerB) {
|
this.outApppowerB = outApppowerB;
|
}
|
|
public Float getOutApppowerC() {
|
return outApppowerC;
|
}
|
|
public void setOutApppowerC(Float outApppowerC) {
|
this.outApppowerC = outApppowerC;
|
}
|
|
public Float getOutLoadpercentA() {
|
return outLoadpercentA;
|
}
|
|
public void setOutLoadpercentA(Float outLoadpercentA) {
|
this.outLoadpercentA = outLoadpercentA;
|
}
|
|
public Float getOutLoadpercentB() {
|
return outLoadpercentB;
|
}
|
|
public void setOutLoadpercentB(Float outLoadpercentB) {
|
this.outLoadpercentB = outLoadpercentB;
|
}
|
|
public Float getOutLoadpercentC() {
|
return outLoadpercentC;
|
}
|
|
public void setOutLoadpercentC(Float outLoadpercentC) {
|
this.outLoadpercentC = outLoadpercentC;
|
}
|
|
public Float getSysoutActpowerA() {
|
return sysoutActpowerA;
|
}
|
|
public void setSysoutActpowerA(Float sysoutActpowerA) {
|
this.sysoutActpowerA = sysoutActpowerA;
|
}
|
|
public Float getSysoutActpowerB() {
|
return sysoutActpowerB;
|
}
|
|
public void setSysoutActpowerB(Float sysoutActpowerB) {
|
this.sysoutActpowerB = sysoutActpowerB;
|
}
|
|
public Float getSysoutActpowerC() {
|
return sysoutActpowerC;
|
}
|
|
public void setSysoutActpowerC(Float sysoutActpowerC) {
|
this.sysoutActpowerC = sysoutActpowerC;
|
}
|
|
public Float getSysoutApppowerA() {
|
return sysoutApppowerA;
|
}
|
|
public void setSysoutApppowerA(Float sysoutApppowerA) {
|
this.sysoutApppowerA = sysoutApppowerA;
|
}
|
|
public Float getSysoutApppowerB() {
|
return sysoutApppowerB;
|
}
|
|
public void setSysoutApppowerB(Float sysoutApppowerB) {
|
this.sysoutApppowerB = sysoutApppowerB;
|
}
|
|
public Float getSysoutApppowerC() {
|
return sysoutApppowerC;
|
}
|
|
public void setSysoutApppowerC(Float sysoutApppowerC) {
|
this.sysoutApppowerC = sysoutApppowerC;
|
}
|
|
public Float getSysoutReapowerA() {
|
return sysoutReapowerA;
|
}
|
|
public void setSysoutReapowerA(Float sysoutReapowerA) {
|
this.sysoutReapowerA = sysoutReapowerA;
|
}
|
|
public Float getSysoutReapowerB() {
|
return sysoutReapowerB;
|
}
|
|
public void setSysoutReapowerB(Float sysoutReapowerB) {
|
this.sysoutReapowerB = sysoutReapowerB;
|
}
|
|
public Float getSysoutReapowerC() {
|
return sysoutReapowerC;
|
}
|
|
public void setSysoutReapowerC(Float sysoutReapowerC) {
|
this.sysoutReapowerC = sysoutReapowerC;
|
}
|
|
public Float getDevEnvirTemp() {
|
return devEnvirTemp;
|
}
|
|
public void setDevEnvirTemp(Float devEnvirTemp) {
|
this.devEnvirTemp = devEnvirTemp;
|
}
|
|
public Float getBattBackupTime() {
|
return battBackupTime;
|
}
|
|
public void setBattBackupTime(Float battBackupTime) {
|
this.battBackupTime = battBackupTime;
|
}
|
|
public Float getBattPosivol() {
|
return battPosivol;
|
}
|
|
public void setBattPosivol(Float battPosivol) {
|
this.battPosivol = battPosivol;
|
}
|
|
public Float getBattPosicurr() {
|
return battPosicurr;
|
}
|
|
public void setBattPosicurr(Float battPosicurr) {
|
this.battPosicurr = battPosicurr;
|
}
|
|
public Float getBattNegavol() {
|
return battNegavol;
|
}
|
|
public void setBattNegavol(Float battNegavol) {
|
this.battNegavol = battNegavol;
|
}
|
|
public Float getBattNegacurr() {
|
return battNegacurr;
|
}
|
|
public void setBattNegacurr(Float battNegacurr) {
|
this.battNegacurr = battNegacurr;
|
}
|
|
public Float getBattAgecoefficient() {
|
return battAgecoefficient;
|
}
|
|
public void setBattAgecoefficient(Float battAgecoefficient) {
|
this.battAgecoefficient = battAgecoefficient;
|
}
|
|
public Float getBattTemp() {
|
return battTemp;
|
}
|
|
public void setBattTemp(Float battTemp) {
|
this.battTemp = battTemp;
|
}
|
|
public Float getEnvirTemp() {
|
return envirTemp;
|
}
|
|
public void setEnvirTemp(Float envirTemp) {
|
this.envirTemp = envirTemp;
|
}
|
|
public Integer getPowerSupplyState() {
|
return powerSupplyState;
|
}
|
|
public void setPowerSupplyState(Integer powerSupplyState) {
|
this.powerSupplyState = powerSupplyState;
|
}
|
|
public Integer getBattState() {
|
return battState;
|
}
|
|
public void setBattState(Integer battState) {
|
this.battState = battState;
|
}
|
|
public Integer getInverterOn() {
|
return inverterOn;
|
}
|
|
public void setInverterOn(Integer inverterOn) {
|
this.inverterOn = inverterOn;
|
}
|
|
public Integer getRectifierPowerSupply() {
|
return rectifierPowerSupply;
|
}
|
|
public void setRectifierPowerSupply(Integer rectifierPowerSupply) {
|
this.rectifierPowerSupply = rectifierPowerSupply;
|
}
|
|
public Integer getDynamoAccess() {
|
return dynamoAccess;
|
}
|
|
public void setDynamoAccess(Integer dynamoAccess) {
|
this.dynamoAccess = dynamoAccess;
|
}
|
|
public Integer getInputSwitchState() {
|
return inputSwitchState;
|
}
|
|
public void setInputSwitchState(Integer inputSwitchState) {
|
this.inputSwitchState = inputSwitchState;
|
}
|
|
public Integer getRepireSwitchState() {
|
return repireSwitchState;
|
}
|
|
public void setRepireSwitchState(Integer repireSwitchState) {
|
this.repireSwitchState = repireSwitchState;
|
}
|
|
public Integer getPassSwitchState() {
|
return passSwitchState;
|
}
|
|
public void setPassSwitchState(Integer passSwitchState) {
|
this.passSwitchState = passSwitchState;
|
}
|
|
public Integer getOutputSwitchState() {
|
return outputSwitchState;
|
}
|
|
public void setOutputSwitchState(Integer outputSwitchState) {
|
this.outputSwitchState = outputSwitchState;
|
}
|
|
public Integer getMachineWorkMode() {
|
return machineWorkMode;
|
}
|
|
public void setMachineWorkMode(Integer machineWorkMode) {
|
this.machineWorkMode = machineWorkMode;
|
}
|
|
public Integer getModelOnline() {
|
return modelOnline;
|
}
|
|
public void setModelOnline(Integer modelOnline) {
|
this.modelOnline = modelOnline;
|
}
|
|
public Integer getBattInswitchOpen() {
|
return battInswitchOpen;
|
}
|
|
public void setBattInswitchOpen(Integer battInswitchOpen) {
|
this.battInswitchOpen = battInswitchOpen;
|
}
|
|
public Integer getBcb1State() {
|
return bcb1State;
|
}
|
|
public void setBcb1State(Integer bcb1State) {
|
this.bcb1State = bcb1State;
|
}
|
|
public Integer getBcb2State() {
|
return bcb2State;
|
}
|
|
public void setBcb2State(Integer bcb2State) {
|
this.bcb2State = bcb2State;
|
}
|
|
public Integer getBcb3State() {
|
return bcb3State;
|
}
|
|
public void setBcb3State(Integer bcb3State) {
|
this.bcb3State = bcb3State;
|
}
|
|
public Integer getBcb4State() {
|
return bcb4State;
|
}
|
|
public void setBcb4State(Integer bcb4State) {
|
this.bcb4State = bcb4State;
|
}
|
|
public Integer getUpsAlm1() {
|
return upsAlm1;
|
}
|
|
public void setUpsAlm1(Integer upsAlm1) {
|
this.upsAlm1 = upsAlm1;
|
}
|
|
public Integer getUpsAlm2() {
|
return upsAlm2;
|
}
|
|
public void setUpsAlm2(Integer upsAlm2) {
|
this.upsAlm2 = upsAlm2;
|
}
|
|
public Integer getUpsAlm3() {
|
return upsAlm3;
|
}
|
|
public void setUpsAlm3(Integer upsAlm3) {
|
this.upsAlm3 = upsAlm3;
|
}
|
|
public Integer getUpsAlm4() {
|
return upsAlm4;
|
}
|
|
public void setUpsAlm4(Integer upsAlm4) {
|
this.upsAlm4 = upsAlm4;
|
}
|
|
public Integer getUpsConnErr() {
|
return upsConnErr;
|
}
|
|
public void setUpsConnErr(Integer upsConnErr) {
|
this.upsConnErr = upsConnErr;
|
}
|
|
public Integer getParallelsysPowerstate() {
|
return parallelsysPowerstate;
|
}
|
|
public void setParallelsysPowerstate(Integer parallelsysPowerstate) {
|
this.parallelsysPowerstate = parallelsysPowerstate;
|
}
|
}
|