Package ch.swisscom.mid.client.model
Class GeofencingAdditionalServiceResponse
java.lang.Object
ch.swisscom.mid.client.model.AdditionalServiceResponse
ch.swisscom.mid.client.model.GeofencingAdditionalServiceResponse
public class GeofencingAdditionalServiceResponse extends AdditionalServiceResponse
The information returned when the Geofencing additional service is requested to Mobile ID.
-
Constructor Summary
Constructors Constructor Description GeofencingAdditionalServiceResponse() -
Method Summary
Modifier and Type Method Description intgetAccuracy()StringgetCountry()StringgetDeviceConfidence()GeofencingErrorCodegetErrorCode()StringgetErrorMessage()StringgetLocationConfidence()StringgetTimestamp()voidsetAccuracy(int accuracy)voidsetCountry(String country)voidsetDeviceConfidence(String deviceConfidence)voidsetErrorCode(GeofencingErrorCode errorCode)voidsetErrorMessage(String errorMessage)voidsetLocationConfidence(String locationConfidence)voidsetTimestamp(String timestamp)StringtoString()
-
Constructor Details
-
GeofencingAdditionalServiceResponse
public GeofencingAdditionalServiceResponse()
-
-
Method Details
-
getCountry
-
setCountry
-
getAccuracy
public int getAccuracy() -
setAccuracy
public void setAccuracy(int accuracy) -
getTimestamp
-
setTimestamp
-
getDeviceConfidence
-
setDeviceConfidence
-
getLocationConfidence
-
setLocationConfidence
-
getErrorCode
-
setErrorCode
-
getErrorMessage
-
setErrorMessage
-
toString
- Overrides:
toStringin classAdditionalServiceResponse
-