Class Geofencing
java.lang.Object
ch.swisscom.mid.client.rest.model.signresp.Geofencing
public class Geofencing extends Object
-
Constructor Summary
Constructors Constructor Description Geofencing() -
Method Summary
Modifier and Type Method Description StringgetAccuracy()StringgetCountry()StringgetDeviceConfidence()StringgetErrorCode()StringgetErrorMessage()StringgetLocationConfidence()StringgetTimestamp()voidsetAccuracy(String accuracy)voidsetCountry(String country)voidsetDeviceConfidence(String deviceConfidence)voidsetErrorCode(String errorCode)voidsetErrorMessage(String errorMessage)voidsetLocationConfidence(String locationConfidence)voidsetTimestamp(String timestamp)StringtoString()GeofencingwithAccuracy(String accuracy)GeofencingwithCountry(String country)GeofencingwithDeviceConfidence(String deviceConfidence)GeofencingwithErrorCode(String errorCode)GeofencingwithErrorMessage(String errorMessage)GeofencingwithLocationConfidence(String locationConfidence)GeofencingwithTimestamp(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
-