public class DescribeLyricRequest extends AbstractModel
skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getItemId()
Get 歌曲ID
|
String |
getSubItemType()
Get 格式,可选项,可不填写,默认值为:LRC-LRC。
LRC-LRC:歌词;
JSON-ST:波形图。
|
void |
setItemId(String ItemId)
Set 歌曲ID
|
void |
setSubItemType(String SubItemType)
Set 格式,可选项,可不填写,默认值为:LRC-LRC。
LRC-LRC:歌词;
JSON-ST:波形图。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeLyricRequest()
public DescribeLyricRequest(DescribeLyricRequest source)
public String getItemId()
public void setItemId(String ItemId)
ItemId
- 歌曲IDpublic String getSubItemType()
public void setSubItemType(String SubItemType)
SubItemType
- 格式,可选项,可不填写,默认值为:LRC-LRC。
Copyright © 2023. All rights reserved.