Package com.whatsapp.api.domain.messages
Class Document
java.lang.Object
com.whatsapp.api.domain.messages.Document
The type Document.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Document
Instantiates a new Document.- Parameters:
id
- the idlink
- the linkfileName
- the file name
-
Document
public Document()Instantiates a new Document.
-
-
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
-
getFileName
Gets file name.- Returns:
- the file name
-
setFileName
Sets file name.- Parameters:
fileName
- the file name- Returns:
- the file name
-