public class AudioSelectorInfo extends AbstractModel
| Constructor and Description | 
|---|
| AudioSelectorInfo() | 
| Modifier and Type | Method and Description | 
|---|---|
| AudioPidSelectionInfo | getAudioPidSelection()Get Audio `Pid` selection. | 
| String | getName()Get Audio name, which can contain 1-32 letters, digits, and underscores. | 
| void | setAudioPidSelection(AudioPidSelectionInfo AudioPidSelection)Set Audio `Pid` selection. | 
| void | setName(String Name)Set Audio name, which can contain 1-32 letters, digits, and underscores. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic String getName()
public void setName(String Name)
Name - Audio name, which can contain 1-32 letters, digits, and underscores.public AudioPidSelectionInfo getAudioPidSelection()
public void setAudioPidSelection(AudioPidSelectionInfo AudioPidSelection)
AudioPidSelection - Audio `Pid` selection.Copyright © 2021. All rights reserved.