public class AudioListing
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description | 
|---|---|
| static interface  | AudioListing.Status**For an audio-type resource,** the status of the resource:
 * `ok`: The service successfully analyzed the audio data. | 
| Constructor and Description | 
|---|
| AudioListing() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.util.List<AudioResource> | getAudio()Gets the audio. | 
| AudioResource | getContainer()Gets the container. | 
| AudioDetails | getDetails()Gets the details. | 
| java.lang.Long | getDuration()Gets the duration. | 
| java.lang.String | getName()Gets the name. | 
| java.lang.String | getStatus()Gets the status. | 
public java.lang.Long getDuration()
public java.lang.String getName()
public AudioDetails getDetails()
public java.lang.String getStatus()
public AudioResource getContainer()
public java.util.List<AudioResource> getAudio()