public class WhatsAppInboundImageMessage extends WhatsAppInboundMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CAPTION |
static String |
SERIALIZED_NAME_URL |
SERIALIZED_NAME_CONTEXT, SERIALIZED_NAME_TYPE, type| Constructor and Description |
|---|
WhatsAppInboundImageMessage() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInboundImageMessage |
caption(String caption) |
boolean |
equals(Object o) |
String |
getCaption()
Media Caption.
|
String |
getUrl()
Url for media download.
|
int |
hashCode() |
void |
setCaption(String caption) |
void |
setUrl(String url) |
String |
toString() |
WhatsAppInboundImageMessage |
url(String url) |
context, getContext, getType, setContext, setType, typepublic static final String SERIALIZED_NAME_CAPTION
public static final String SERIALIZED_NAME_URL
public WhatsAppInboundImageMessage caption(String caption)
public String getCaption()
public void setCaption(String caption)
public WhatsAppInboundImageMessage url(String url)
public String getUrl()
public void setUrl(String url)
public boolean equals(Object o)
equals in class WhatsAppInboundMessagepublic int hashCode()
hashCode in class WhatsAppInboundMessagepublic String toString()
toString in class WhatsAppInboundMessageCopyright © 2022. All rights reserved.