-
@JsonClass(generateAdapter = true) public final class DelayBy
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDelayedByTimeprivate final BooleanisDelayedByScrollprivate final DelayBy.DelayTypetypeprivate final Integervalue
-
Method Summary
Modifier and Type Method Description final BooleangetIsDelayedByTime()final BooleangetIsDelayedByScroll()final DelayBy.DelayTypegetType()final IntegergetValue()-
-
Constructor Detail
-
DelayBy
DelayBy(DelayBy.DelayType type, Integer value)
-
-
Method Detail
-
getIsDelayedByTime
final Boolean getIsDelayedByTime()
-
getIsDelayedByScroll
final Boolean getIsDelayedByScroll()
-
getType
final DelayBy.DelayType getType()
-
-
-
-