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