public class AmlData extends Object implements Serializable
| Constructor and Description |
|---|
AmlData(double latitude,
double longitude,
Double radius,
java.time.Instant timestamp,
int confidenceLevel,
PositioningMethod positioningMethod,
String imsi,
String imei,
String mcc,
String mnc) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getConfidenceLevel() |
String |
getImei() |
String |
getImsi() |
double |
getLatitude() |
double |
getLongitude() |
String |
getMcc() |
String |
getMnc() |
PositioningMethod |
getPositioningMethod() |
Double |
getRadius() |
java.time.Instant |
getTimestamp() |
int |
hashCode() |
String |
toString() |
public double getLatitude()
public double getLongitude()
public Double getRadius()
public java.time.Instant getTimestamp()
public int getConfidenceLevel()
public PositioningMethod getPositioningMethod()
public String getImsi()
public String getImei()
public String getMcc()
public String getMnc()
Copyright © 2018. All rights reserved.