Package com.linecorp.bot.model.response
Class GetNumberOfMessageDeliveriesResponse
- java.lang.Object
-
- com.linecorp.bot.model.response.GetNumberOfMessageDeliveriesResponse
-
public final class GetNumberOfMessageDeliveriesResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetNumberOfMessageDeliveriesResponse.GetNumberOfMessageDeliveriesResponseBuilderstatic classGetNumberOfMessageDeliveriesResponse.StatusA status of current calculation.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetNumberOfMessageDeliveriesResponse.GetNumberOfMessageDeliveriesResponseBuilderbuilder()booleanequals(java.lang.Object o)java.lang.LonggetApiBroadcast()Number of broadcast messages sent with the Send broadcast message Messaging API operation.java.lang.LonggetApiMulticast()Number of multicast messages sent with the Send multicast message Messaging API operation.java.lang.LonggetApiPush()Number of push messages sent with the Send push message Messaging API operation.java.lang.LonggetApiReply()Number of replies sent with the Send reply message Messaging API operation.java.lang.LonggetAutoResponse()Number of auto-response messages sent.java.lang.LonggetBroadcast()Number of push messages sent to all of this LINE official account's friends (broadcast messages).java.lang.LonggetChat()Number of messages sent from LINE Official Account Manager Chat screen.GetNumberOfMessageDeliveriesResponse.StatusgetStatus()Calculation status.java.lang.LonggetTargeting()Number of push messages sent to some of this LINE official account's friends, based on specific attributes (targeted/segmented messages).java.lang.LonggetWelcomeResponse()Number of greeting messages sent.inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
builder
public static GetNumberOfMessageDeliveriesResponse.GetNumberOfMessageDeliveriesResponseBuilder builder()
-
getStatus
public GetNumberOfMessageDeliveriesResponse.Status getStatus()
Calculation status.
-
getBroadcast
public java.lang.Long getBroadcast()
Number of push messages sent to all of this LINE official account's friends (broadcast messages).
-
getTargeting
public java.lang.Long getTargeting()
Number of push messages sent to some of this LINE official account's friends, based on specific attributes (targeted/segmented messages).
-
getAutoResponse
public java.lang.Long getAutoResponse()
Number of auto-response messages sent.
-
getWelcomeResponse
public java.lang.Long getWelcomeResponse()
Number of greeting messages sent.
-
getChat
public java.lang.Long getChat()
Number of messages sent from LINE Official Account Manager Chat screen.
-
getApiBroadcast
public java.lang.Long getApiBroadcast()
Number of broadcast messages sent with the Send broadcast message Messaging API operation.
-
getApiPush
public java.lang.Long getApiPush()
Number of push messages sent with the Send push message Messaging API operation.
-
getApiMulticast
public java.lang.Long getApiMulticast()
Number of multicast messages sent with the Send multicast message Messaging API operation.
-
getApiReply
public java.lang.Long getApiReply()
Number of replies sent with the Send reply message Messaging API operation.
-
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
-
-