public class TextReplaceResponse extends AsposeResponse
| Constructor and Description |
|---|
TextReplaceResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getMatches()
Number of matches
|
int |
hashCode() |
TextReplaceResponse |
matches(java.lang.Integer matches) |
void |
setMatches(java.lang.Integer matches) |
java.lang.String |
toString() |
public TextReplaceResponse matches(java.lang.Integer matches)
public java.lang.Integer getMatches()
public void setMatches(java.lang.Integer matches)
public boolean equals(java.lang.Object o)
equals in class AsposeResponsepublic int hashCode()
hashCode in class AsposeResponsepublic java.lang.String toString()
toString in class AsposeResponse