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