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