-
public final class ResumeConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerretentionDaysprivate final LongminimumWatchTimeprivate final FloatresumeThresholdprivate final FloatnearEndThresholdprivate final BooleanenableAutoSaveprivate final LongsaveInterval
-
Method Summary
Modifier and Type Method Description final IntegergetRetentionDays()final LonggetMinimumWatchTime()final FloatgetResumeThreshold()final FloatgetNearEndThreshold()final BooleangetEnableAutoSave()final LonggetSaveInterval()-
-
Method Detail
-
getRetentionDays
final Integer getRetentionDays()
-
getMinimumWatchTime
final Long getMinimumWatchTime()
-
getResumeThreshold
final Float getResumeThreshold()
-
getNearEndThreshold
final Float getNearEndThreshold()
-
getEnableAutoSave
final Boolean getEnableAutoSave()
-
getSaveInterval
final Long getSaveInterval()
-
-
-
-