public class DeliveredMessage extends Object implements Serializable
| Constructor and Description |
|---|
DeliveredMessage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getMids()
Gets the
mids. |
String |
getSeq()
Gets the
seq. |
Calendar |
getWatermark()
Gets the
watermark. |
int |
hashCode() |
void |
setMids(List<String> mids)
Sets the
mids. |
void |
setSeq(String seq)
Sets the
seq. |
void |
setWatermark(Calendar watermark)
Sets the
watermark. |
String |
toString() |
Copyright © 2017 BotMill. All rights reserved.