Class SetAudioParamCommandInput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yinsuda.v20220527.models.SetAudioParamCommandInput
-
public class SetAudioParamCommandInput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description SetAudioParamCommandInput()SetAudioParamCommandInput(SetAudioParamCommandInput source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Get 音频类型,取值有: Original:原唱 Accompaniment:伴奏voidsetType(String Type)Set 音频类型,取值有: Original:原唱 Accompaniment:伴奏voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
SetAudioParamCommandInput
public SetAudioParamCommandInput()
-
SetAudioParamCommandInput
public SetAudioParamCommandInput(SetAudioParamCommandInput source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-
-