public class DescribeCloudMusicRequest extends AbstractModel
Constructor and Description |
---|
DescribeCloudMusicRequest() |
DescribeCloudMusicRequest(DescribeCloudMusicRequest 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 |
getMusicId()
Get 歌曲Id
|
String |
getMusicType()
Get 歌曲类型,可选值有:
MP3-128K-FTW:含有水印的试听资源;
MP3-320K-FTD-P:320kbps歌曲热门片段;
MP3-320K-FTD:320kbps已核验歌曲完整资源。
默认为:MP3-128K-FTW
|
void |
setMusicId(String MusicId)
Set 歌曲Id
|
void |
setMusicType(String MusicType)
Set 歌曲类型,可选值有:
MP3-128K-FTW:含有水印的试听资源;
MP3-320K-FTD-P:320kbps歌曲热门片段;
MP3-320K-FTD:320kbps已核验歌曲完整资源。
默认为:MP3-128K-FTW
|
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, toJsonString
public DescribeCloudMusicRequest()
public DescribeCloudMusicRequest(DescribeCloudMusicRequest source)
public String getMusicId()
public void setMusicId(String MusicId)
MusicId
- 歌曲Idpublic String getMusicType()
public void setMusicType(String MusicType)
MusicType
- 歌曲类型,可选值有:
Copyright © 2021. All rights reserved.