| | |
| | | private int dfu_data_blocknum;
|
| | | private int dfu_data_blocklen;
|
| | | private String dfu_password;
|
| | | |
| | | private String stationName;
|
| | | private String stationId;
|
| | | private String fBSDeviceName;
|
| | | public int getNum() {
|
| | | return num;
|
| | | }
|
| | |
| | | public void setDfu_password(String dfu_password) {
|
| | | this.dfu_password = dfu_password;
|
| | | }
|
| | | public String getStationName() {
|
| | | return stationName;
|
| | | }
|
| | | public void setStationName(String stationName) {
|
| | | this.stationName = stationName;
|
| | | }
|
| | | public String getStationId() {
|
| | | return stationId;
|
| | | }
|
| | | public void setStationId(String stationId) {
|
| | | this.stationId = stationId;
|
| | | }
|
| | | public String getfBSDeviceName() {
|
| | | return fBSDeviceName;
|
| | | }
|
| | | public void setfBSDeviceName(String fBSDeviceName) {
|
| | | this.fBSDeviceName = fBSDeviceName;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "Fbs9100s_dfu_state [num=" + num + ", dev_id=" + dev_id
|
| | |
| | | + dfu_file + ", dfu_en=" + dfu_en + ", dfu_wr_stat="
|
| | | + dfu_wr_stat + ", dfu_data_blocknum=" + dfu_data_blocknum
|
| | | + ", dfu_data_blocklen=" + dfu_data_blocklen
|
| | | + ", dfu_password=" + dfu_password + "]";
|
| | | + ", dfu_password=" + dfu_password + ", stationName="
|
| | | + stationName + ", stationId=" + stationId + ", fBSDeviceName="
|
| | | + fBSDeviceName + "]";
|
| | | }
|
| | | |
| | | |
| | |
|
| | | }
|