Package tv.mycujoo.mclsplayercore.model
Class PointOfInterest
-
- All Implemented Interfaces:
public final class PointOfInterest
-
-
Field Summary
Fields Modifier and Type Field Description private final Longoffsetprivate final LongseekOffsetprivate final Stringtitleprivate final PointOfInterestTypepoiType
-
Constructor Summary
Constructors Constructor Description PointOfInterest(Long offset, Long seekOffset, String title, PointOfInterestType poiType)
-
Method Summary
Modifier and Type Method Description final LonggetOffset()final LonggetSeekOffset()final StringgetTitle()final PointOfInterestTypegetPoiType()-
-
Constructor Detail
-
PointOfInterest
PointOfInterest(Long offset, Long seekOffset, String title, PointOfInterestType poiType)
-
-
Method Detail
-
getSeekOffset
final Long getSeekOffset()
-
getPoiType
final PointOfInterestType getPoiType()
-
-
-
-