package com.fgkj.dto.ram;
|
|
import java.io.Serializable;
|
|
import com.fgkj.dto.Page;
|
|
public class Fbs9100_state implements Serializable{
|
private Integer num;
|
private String dev_ip;
|
private String dev_version;
|
private Integer dev_id;
|
private Integer op_cmd;
|
private String record_datetime;
|
private String dev_datetime;
|
private Integer dev_testtype;
|
private Integer dev_testgroupnum;
|
private Integer dev_workstate;
|
private Integer dev_alarmstate;
|
private Float dev_temp;
|
private float dev_temp1;
|
private Integer dev_res_test_state;
|
private Integer dev_onlinevollow;
|
private Integer dev_eachgroup_battsum;
|
private Float dev_captest_onlinevol;
|
private Float dev_captest_groupvol;
|
private Float dev_captest_curr;
|
private Float dev_captest_cap;
|
private Integer dev_captest_timelong;
|
private Integer dev_restest_moncount;
|
private Integer dev_restest_monindex;
|
private Integer dev_commcount;
|
private Integer dev_errcommcount;
|
private Integer dev_rxnullerrcount;
|
private Integer batt_online_state;
|
|
|
|
private String online_vols;
|
private String group_vols;
|
private String group_currs;
|
private String stationName;//机房名称
|
private String stationName1;
|
private String stationName2;
|
private String stationName3;
|
private String stationName5;
|
private String stationid;
|
private String deviceName;//设备名称
|
private int monvolstd;
|
private int battgroupid;
|
private int moncount;
|
private int moncapstd;
|
private String note;
|
private Page page;//分页
|
|
private float dev_conresist;//K1触点电阻值(mΩ)
|
//广东电信
|
private float dev_conresist1; //组2接触器导通阻抗
|
|
private float dev_concurr;//K1触点测试电流(A)
|
private float dev_condvoldp;//D1导通压降(V)
|
private float dev_condcurr;//D1导通测试电流
|
private String dev_61850alarms;//61850的告警字符串
|
private Integer dev_last_captest_stop_type;//核容测试的停止原因
|
public Fbs9100_state() {
|
super();
|
// TODO Auto-generated constructor stub
|
}
|
public Integer getNum() {
|
return num;
|
}
|
public void setNum(Integer num) {
|
this.num = num;
|
}
|
public String getDev_ip() {
|
return dev_ip;
|
}
|
public void setDev_ip(String dev_ip) {
|
this.dev_ip = dev_ip;
|
}
|
public Integer getDev_id() {
|
return dev_id;
|
}
|
public void setDev_id(Integer dev_id) {
|
this.dev_id = dev_id;
|
}
|
public Integer getOp_cmd() {
|
return op_cmd;
|
}
|
public void setOp_cmd(Integer op_cmd) {
|
this.op_cmd = op_cmd;
|
}
|
public String getDev_datetime() {
|
return dev_datetime;
|
}
|
public void setDev_datetime(String dev_datetime) {
|
this.dev_datetime = dev_datetime;
|
}
|
public Integer getDev_testtype() {
|
return dev_testtype;
|
}
|
public void setDev_testtype(Integer dev_testtype) {
|
this.dev_testtype = dev_testtype;
|
}
|
public Integer getDev_workstate() {
|
return dev_workstate;
|
}
|
public void setDev_workstate(Integer dev_workstate) {
|
this.dev_workstate = dev_workstate;
|
}
|
public Integer getDev_alarmstate() {
|
return dev_alarmstate;
|
}
|
public void setDev_alarmstate(Integer dev_alarmstate) {
|
this.dev_alarmstate = dev_alarmstate;
|
}
|
public Integer getDev_onlinevollow() {
|
return dev_onlinevollow;
|
}
|
public void setDev_onlinevollow(Integer dev_onlinevollow) {
|
this.dev_onlinevollow = dev_onlinevollow;
|
}
|
public Integer getDev_eachgroup_battsum() {
|
return dev_eachgroup_battsum;
|
}
|
public void setDev_eachgroup_battsum(Integer dev_eachgroup_battsum) {
|
this.dev_eachgroup_battsum = dev_eachgroup_battsum;
|
}
|
public Float getDev_captest_onlinevol() {
|
return dev_captest_onlinevol;
|
}
|
public void setDev_captest_onlinevol(Float dev_captest_onlinevol) {
|
this.dev_captest_onlinevol = dev_captest_onlinevol;
|
}
|
public Float getDev_captest_groupvol() {
|
return dev_captest_groupvol;
|
}
|
public void setDev_captest_groupvol(Float dev_captest_groupvol) {
|
this.dev_captest_groupvol = dev_captest_groupvol;
|
}
|
public Float getDev_captest_curr() {
|
return dev_captest_curr;
|
}
|
public void setDev_captest_curr(Float dev_captest_curr) {
|
this.dev_captest_curr = dev_captest_curr;
|
}
|
public Float getDev_captest_cap() {
|
return dev_captest_cap;
|
}
|
public void setDev_captest_cap(Float dev_captest_cap) {
|
this.dev_captest_cap = dev_captest_cap;
|
}
|
public Integer getDev_captest_timelong() {
|
return dev_captest_timelong;
|
}
|
public void setDev_captest_timelong(Integer dev_captest_timelong) {
|
this.dev_captest_timelong = dev_captest_timelong;
|
}
|
public Integer getDev_restest_moncount() {
|
return dev_restest_moncount;
|
}
|
public void setDev_restest_moncount(Integer dev_restest_moncount) {
|
this.dev_restest_moncount = dev_restest_moncount;
|
}
|
public Integer getDev_restest_monindex() {
|
return dev_restest_monindex;
|
}
|
public void setDev_restest_monindex(Integer dev_restest_monindex) {
|
this.dev_restest_monindex = dev_restest_monindex;
|
}
|
public Integer getDev_commcount() {
|
return dev_commcount;
|
}
|
public void setDev_commcount(Integer dev_commcount) {
|
this.dev_commcount = dev_commcount;
|
}
|
public Integer getDev_errcommcount() {
|
return dev_errcommcount;
|
}
|
public void setDev_errcommcount(Integer dev_errcommcount) {
|
this.dev_errcommcount = dev_errcommcount;
|
}
|
|
public String getStationName() {
|
return stationName;
|
}
|
public void setStationName(String stationName) {
|
this.stationName = stationName;
|
}
|
public String getDeviceName() {
|
return deviceName;
|
}
|
public void setDeviceName(String deviceName) {
|
this.deviceName = deviceName;
|
}
|
public Integer getDev_testgroupnum() {
|
return dev_testgroupnum;
|
}
|
public void setDev_testgroupnum(Integer dev_testgroupnum) {
|
this.dev_testgroupnum = dev_testgroupnum;
|
}
|
|
public String getOnline_vols() {
|
return online_vols;
|
}
|
public void setOnline_vols(String online_vols) {
|
this.online_vols = online_vols;
|
}
|
public String getGroup_vols() {
|
return group_vols;
|
}
|
public void setGroup_vols(String group_vols) {
|
this.group_vols = group_vols;
|
}
|
public String getGroup_currs() {
|
return group_currs;
|
}
|
public void setGroup_currs(String group_currs) {
|
this.group_currs = group_currs;
|
}
|
|
public String getDev_version() {
|
return dev_version;
|
}
|
public void setDev_version(String dev_version) {
|
this.dev_version = dev_version;
|
}
|
public String getRecord_datetime() {
|
return record_datetime;
|
}
|
public void setRecord_datetime(String record_datetime) {
|
this.record_datetime = record_datetime;
|
}
|
public Integer getDev_rxnullerrcount() {
|
return dev_rxnullerrcount;
|
}
|
public void setDev_rxnullerrcount(Integer dev_rxnullerrcount) {
|
this.dev_rxnullerrcount = dev_rxnullerrcount;
|
}
|
|
public Page getPage() {
|
return page;
|
}
|
public void setPage(Page page) {
|
this.page = page;
|
}
|
|
public String getNote() {
|
return note;
|
}
|
public void setNote(String note) {
|
this.note = note;
|
}
|
public float getDev_conresist() {
|
return dev_conresist;
|
}
|
public void setDev_conresist(float dev_conresist) {
|
this.dev_conresist = dev_conresist;
|
}
|
public float getDev_concurr() {
|
return dev_concurr;
|
}
|
public void setDev_concurr(float dev_concurr) {
|
this.dev_concurr = dev_concurr;
|
}
|
public float getDev_condvoldp() {
|
return dev_condvoldp;
|
}
|
public void setDev_condvoldp(float dev_condvoldp) {
|
this.dev_condvoldp = dev_condvoldp;
|
}
|
public float getDev_condcurr() {
|
return dev_condcurr;
|
}
|
public void setDev_condcurr(float dev_condcurr) {
|
this.dev_condcurr = dev_condcurr;
|
}
|
|
public String getDev_61850alarms() {
|
return dev_61850alarms;
|
}
|
public void setDev_61850alarms(String dev_61850alarms) {
|
this.dev_61850alarms = dev_61850alarms;
|
}
|
|
public Integer getDev_res_test_state() {
|
return dev_res_test_state;
|
}
|
public void setDev_res_test_state(Integer dev_res_test_state) {
|
this.dev_res_test_state = dev_res_test_state;
|
}
|
public Integer getDev_last_captest_stop_type() {
|
return dev_last_captest_stop_type;
|
}
|
public void setDev_last_captest_stop_type(Integer dev_last_captest_stop_type) {
|
this.dev_last_captest_stop_type = dev_last_captest_stop_type;
|
}
|
public Float getDev_temp() {
|
return dev_temp;
|
}
|
public void setDev_temp(Float dev_temp) {
|
this.dev_temp = dev_temp;
|
}
|
public Integer getBatt_online_state() {
|
return batt_online_state;
|
}
|
public void setBatt_online_state(Integer batt_online_state) {
|
this.batt_online_state = batt_online_state;
|
}
|
public String getStationName1() {
|
return stationName1;
|
}
|
public void setStationName1(String stationName1) {
|
this.stationName1 = stationName1;
|
}
|
public String getStationName2() {
|
return stationName2;
|
}
|
public void setStationName2(String stationName2) {
|
this.stationName2 = stationName2;
|
}
|
public String getStationName3() {
|
return stationName3;
|
}
|
public void setStationName3(String stationName3) {
|
this.stationName3 = stationName3;
|
}
|
public String getStationName5() {
|
return stationName5;
|
}
|
public void setStationName5(String stationName5) {
|
this.stationName5 = stationName5;
|
}
|
public int getMonvolstd() {
|
return monvolstd;
|
}
|
public void setMonvolstd(int monvolstd) {
|
this.monvolstd = monvolstd;
|
}
|
public int getBattgroupid() {
|
return battgroupid;
|
}
|
public void setBattgroupid(int battgroupid) {
|
this.battgroupid = battgroupid;
|
}
|
public int getMoncount() {
|
return moncount;
|
}
|
public void setMoncount(int moncount) {
|
this.moncount = moncount;
|
}
|
public int getMoncapstd() {
|
return moncapstd;
|
}
|
public void setMoncapstd(int moncapstd) {
|
this.moncapstd = moncapstd;
|
}
|
public String getStationid() {
|
return stationid;
|
}
|
public void setStationid(String stationid) {
|
this.stationid = stationid;
|
}
|
public float getDev_temp1() {
|
return dev_temp1;
|
}
|
public void setDev_temp1(float dev_temp1) {
|
this.dev_temp1 = dev_temp1;
|
}
|
public float getDev_conresist1() {
|
return dev_conresist1;
|
}
|
public void setDev_conresist1(float dev_conresist1) {
|
this.dev_conresist1 = dev_conresist1;
|
}
|
@Override
|
public String toString() {
|
return "Fbs9100_state [num=" + num + ", dev_ip=" + dev_ip
|
+ ", dev_version=" + dev_version + ", dev_id=" + dev_id
|
+ ", op_cmd=" + op_cmd + ", record_datetime=" + record_datetime
|
+ ", dev_datetime=" + dev_datetime + ", dev_testtype="
|
+ dev_testtype + ", dev_testgroupnum=" + dev_testgroupnum
|
+ ", dev_workstate=" + dev_workstate + ", dev_alarmstate="
|
+ dev_alarmstate + ", dev_temp=" + dev_temp + ", dev_temp1="
|
+ dev_temp1 + ", dev_res_test_state=" + dev_res_test_state
|
+ ", dev_onlinevollow=" + dev_onlinevollow
|
+ ", dev_eachgroup_battsum=" + dev_eachgroup_battsum
|
+ ", dev_captest_onlinevol=" + dev_captest_onlinevol
|
+ ", dev_captest_groupvol=" + dev_captest_groupvol
|
+ ", dev_captest_curr=" + dev_captest_curr
|
+ ", dev_captest_cap=" + dev_captest_cap
|
+ ", dev_captest_timelong=" + dev_captest_timelong
|
+ ", dev_restest_moncount=" + dev_restest_moncount
|
+ ", dev_restest_monindex=" + dev_restest_monindex
|
+ ", dev_commcount=" + dev_commcount + ", dev_errcommcount="
|
+ dev_errcommcount + ", dev_rxnullerrcount="
|
+ dev_rxnullerrcount + ", batt_online_state="
|
+ batt_online_state + ", online_vols=" + online_vols
|
+ ", group_vols=" + group_vols + ", group_currs=" + group_currs
|
+ ", stationName=" + stationName + ", stationName1="
|
+ stationName1 + ", stationName2=" + stationName2
|
+ ", stationName3=" + stationName3 + ", stationName5="
|
+ stationName5 + ", stationid=" + stationid + ", deviceName="
|
+ deviceName + ", monvolstd=" + monvolstd + ", battgroupid="
|
+ battgroupid + ", moncount=" + moncount + ", moncapstd="
|
+ moncapstd + ", note=" + note + ", page=" + page
|
+ ", dev_conresist=" + dev_conresist + ", dev_conresist1="
|
+ dev_conresist1 + ", dev_concurr=" + dev_concurr
|
+ ", dev_condvoldp=" + dev_condvoldp + ", dev_condcurr="
|
+ dev_condcurr + ", dev_61850alarms=" + dev_61850alarms
|
+ ", dev_last_captest_stop_type=" + dev_last_captest_stop_type
|
+ "]";
|
}
|
|
|
|
|
|
|
|
|
}
|