public class WhatsAppListReplyContent extends WhatsAppInboundMessage
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_TITLE |
SERIALIZED_NAME_CONTEXT, SERIALIZED_NAME_TYPE, type| Constructor and Description |
|---|
WhatsAppListReplyContent() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppListReplyContent |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Description of the selected row.
|
String |
getId()
ID of the selected row.
|
String |
getTitle()
Title of the selected row.
|
int |
hashCode() |
WhatsAppListReplyContent |
id(String id) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setTitle(String title) |
WhatsAppListReplyContent |
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 static final String SERIALIZED_NAME_DESCRIPTION
public WhatsAppListReplyContent id(String id)
public String getId()
public void setId(String id)
public WhatsAppListReplyContent title(String title)
public String getTitle()
public void setTitle(String title)
public WhatsAppListReplyContent description(String description)
public String getDescription()
public void setDescription(String description)
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.