-
public final class PLYProductPeriod.UNKNOWN extends PLYProductPeriod
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringregexprivate final PLYPeriodUnitunitprivate final IntegernumberOfUnit
-
Constructor Summary
Constructors Constructor Description PLYProductPeriod.UNKNOWN(String regex, PLYPeriodUnit unit, Integer numberOfUnit)
-
Method Summary
Modifier and Type Method Description StringgetRegex()PLYPeriodUnitgetUnit()IntegergetNumberOfUnit()-
Methods inherited from class io.purchasely.models.PLYProductPeriod.UNKNOWN
numberOfDays, numberOfMonths, numberOfQuarters, numberOfWeeks, numberOfYears, toLocale, toLocaleDuration, toString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
PLYProductPeriod.UNKNOWN
PLYProductPeriod.UNKNOWN(String regex, PLYPeriodUnit unit, Integer numberOfUnit)
-
-
Method Detail
-
getUnit
PLYPeriodUnit getUnit()
-
getNumberOfUnit
Integer getNumberOfUnit()
-
-
-
-