public class Button extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
index |
protected List<WhatsAppButtonTemplateParameter> |
parameters |
protected String |
subType |
Constructor and Description |
---|
Button(String subType,
int index,
List<WhatsAppButtonTemplateParameter> parameters) |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
List<WhatsAppButtonTemplateParameter> |
getParameters() |
String |
getSubType() |
void |
setIndex(int index) |
void |
setParameters(List<WhatsAppButtonTemplateParameter> parameters) |
void |
setSubType(String subType) |
protected String subType
protected int index
protected List<WhatsAppButtonTemplateParameter> parameters
public Button(String subType, int index, List<WhatsAppButtonTemplateParameter> parameters)
public String getSubType()
public void setSubType(String subType)
public int getIndex()
public void setIndex(int index)
public List<WhatsAppButtonTemplateParameter> getParameters()
public void setParameters(List<WhatsAppButtonTemplateParameter> parameters)