public class Documents extends GenericModel
AlchemyDataNews
service.Constructor and Description |
---|
Documents() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Document> |
getDocuments()
Gets the documents.
|
java.lang.String |
getNext()
Gets the next.
|
void |
setDocs(java.util.List<Document> docs)
Sets the docs.
|
void |
setDocuments(java.util.List<Document> documents)
Sets the documents.
|
void |
setNext(java.lang.String next)
Sets the next.
|
equals, hashCode, toString
public java.util.List<Document> getDocuments()
public java.lang.String getNext()
public void setDocs(java.util.List<Document> docs)
docs
- The docspublic void setDocuments(java.util.List<Document> documents)
documents
- the documents to setpublic void setNext(java.lang.String next)
next
- The next