File was renamed from app/src/main/java/safeluck/drive/evaluation/bean/RTKConfig.java |
| | |
| | | package safeluck.drive.evaluation.bean; |
| | | package safeluck.drive.evaluation.DB.rtktb; |
| | | |
| | | import androidx.room.Entity; |
| | | import androidx.room.PrimaryKey; |
| | | |
| | | /** |
| | | * MyApplication2 |
| | |
| | | * 邮箱:632393724@qq.com |
| | | * All Rights Saved! Chongqing AnYun Tech co. LTD |
| | | */ |
| | | @Entity(tableName = "rtkconfig_table") |
| | | public class RTKConfig { |
| | | |
| | | /** |
| | |
| | | */ |
| | | |
| | | private String ip; |
| | | |
| | | private int port; |
| | | private int province; |
| | | private int city; |
| | |
| | | private String phone; |
| | | private String password; |
| | | private int registered; |
| | | @PrimaryKey |
| | | private int _id; |
| | | |
| | | public int get_id() { |
| | | return _id; |
| | | } |
| | | |
| | | public void set_id(int _id) { |
| | | this._id = _id; |
| | | } |
| | | |
| | | private int interval; |
| | | |
| | | |
| | | public String getIp() { |
| | | return ip; |
| | |
| | | public void setInterval(int interval) { |
| | | this.interval = interval; |
| | | } |
| | | |
| | | @Override |
| | | public String toString() { |
| | | return "RTKConfig{" + |
| | | "ip='" + ip + '\'' + |
| | | ", port=" + port + |
| | | ", province=" + province + |
| | | ", city=" + city + |
| | | ", model='" + model + '\'' + |
| | | ", sn='" + sn + '\'' + |
| | | ", imei='" + imei + '\'' + |
| | | ", phone='" + phone + '\'' + |
| | | ", password='" + password + '\'' + |
| | | ", registered=" + registered + |
| | | ", interval=" + interval + |
| | | '}'; |
| | | } |
| | | |
| | | |
| | | } |