public final class AmlMessage extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AmlMessage.PositioningMethod |
| Constructor and Description |
|---|
AmlMessage(Integer version,
Double latitude,
Double longitude,
Double radiusMeters,
String imsi,
String imei,
java.time.Instant timeOfPositioning,
Integer levelOfConfidence,
AmlMessage.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() |
AmlMessage.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 AmlMessage.PositioningMethod getPositionMethod()
public String getMcc()
public String getMnc()
public Integer getLength()
Copyright © 2017. All rights reserved.