クラス GetNumberOfMessageDeliveriesResponse

java.lang.Object
com.linecorp.bot.model.response.GetNumberOfMessageDeliveriesResponse

public final class GetNumberOfMessageDeliveriesResponse
extends java.lang.Object
  • メソッドの詳細

    • builder

    • 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)
      オーバーライド:
      equals クラス内 java.lang.Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 java.lang.Object
    • toString

      public java.lang.String toString()
      オーバーライド:
      toString クラス内 java.lang.Object