public class WhatsAppButtonReplyContent extends WhatsAppInboundMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_TITLE |
SERIALIZED_NAME_CONTEXT, SERIALIZED_NAME_TYPE, type| Constructor and Description |
|---|
WhatsAppButtonReplyContent() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getId()
Identifier of the selected button.
|
String |
getTitle()
Title of the selected button.
|
int |
hashCode() |
WhatsAppButtonReplyContent |
id(String id) |
void |
setId(String id) |
void |
setTitle(String title) |
WhatsAppButtonReplyContent |
title(String title) |
String |
toString() |
context, getContext, getType, setContext, setType, typepublic static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TITLE
public WhatsAppButtonReplyContent id(String id)
public String getId()
public void setId(String id)
public WhatsAppButtonReplyContent title(String title)
public String getTitle()
public void setTitle(String title)
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.