public static final class MessageDeliveryReceipts.Received extends MessageDeliveryReceipts
The implementation of the <received/> element in the urn:xmpp:receipts namespace.
This class is immutable.
MessageDeliveryReceipts.Received, MessageDeliveryReceipts.Request| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
id |
NAMESPACE, REQUEST| Constructor and Description |
|---|
Received(java.lang.String id)
Create the
<received/> element. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
Gets the message id of the received message.
|
java.lang.String |
toString() |
Copyright © 2014–2019 XMPP.rocks. All rights reserved.