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