| | |
| | | @Alias("BTS_61850_setparam") |
| | | public class BTS_61850_setparam implements Serializable{ |
| | | private int num; |
| | | private int FBSDeviceId; |
| | | private int fbsDeviceId; |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone = "Asia/Shanghai") |
| | | private Date set_time; |
| | | private int batt_test; |
| | |
| | | public void setNum(int num) { |
| | | this.num = num; |
| | | } |
| | | public int getFBSDeviceId() { |
| | | return FBSDeviceId; |
| | | |
| | | public int getFbsDeviceId() { |
| | | return fbsDeviceId; |
| | | } |
| | | public void setFBSDeviceId(int fBSDeviceId) { |
| | | FBSDeviceId = fBSDeviceId; |
| | | |
| | | public void setFbsDeviceId(int fbsDeviceId) { |
| | | this.fbsDeviceId = fbsDeviceId; |
| | | } |
| | | |
| | | public Date getSet_time() { |
| | | return set_time; |
| | | } |
| | |
| | | public void setTestcmd(int testcmd) { |
| | | this.testcmd = testcmd; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "BTS_61850_setparam [num=" + num + ", FBSDeviceId=" |
| | | + FBSDeviceId + ", set_time=" + set_time + ", batt_test=" |
| | | + batt_test + ", set_discurr=" + set_discurr + ", set_distime=" |
| | | + set_distime + ", set_discap=" + set_discap + ", set_tep_dis=" |
| | | + set_tep_dis + ", set_groupvol_low=" + set_groupvol_low |
| | | + ", set_monvollow=" + set_monvollow + ", testcmd=" + testcmd |
| | | + "]"; |
| | | return "BTS_61850_setparam{" + |
| | | "num=" + num + |
| | | ", fbsDeviceId=" + fbsDeviceId + |
| | | ", set_time=" + set_time + |
| | | ", batt_test=" + batt_test + |
| | | ", set_discurr=" + set_discurr + |
| | | ", set_distime=" + set_distime + |
| | | ", set_discap=" + set_discap + |
| | | ", set_tep_dis=" + set_tep_dis + |
| | | ", set_groupvol_low=" + set_groupvol_low + |
| | | ", set_monvollow=" + set_monvollow + |
| | | ", testcmd=" + testcmd + |
| | | '}'; |
| | | } |
| | | |
| | | |
| | | |
| | | } |