Class WhatsAppLocationMessage
-
- All Implemented Interfaces:
public final class WhatsAppLocationMessage extends WhatsAppMessage
-
-
Field Summary
Fields Modifier and Type Field Description private final WhatsAppLocationlocationprivate final Stringidprivate final Stringfromprivate final Stringtimestampprivate final WhatsAppContextcontextprivate final StringgroupIdprivate final WhatsAppMessageTypetype
-
Constructor Summary
Constructors Constructor Description WhatsAppLocationMessage(WhatsAppLocation location, String id, String from, String timestamp, WhatsAppContext context, String groupId)
-
Method Summary
Modifier and Type Method Description final WhatsAppLocationgetLocation()StringgetId()StringgetFrom()StringgetTimestamp()WhatsAppContextgetContext()StringgetGroupId()-
-
Constructor Detail
-
WhatsAppLocationMessage
WhatsAppLocationMessage(WhatsAppLocation location, String id, String from, String timestamp, WhatsAppContext context, String groupId)
-
-
Method Detail
-
getLocation
final WhatsAppLocation getLocation()
-
getTimestamp
String getTimestamp()
-
getContext
WhatsAppContext getContext()
-
getGroupId
String getGroupId()
-
-
-
-