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