-
public final class Settings.ScanPeriods
-
-
Field Summary
Fields Modifier and Type Field Description private final LongforegroundScanPeriodMillisprivate final LongforegroundBetweenScanPeriodMillisprivate final LongbackgroundScanPeriodMillisprivate final LongbackgroundBetweenScanPeriodMillis
-
Constructor Summary
Constructors Constructor Description Settings.ScanPeriods(Long foregroundScanPeriodMillis, Long foregroundBetweenScanPeriodMillis, Long backgroundScanPeriodMillis, Long backgroundBetweenScanPeriodMillis)
-
Method Summary
Modifier and Type Method Description final LonggetForegroundScanPeriodMillis()final LonggetForegroundBetweenScanPeriodMillis()final LonggetBackgroundScanPeriodMillis()final LonggetBackgroundBetweenScanPeriodMillis()-
-
Method Detail
-
getForegroundScanPeriodMillis
final Long getForegroundScanPeriodMillis()
-
getForegroundBetweenScanPeriodMillis
final Long getForegroundBetweenScanPeriodMillis()
-
getBackgroundScanPeriodMillis
final Long getBackgroundScanPeriodMillis()
-
getBackgroundBetweenScanPeriodMillis
final Long getBackgroundBetweenScanPeriodMillis()
-
-
-
-