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