public class WhatsAppSeenResult extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_RESULTS |
| Constructor and Description |
|---|
WhatsAppSeenResult() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppSeenResult |
addResultsItem(WhatsAppSeenReport resultsItem) |
boolean |
equals(Object o) |
List<WhatsAppSeenReport> |
getResults()
Collection of reports, one per every message.
|
int |
hashCode() |
WhatsAppSeenResult |
results(List<WhatsAppSeenReport> results) |
void |
setResults(List<WhatsAppSeenReport> results) |
String |
toString() |
public static final String SERIALIZED_NAME_RESULTS
public WhatsAppSeenResult results(List<WhatsAppSeenReport> results)
public WhatsAppSeenResult addResultsItem(WhatsAppSeenReport resultsItem)
public List<WhatsAppSeenReport> getResults()
public void setResults(List<WhatsAppSeenReport> results)
Copyright © 2022. All rights reserved.