Class SetAudioParamCommandInput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.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 String
getDefinition()
Get 规格,取值有: audio/mi:低规格 audio/lo:中规格 audio/hi:高规格String
getType()
Get 音频类型,取值有: Original:原唱 Accompaniment:伴奏void
setDefinition(String Definition)
Set 规格,取值有: audio/mi:低规格 audio/lo:中规格 audio/hi:高规格void
setType(String Type)
Set 音频类型,取值有: Original:原唱 Accompaniment:伴奏void
toMap(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.
-
-
Method Detail
-
getDefinition
public String getDefinition()
Get 规格,取值有:- audio/mi:低规格
- audio/lo:中规格
- audio/hi:高规格
- Returns:
- Definition 规格,取值有:
- audio/mi:低规格
- audio/lo:中规格
- audio/hi:高规格
-
setDefinition
public void setDefinition(String Definition)
Set 规格,取值有:- audio/mi:低规格
- audio/lo:中规格
- audio/hi:高规格
- Parameters:
Definition
- 规格,取值有:- audio/mi:低规格
- audio/lo:中规格
- audio/hi:高规格
-
getType
public String getType()
Get 音频类型,取值有:- Original:原唱
- Accompaniment:伴奏
- Returns:
- Type 音频类型,取值有:
- Original:原唱
- Accompaniment:伴奏
-
setType
public void setType(String Type)
Set 音频类型,取值有:- Original:原唱
- Accompaniment:伴奏
- Parameters:
Type
- 音频类型,取值有:- Original:原唱
- Accompaniment:伴奏
-
-