public class WordCountResponse extends AsposeResponse
Constructor and Description |
---|
WordCountResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
WordCount |
getWordsPerPage()
WordCount with words per page info.
|
int |
hashCode() |
void |
setWordsPerPage(WordCount wordsPerPage) |
java.lang.String |
toString() |
WordCountResponse |
wordsPerPage(WordCount wordsPerPage) |
public WordCountResponse wordsPerPage(WordCount wordsPerPage)
public WordCount getWordsPerPage()
public void setWordsPerPage(WordCount wordsPerPage)
public boolean equals(java.lang.Object o)
equals
in class AsposeResponse
public int hashCode()
hashCode
in class AsposeResponse
public java.lang.String toString()
toString
in class AsposeResponse