java.lang.Object
com.whatsapp.api.domain.messages.Row

public class Row extends Object
The type Row.
  • Field Details

    • id

      public String id
      The Id.
    • title

      public String title
      The Title.
    • description

      public String description
      The Description.
  • Constructor Details

    • Row

      public Row()
  • Method Details

    • getId

      public String getId()
      Gets id.
      Returns:
      the id
    • setId

      public Row setId(String id)
      Sets id.
      Parameters:
      id - the id
      Returns:
      the id
    • getTitle

      public String getTitle()
      Gets title.
      Returns:
      the title
    • setTitle

      public Row setTitle(String title)
      Sets title.
      Parameters:
      title - the title
      Returns:
      the title
    • getDescription

      public String getDescription()
      Gets description.
      Returns:
      the description
    • setDescription

      public Row setDescription(String description)
      Sets description.
      Parameters:
      description - the description
      Returns:
      the description