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
All Methods Instance Methods Concrete Methods 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)
-
-
-
Method Detail
-
getAccuracy
public String getAccuracy()
-
setAccuracy
public void setAccuracy(String accuracy)
-
withAccuracy
public Geofencing withAccuracy(String accuracy)
-
getCountry
public String getCountry()
-
setCountry
public void setCountry(String country)
-
withCountry
public Geofencing withCountry(String country)
-
getDeviceConfidence
public String getDeviceConfidence()
-
setDeviceConfidence
public void setDeviceConfidence(String deviceConfidence)
-
withDeviceConfidence
public Geofencing withDeviceConfidence(String deviceConfidence)
-
getLocationConfidence
public String getLocationConfidence()
-
setLocationConfidence
public void setLocationConfidence(String locationConfidence)
-
withLocationConfidence
public Geofencing withLocationConfidence(String locationConfidence)
-
getTimestamp
public String getTimestamp()
-
setTimestamp
public void setTimestamp(String timestamp)
-
withTimestamp
public Geofencing withTimestamp(String timestamp)
-
getErrorCode
public String getErrorCode()
-
setErrorCode
public void setErrorCode(String errorCode)
-
withErrorCode
public Geofencing withErrorCode(String errorCode)
-
getErrorMessage
public String getErrorMessage()
-
setErrorMessage
public void setErrorMessage(String errorMessage)
-
withErrorMessage
public Geofencing withErrorMessage(String errorMessage)
-
-