|
|
|
@ -28,15 +28,15 @@ public class TerminalStatus implements Serializable {
|
|
|
|
|
|
|
|
|
|
private Integer gpsStatus;
|
|
|
|
|
|
|
|
|
|
private Byte connectionState;
|
|
|
|
|
private Integer connectionState;
|
|
|
|
|
|
|
|
|
|
private Byte signalStrength4g;
|
|
|
|
|
private Integer signalStrength4g;
|
|
|
|
|
|
|
|
|
|
private Byte signalStrength2g;
|
|
|
|
|
private Integer signalStrength2g;
|
|
|
|
|
|
|
|
|
|
private Byte remainingRam;
|
|
|
|
|
private Integer remainingRam;
|
|
|
|
|
|
|
|
|
|
private Byte remainingRom;
|
|
|
|
|
private Integer remainingRom;
|
|
|
|
|
|
|
|
|
|
private BigInteger bootTime;
|
|
|
|
|
|
|
|
|
|