public class WhatsAppSeenReport extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_FROM |
static String |
SERIALIZED_NAME_MESSAGE_ID |
static String |
SERIALIZED_NAME_SEEN_AT |
static String |
SERIALIZED_NAME_SENT_AT |
static String |
SERIALIZED_NAME_TO |
| Constructor and Description |
|---|
WhatsAppSeenReport() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
WhatsAppSeenReport |
from(String from) |
String |
getFrom()
Number which sent the message.
|
String |
getMessageId()
The ID of the sent message.
|
OffsetDateTime |
getSeenAt()
Tells when the message was seen.
|
OffsetDateTime |
getSentAt()
Tells when the message was sent.
|
String |
getTo()
Registered WhatsApp business number.
|
int |
hashCode() |
WhatsAppSeenReport |
messageId(String messageId) |
WhatsAppSeenReport |
seenAt(OffsetDateTime seenAt) |
WhatsAppSeenReport |
sentAt(OffsetDateTime sentAt) |
void |
setFrom(String from) |
void |
setMessageId(String messageId) |
void |
setSeenAt(OffsetDateTime seenAt) |
void |
setSentAt(OffsetDateTime sentAt) |
void |
setTo(String to) |
WhatsAppSeenReport |
to(String to) |
String |
toString() |
public static final String SERIALIZED_NAME_MESSAGE_ID
public static final String SERIALIZED_NAME_FROM
public static final String SERIALIZED_NAME_TO
public static final String SERIALIZED_NAME_SENT_AT
public static final String SERIALIZED_NAME_SEEN_AT
public WhatsAppSeenReport messageId(String messageId)
public String getMessageId()
public void setMessageId(String messageId)
public WhatsAppSeenReport from(String from)
public String getFrom()
public void setFrom(String from)
public WhatsAppSeenReport to(String to)
public String getTo()
public void setTo(String to)
public WhatsAppSeenReport sentAt(OffsetDateTime sentAt)
public OffsetDateTime getSentAt()
public void setSentAt(OffsetDateTime sentAt)
public WhatsAppSeenReport seenAt(OffsetDateTime seenAt)
public OffsetDateTime getSeenAt()
public void setSeenAt(OffsetDateTime seenAt)
Copyright © 2022. All rights reserved.