Class DescribeLyricRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.DescribeLyricRequest
-
public class DescribeLyricRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeLyricRequest()DescribeLyricRequest(DescribeLyricRequest 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 StringgetItemId()Get 歌曲IDStringgetSubItemType()Get 格式,可选项,可不填写,默认值为:LRC-LRC。 LRC-LRC:歌词; JSON-ST:波形图。voidsetItemId(String ItemId)Set 歌曲IDvoidsetSubItemType(String SubItemType)Set 格式,可选项,可不填写,默认值为:LRC-LRC。 LRC-LRC:歌词; JSON-ST:波形图。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
-
DescribeLyricRequest
public DescribeLyricRequest()
-
DescribeLyricRequest
public DescribeLyricRequest(DescribeLyricRequest 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
-
getItemId
public String getItemId()
Get 歌曲ID- Returns:
- ItemId 歌曲ID
-
setItemId
public void setItemId(String ItemId)
Set 歌曲ID- Parameters:
ItemId- 歌曲ID
-
getSubItemType
public String getSubItemType()
Get 格式,可选项,可不填写,默认值为:LRC-LRC。- LRC-LRC:歌词;
- JSON-ST:波形图。
- Returns:
- SubItemType 格式,可选项,可不填写,默认值为:LRC-LRC。
- LRC-LRC:歌词;
- JSON-ST:波形图。
-
setSubItemType
public void setSubItemType(String SubItemType)
Set 格式,可选项,可不填写,默认值为:LRC-LRC。- LRC-LRC:歌词;
- JSON-ST:波形图。
- Parameters:
SubItemType- 格式,可选项,可不填写,默认值为:LRC-LRC。- LRC-LRC:歌词;
- JSON-ST:波形图。
-
-