优化级联平台GPS订阅
This commit is contained in:
@@ -37,6 +37,8 @@ public class GPSMsgInfo {
|
||||
*/
|
||||
private String altitude;
|
||||
|
||||
private boolean stored;
|
||||
|
||||
|
||||
public String getId() {
|
||||
return id;
|
||||
@@ -93,4 +95,12 @@ public class GPSMsgInfo {
|
||||
public void setAltitude(String altitude) {
|
||||
this.altitude = altitude;
|
||||
}
|
||||
|
||||
public boolean isStored() {
|
||||
return stored;
|
||||
}
|
||||
|
||||
public void setStored(boolean stored) {
|
||||
this.stored = stored;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user