Class GeofencingAdditionalService

java.lang.Object
ch.swisscom.mid.client.model.AdditionalService
ch.swisscom.mid.client.model.GeofencingAdditionalService

public class GeofencingAdditionalService extends AdditionalService
Specific class to use when requesting the Geofencing additional service to Mobile ID. Please also see the GeofencingAdditionalServiceResponse class for the content that is returned from Mobile ID when this additional service is requested.
  • Constructor Details

    • GeofencingAdditionalService

      public GeofencingAdditionalService()
  • Method Details

    • getCountryWhiteList

      public List<String> getCountryWhiteList()
    • setCountryWhiteList

      public void setCountryWhiteList(List<String> countryWhiteList)
    • getCountryBlackList

      public List<String> getCountryBlackList()
    • setCountryBlackList

      public void setCountryBlackList(List<String> countryBlackList)
    • getMinDeviceConfidence

      public String getMinDeviceConfidence()
    • setMinDeviceConfidence

      public void setMinDeviceConfidence(String minDeviceConfidence)
    • getMinLocationConfidence

      public String getMinLocationConfidence()
    • setMinLocationConfidence

      public void setMinLocationConfidence(String minLocationConfidence)
    • getMaxTimestampMinutes

      public String getMaxTimestampMinutes()
    • setMaxTimestampMinutes

      public void setMaxTimestampMinutes(String maxTimestampMinutes)
    • getMaxAccuracyMeters

      public String getMaxAccuracyMeters()
    • setMaxAccuracyMeters

      public void setMaxAccuracyMeters(String maxAccuracyMeters)
    • isDefined

      public boolean isDefined()