public class HighlightAnnotationsResponse extends AsposeResponse
| Constructor and Description |
|---|
HighlightAnnotationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
HighlightAnnotationsResponse |
annotations(HighlightAnnotations annotations) |
boolean |
equals(java.lang.Object o) |
HighlightAnnotations |
getAnnotations()
Highlight annotations object
|
int |
hashCode() |
void |
setAnnotations(HighlightAnnotations annotations) |
java.lang.String |
toString() |
public HighlightAnnotationsResponse annotations(HighlightAnnotations annotations)
public HighlightAnnotations getAnnotations()
public void setAnnotations(HighlightAnnotations annotations)
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