public class SoundAnnotationsResponse extends AsposeResponse
| Constructor and Description |
|---|
SoundAnnotationsResponse() |
| Modifier and Type | Method and Description |
|---|---|
SoundAnnotationsResponse |
annotations(SoundAnnotations annotations) |
boolean |
equals(java.lang.Object o) |
SoundAnnotations |
getAnnotations()
Sound annotations object
|
int |
hashCode() |
void |
setAnnotations(SoundAnnotations annotations) |
java.lang.String |
toString() |
public SoundAnnotationsResponse annotations(SoundAnnotations annotations)
public SoundAnnotations getAnnotations()
public void setAnnotations(SoundAnnotations annotations)
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