| | |
| | | */ |
| | | private int channelType; |
| | | |
| | | /** |
| | | * 业务分组 |
| | | */ |
| | | private String businessGroupId; |
| | | |
| | | /** |
| | | * GPS的更新时间 |
| | | */ |
| | | private String gpsTime; |
| | | |
| | | public int getId() { |
| | | return id; |
| | | } |
| | |
| | | public void setChannelType(int channelType) { |
| | | this.channelType = channelType; |
| | | } |
| | | |
| | | public String getBusinessGroupId() { |
| | | return businessGroupId; |
| | | } |
| | | |
| | | public void setBusinessGroupId(String businessGroupId) { |
| | | this.businessGroupId = businessGroupId; |
| | | } |
| | | |
| | | public String getGpsTime() { |
| | | return gpsTime; |
| | | } |
| | | |
| | | public void setGpsTime(String gpsTime) { |
| | | this.gpsTime = gpsTime; |
| | | } |
| | | } |