Package com.linecorp.bot.model.response
Class MessageQuotaResponse
- java.lang.Object
-
- com.linecorp.bot.model.response.MessageQuotaResponse
-
public final class MessageQuotaResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMessageQuotaResponse.MessageQuotaResponseBuilderstatic classMessageQuotaResponse.QuotaType
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MessageQuotaResponse.MessageQuotaResponseBuilderbuilder()booleanequals(java.lang.Object o)MessageQuotaResponse.QuotaTypegetType()Indicates whether a target limit is set or not.longgetValue()The target limit for additional messages in the current month.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static MessageQuotaResponse.MessageQuotaResponseBuilder builder()
-
getType
public MessageQuotaResponse.QuotaType getType()
Indicates whether a target limit is set or not.
-
getValue
public long getValue()
The target limit for additional messages in the current month. This property is set when the type property has a value of limited.
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-