
public final class DocumentWordCountResponse extends AbstractResponse
ServiceResponse.ServiceResult| Constructor and Description |
|---|
DocumentWordCountResponse(ServiceResponse.ServiceResult result)
Instantiates a new document word count response.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,Integer> |
getWordCountMap()
Gets the word count map.
|
void |
setWordCountMap(Map<String,Integer> wordCountMap)
Sets the word count map.
|
equals, getResult, hashCode, toStringpublic DocumentWordCountResponse(ServiceResponse.ServiceResult result)
result - the resultCopyright © 2010–2017 www.hack23.com. All rights reserved.