-
public final class ExtractedHideOverlayRelatedData
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringidprivate final AnimationTypeoutroAnimationTypeprivate final LongoutroAnimationDuration
-
Constructor Summary
Constructors Constructor Description ExtractedHideOverlayRelatedData(String id, AnimationType outroAnimationType, Long outroAnimationDuration)
-
Method Summary
Modifier and Type Method Description final StringgetId()final AnimationTypegetOutroAnimationType()final LonggetOutroAnimationDuration()-
-
Constructor Detail
-
ExtractedHideOverlayRelatedData
ExtractedHideOverlayRelatedData(String id, AnimationType outroAnimationType, Long outroAnimationDuration)
-
-
Method Detail
-
getOutroAnimationType
final AnimationType getOutroAnimationType()
-
getOutroAnimationDuration
final Long getOutroAnimationDuration()
-
-
-
-