public class WhatsAppInteractiveRowContent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_DESCRIPTION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_TITLE |
| Constructor and Description |
|---|
WhatsAppInteractiveRowContent() |
| Modifier and Type | Method and Description |
|---|---|
WhatsAppInteractiveRowContent |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Description of the row.
|
String |
getId()
Identifier of the row.
|
String |
getTitle()
Title of the row.
|
int |
hashCode() |
WhatsAppInteractiveRowContent |
id(String id) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setTitle(String title) |
WhatsAppInteractiveRowContent |
title(String title) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_TITLE
public static final String SERIALIZED_NAME_DESCRIPTION
public WhatsAppInteractiveRowContent id(String id)
public String getId()
public void setId(String id)
public WhatsAppInteractiveRowContent title(String title)
public String getTitle()
public void setTitle(String title)
public WhatsAppInteractiveRowContent description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2022. All rights reserved.