Class Geofencing
java.lang.Object
ch.swisscom.mid.client.rest.model.signresp.Geofencing
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetAccuracy(String accuracy) voidsetCountry(String country) voidsetDeviceConfidence(String deviceConfidence) voidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetLocationConfidence(String locationConfidence) voidsetTimestamp(String timestamp) toString()withAccuracy(String accuracy) withCountry(String country) withDeviceConfidence(String deviceConfidence) withErrorCode(String errorCode) withErrorMessage(String errorMessage) withLocationConfidence(String locationConfidence) withTimestamp(String timestamp)
-
Constructor Details
-
Geofencing
public Geofencing()
-
-
Method Details
-
getAccuracy
-
setAccuracy
-
withAccuracy
-
getCountry
-
setCountry
-
withCountry
-
getDeviceConfidence
-
setDeviceConfidence
-
withDeviceConfidence
-
getLocationConfidence
-
setLocationConfidence
-
withLocationConfidence
-
getTimestamp
-
setTimestamp
-
withTimestamp
-
getErrorCode
-
setErrorCode
-
withErrorCode
-
getErrorMessage
-
setErrorMessage
-
withErrorMessage
-
toString
-