Package com.whatsapp.api.domain.messages
Class Row
java.lang.Object
com.whatsapp.api.domain.messages.Row
The type Row.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
The Id. -
title
The Title. -
description
The Description.
-
-
Constructor Details
-
Row
public Row()
-
-
Method Details
-
getId
Gets id.- Returns:
- the id
-
setId
Sets id.- Parameters:
id
- the id- Returns:
- the id
-
getTitle
Gets title.- Returns:
- the title
-
setTitle
Sets title.- Parameters:
title
- the title- Returns:
- the title
-
getDescription
Gets description.- Returns:
- the description
-
setDescription
Sets description.- Parameters:
description
- the description- Returns:
- the description
-