-
- All Implemented Interfaces:
-
android.os.Parcelable
public final class CheckPoint implements Parcelable
-
-
Field Summary
Fields Modifier and Type Field Description private final IntegerviewProgressprivate final CheckpointViewTypecheckpointTypeprivate final BooleanisCompletedprivate final StringcheckpointIdprivate final StringeventTypeprivate final Stringnameprivate final Stringtitleprivate final Stringsubtitleprivate final Stringdescriptionprivate final StringiconUrlprivate final Stringtypeprivate final DoubletargetValueprivate final DoublecurrentValueprivate final LongcoinRewardAmountprivate final LongcoinUpToAmountprivate final BooleanisBlockedprivate final StringblockedReasonTextprivate final StringblockageTypeprivate final BooleanisCountBasedprivate final DoublecurrentCountprivate final DoubletargetCount
-
Constructor Summary
Constructors Constructor Description CheckPoint(String checkpointId, String eventType, String name, String title, String subtitle, String description, String iconUrl, String type, Double targetValue, Double currentValue, Long coinRewardAmount, Long coinUpToAmount, Boolean isBlocked, String blockedReasonText, String blockageType, Boolean isCountBased, Double currentCount, Double targetCount)
-
Method Summary
Modifier and Type Method Description final IntegergetViewProgress()final CheckpointViewTypegetCheckpointType()final BooleangetIsCompleted()final StringgetCheckpointId()final StringgetEventType()final StringgetName()final StringgetTitle()final StringgetSubtitle()final StringgetDescription()final StringgetIconUrl()final StringgetType()final DoublegetTargetValue()final DoublegetCurrentValue()final LonggetCoinRewardAmount()final LonggetCoinUpToAmount()final BooleangetIsBlocked()final StringgetBlockedReasonText()final StringgetBlockageType()final BooleangetIsCountBased()final DoublegetCurrentCount()final DoublegetTargetCount()-
-
Constructor Detail
-
CheckPoint
CheckPoint(String checkpointId, String eventType, String name, String title, String subtitle, String description, String iconUrl, String type, Double targetValue, Double currentValue, Long coinRewardAmount, Long coinUpToAmount, Boolean isBlocked, String blockedReasonText, String blockageType, Boolean isCountBased, Double currentCount, Double targetCount)
-
-
Method Detail
-
getViewProgress
final Integer getViewProgress()
-
getCheckpointType
final CheckpointViewType getCheckpointType()
-
getIsCompleted
final Boolean getIsCompleted()
-
getCheckpointId
final String getCheckpointId()
-
getEventType
final String getEventType()
-
getSubtitle
final String getSubtitle()
-
getDescription
final String getDescription()
-
getIconUrl
final String getIconUrl()
-
getTargetValue
final Double getTargetValue()
-
getCurrentValue
final Double getCurrentValue()
-
getCoinRewardAmount
final Long getCoinRewardAmount()
-
getCoinUpToAmount
final Long getCoinUpToAmount()
-
getIsBlocked
final Boolean getIsBlocked()
-
getBlockedReasonText
final String getBlockedReasonText()
-
getBlockageType
final String getBlockageType()
-
getIsCountBased
final Boolean getIsCountBased()
-
getCurrentCount
final Double getCurrentCount()
-
getTargetCount
final Double getTargetCount()
-
-
-
-