Package ch.swisscom.mid.client.model
Class GeofencingAdditionalServiceResponse
java.lang.Object
ch.swisscom.mid.client.model.AdditionalServiceResponse
ch.swisscom.mid.client.model.GeofencingAdditionalServiceResponse
The information returned when the Geofencing additional service is requested to Mobile ID.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetAccuracy(int accuracy) voidsetCountry(String country) voidsetDeviceConfidence(String deviceConfidence) voidsetErrorCode(GeofencingErrorCode errorCode) voidsetErrorMessage(String errorMessage) voidsetLocationConfidence(String locationConfidence) voidsetTimestamp(String timestamp) toString()Methods inherited from class ch.swisscom.mid.client.model.AdditionalServiceResponse
getUri
-
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
-