Class NarrowcastProgressResponse


  • public final class NarrowcastProgressResponse
    extends java.lang.Object
    Response object of the narrowcast progress API. See document for detail.
    • Method Detail

      • 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.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object