Class Video

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

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

    • Video

      public Video()
      Instantiates a new Video.
    • Video

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

    • getId

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

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

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

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