-
@JsonClass(generateAdapter = true) public final class DelayBy
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumDelayBy.DelayType
-
Field Summary
Fields Modifier and Type Field Description private final BooleanisDelayedByTimeprivate final BooleanisDelayedByScrollpublic final DelayBy.DelayTypetypepublic final Integervalue
-
Constructor Summary
Constructors Constructor Description DelayBy(DelayBy.DelayType type, Integer value)
-
Method Summary
Modifier and Type Method Description final BooleangetIsDelayedByTime()final BooleangetIsDelayedByScroll()-
-
Constructor Detail
-
DelayBy
DelayBy(DelayBy.DelayType type, Integer value)
-
-
Method Detail
-
getIsDelayedByTime
final Boolean getIsDelayedByTime()
-
getIsDelayedByScroll
final Boolean getIsDelayedByScroll()
-
-
-
-