Class Image

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

public class Image extends Object
The type Image.
  • Constructor Details

    • Image

      public Image()
      Instantiates a new Image.
    • Image

      public Image(String id, String link)
      Instantiates a new Image.
      Parameters:
      id - the image id
      link - the image link
  • Method Details

    • getId

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

      public Image setId(String id)
      Sets id.
      Parameters:
      id - the id
      Returns:
      the id
    • getLink

      public String getLink()
      Gets link.
      Returns:
      the link
    • setLink

      public Image setLink(String link)
      Sets link.
      Parameters:
      link - the link
      Returns:
      the link