Class SubscriptionPeriod.UnknownValue
- java.lang.Object
-
- com.linecorp.bot.model.response.demographics.SubscriptionPeriod.UnknownValue
-
- All Implemented Interfaces:
SubscriptionPeriod
- Enclosing interface:
- SubscriptionPeriod
public static final class SubscriptionPeriod.UnknownValue extends java.lang.Object implements SubscriptionPeriod
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.linecorp.bot.model.response.demographics.SubscriptionPeriod
SubscriptionPeriod.UnknownValue, SubscriptionPeriod.WellKnownValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)java.lang.StringgetJsonRawValue()java.util.OptionalIntgetWithin()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getWithin
public java.util.OptionalInt getWithin()
- Specified by:
getWithinin interfaceSubscriptionPeriod
-
getJsonRawValue
public java.lang.String getJsonRawValue()
- Specified by:
getJsonRawValuein interfaceSubscriptionPeriod
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-