public class MetadataResult extends GenericModel
Constructor and Description |
---|
MetadataResult() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Author> |
getAuthors()
Gets the authors.
|
java.lang.String |
getPublicationDate()
Gets the publicationDate.
|
java.lang.String |
getTitle()
Gets the title.
|
void |
setAuthors(java.util.List<Author> authors)
Sets the authors.
|
void |
setPublicationDate(java.lang.String publicationDate)
Sets the publicationDate.
|
void |
setTitle(java.lang.String title)
Sets the title.
|
equals, hashCode, toString
public java.util.List<Author> getAuthors()
public java.lang.String getPublicationDate()
public java.lang.String getTitle()
public void setAuthors(java.util.List<Author> authors)
authors
- the new authorspublic void setPublicationDate(java.lang.String publicationDate)
publicationDate
- the new publicationDatepublic void setTitle(java.lang.String title)
title
- the new title