クラス NarrowcastProgressResponse

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

public final class NarrowcastProgressResponse
extends java.lang.Object
Response object of the narrowcast progress API. See document for detail.
  • メソッドの詳細

    • builder

    • getPhase

      The current status.
    • getSuccessCount

      public java.lang.Long getSuccessCount()
      The number of users who successfully received the message. (Not available when phase is waiting)
    • getFailureCount

      public java.lang.Long getFailureCount()
      The number of users who failed to receive the message. (Not available when phase is waiting)
    • getTargetCount

      public java.lang.Long getTargetCount()
      The number of intended recipients of the message. (Not available when phase is waiting)
    • getFailedDescription

      public java.lang.String getFailedDescription()
      The reason why the message failed to be sent. This is only included with a phase property value of failed.
    • getErrorCode

      public java.lang.Long getErrorCode()
      A brief summary of the error.
    • getAcceptedTime

      public java.time.Instant getAcceptedTime()
      Narrowcast message request accepted time in milliseconds.
    • getCompletedTime

      public java.time.Instant getCompletedTime()
      Processing of narrowcast message request completion time in milliseconds. Returned when the phase property is succeeded or failed.
    • 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