Class Geofencing

java.lang.Object
ch.swisscom.mid.client.rest.model.signresp.Geofencing

public class Geofencing extends Object
  • Constructor Details

    • Geofencing

      public Geofencing()
  • Method Details

    • 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)
    • toString

      public String toString()
      Overrides:
      toString in class Object