public final class AmlMessage extends Object
| Constructor and Description |
|---|
AmlMessage(Integer version,
Double latitude,
Double longitude,
Double radiusMeters,
String imsi,
String imei,
java.time.Instant timeOfPositioning,
Integer levelOfConfidence,
PositioningMethod positionMethod,
String mcc,
String mnc,
Integer length) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getImei() |
String |
getImsi() |
Double |
getLatitude() |
Integer |
getLength() |
Integer |
getLevelOfConfidence() |
Double |
getLongitude() |
String |
getMcc() |
String |
getMnc() |
PositioningMethod |
getPositionMethod() |
Double |
getRadiusMeters() |
java.time.Instant |
getTimeOfPositioning() |
Integer |
getVersion() |
int |
hashCode() |
String |
toString() |
public Integer getVersion()
public Double getLatitude()
public Double getLongitude()
public Double getRadiusMeters()
public String getImsi()
public String getImei()
public java.time.Instant getTimeOfPositioning()
public Integer getLevelOfConfidence()
public PositioningMethod getPositionMethod()
public String getMcc()
public String getMnc()
public Integer getLength()
Copyright © 2017. All rights reserved.