Class AMEMusicBaseInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.yinsuda.v20220527.models.AMEMusicBaseInfo
-
public class AMEMusicBaseInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description AMEMusicBaseInfo()
AMEMusicBaseInfo(AMEMusicBaseInfo 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
getMusicId()
Get 歌曲 Id。String
getName()
Get 歌曲名称。String[]
getSingerSet()
Get 歌手列表。void
setMusicId(String MusicId)
Set 歌曲 Id。void
setName(String Name)
Set 歌曲名称。void
setSingerSet(String[] SingerSet)
Set 歌手列表。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
-
AMEMusicBaseInfo
public AMEMusicBaseInfo()
-
AMEMusicBaseInfo
public AMEMusicBaseInfo(AMEMusicBaseInfo 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
-
getMusicId
public String getMusicId()
Get 歌曲 Id。- Returns:
- MusicId 歌曲 Id。
-
setMusicId
public void setMusicId(String MusicId)
Set 歌曲 Id。- Parameters:
MusicId
- 歌曲 Id。
-
getName
public String getName()
Get 歌曲名称。- Returns:
- Name 歌曲名称。
-
setName
public void setName(String Name)
Set 歌曲名称。- Parameters:
Name
- 歌曲名称。
-
getSingerSet
public String[] getSingerSet()
Get 歌手列表。- Returns:
- SingerSet 歌手列表。
-
setSingerSet
public void setSingerSet(String[] SingerSet)
Set 歌手列表。- Parameters:
SingerSet
- 歌手列表。
-
-