public static class WhatsAppInteractiveMessageDto.ButtonOrSectionRow extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
id |
protected String |
title |
| Constructor and Description |
|---|
ButtonOrSectionRow() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getId() |
String |
getTitle() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setTitle(String title) |