Package com.fifa.connectid.sdk
Class PersonDetailsCacheCleanJobSettings
- java.lang.Object
-
- com.fifa.connectid.sdk.PersonDetailsCacheCleanJobSettings
-
public class PersonDetailsCacheCleanJobSettings extends Object
-
-
Constructor Summary
Constructors Constructor Description PersonDetailsCacheCleanJobSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.joda.time.DurationgetDeleteOlderThan()org.joda.time.DurationgetInterval()voidsetDeleteOlderThan(org.joda.time.Duration deleteOlderThan)voidsetInterval(org.joda.time.Duration interval)
-
-
-
Method Detail
-
getInterval
public org.joda.time.Duration getInterval()
-
getDeleteOlderThan
public org.joda.time.Duration getDeleteOlderThan()
-
setInterval
public void setInterval(org.joda.time.Duration interval)
-
setDeleteOlderThan
public void setDeleteOlderThan(org.joda.time.Duration deleteOlderThan)
-
-