Package com.whatsapp.api.domain.messages
Class Image
java.lang.Object
com.whatsapp.api.domain.messages.Image
The type Image.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Image
public Image()Instantiates a new Image. -
Image
Instantiates a new Image.- Parameters:
id
- the image idlink
- the image 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
-