Package com.whatsapp.api.domain.messages
Class Video
java.lang.Object
com.whatsapp.api.domain.messages.Video
The type Video.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Video
public Video()Instantiates a new Video. -
Video
Instantiates a new Video.- Parameters:
id
- the idlink
- the link
-
-
Method Details
-
getId
Gets id.- Returns:
- the id
-
setId
Sets id.- Parameters:
id
- the id- Returns:
- the id
-
getLink
Gets link.- Returns:
- the link
-
setLink
Sets link.- Parameters:
link
- the link- Returns:
- the link
-