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