public class Document extends GenericModel
DocumentConversion| Constructor and Description |
|---|
Document() |
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
Returns the id of the document.
|
List<Link> |
getLinks()
Returns the links to the document.
|
String |
getMediaType()
Returns the media type of the document.
|
String |
getName()
Returns the name of the document.
|
void |
setId(String id)
Sets the id of the document.
|
void |
setLinks(List<Link> links)
Sets the links to the document.
|
void |
setMediaType(String mediaType)
Sets the media type of the document.
|
void |
setName(String name)
Sets the name of the document.
|
equals, hashCode, toStringpublic String getId()
public void setId(String id)
id - the new idpublic String getName()
public void setName(String name)
name - the new namepublic void setLinks(List<Link> links)
links - the new linkspublic String getMediaType()
public void setMediaType(String mediaType)
mediaType - the new media typeCopyright © 2015. All rights reserved.