Class RedeliveryRecipient

  • All Implemented Interfaces:
    Recipient

    public final class RedeliveryRecipient
    extends java.lang.Object
    implements Recipient
    By setting the request ID (X-Line-Request-Id) obtained when the narrowcast message was delivered to the requestId property, you can specify the users who received the narrowcast message as the target.
    See Also:
    Redelivery object
    • Method Detail

      • getType

        public java.lang.String getType()
        Specified by:
        getType in interface Recipient
      • getRequestId

        public java.lang.String getRequestId()
      • 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