| | |
| | | private int dfu_en;
|
| | | private int dfu_wr_stat;
|
| | | private int dfu_data_blocknum;
|
| | | private int dfu_file_len;
|
| | | private int dfu_data_blocklen;
|
| | | private String dfu_password;
|
| | | |
| | | private String stationName;
|
| | | private String stationId;
|
| | | private String fBSDeviceName;
|
| | | |
| | | private String note;
|
| | | 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;
|
| | | }
|
| | | public int getDfu_file_len() {
|
| | | return dfu_file_len;
|
| | | }
|
| | | public void setDfu_file_len(int dfu_file_len) {
|
| | | this.dfu_file_len = dfu_file_len;
|
| | | }
|
| | | public String getNote() {
|
| | | return note;
|
| | | }
|
| | | public void setNote(String note) {
|
| | | this.note = note;
|
| | | }
|
| | | @Override
|
| | | public String toString() {
|
| | | return "Fbs9100s_dfu_state [num=" + num + ", dev_id=" + dev_id
|
| | |
| | | + ", softVersion_dev=" + softVersion_dev + ", dfu_file="
|
| | | + 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_file_len=" + dfu_file_len + ", dfu_data_blocklen="
|
| | | + dfu_data_blocklen + ", dfu_password=" + dfu_password
|
| | | + ", stationName=" + stationName + ", stationId=" + stationId
|
| | | + ", fBSDeviceName=" + fBSDeviceName + ", note=" + note + "]";
|
| | | }
|
| | | |
| | | |
| | | |
| | |
|
| | | }
|