public class InkAnnotationResponse extends AsposeResponse
| Constructor and Description |
|---|
InkAnnotationResponse() |
| Modifier and Type | Method and Description |
|---|---|
InkAnnotationResponse |
annotation(InkAnnotation annotation) |
boolean |
equals(java.lang.Object o) |
InkAnnotation |
getAnnotation()
Ink annotation object
|
int |
hashCode() |
void |
setAnnotation(InkAnnotation annotation) |
java.lang.String |
toString() |
public InkAnnotationResponse annotation(InkAnnotation annotation)
public InkAnnotation getAnnotation()
public void setAnnotation(InkAnnotation annotation)
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