public final class DocumentWordCountRequest extends AbstractRequest
Constructor and Description |
---|
DocumentWordCountRequest()
Instantiates a new document word count request.
|
Modifier and Type | Method and Description |
---|---|
String |
getDocumentId()
Gets the document content.
|
int |
getMaxResults()
Gets the max results.
|
String |
getSessionId()
Gets the session id.
|
void |
setDocumentId(String documentId)
Sets the document content.
|
void |
setMaxResults(int maxResults)
Sets the max results.
|
void |
setSessionId(String sessionId)
Sets the session id.
|
equals, hashCode, toString
public DocumentWordCountRequest()
public String getSessionId()
public void setSessionId(String sessionId)
sessionId
- the new session idpublic int getMaxResults()
public void setMaxResults(int maxResults)
maxResults
- the new max resultspublic String getDocumentId()
public void setDocumentId(String documentId)
documentId
- the new document contentCopyright © 2010–2017 www.hack23.com. All rights reserved.