Class KTVMusicBaseInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.KTVMusicBaseInfo
-
public class KTVMusicBaseInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description KTVMusicBaseInfo()
KTVMusicBaseInfo(KTVMusicBaseInfo 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[]
getComposerSet()
Get 作曲者列表Long
getDuration()
Get 歌曲时长String[]
getLyricistSet()
Get 作词者列表String
getMusicId()
Get 歌曲 IdString
getName()
Get 歌曲名称KTVSingerBaseInfo[]
getSingerInfoSet()
Get 演唱者基础信息列表String[]
getSingerSet()
Get 已弃用,请使用SingerInfoSetString[]
getTagSet()
Get 标签列表void
setComposerSet(String[] ComposerSet)
Set 作曲者列表void
setDuration(Long Duration)
Set 歌曲时长void
setLyricistSet(String[] LyricistSet)
Set 作词者列表void
setMusicId(String MusicId)
Set 歌曲 Idvoid
setName(String Name)
Set 歌曲名称void
setSingerInfoSet(KTVSingerBaseInfo[] SingerInfoSet)
Set 演唱者基础信息列表void
setSingerSet(String[] SingerSet)
Set 已弃用,请使用SingerInfoSetvoid
setTagSet(String[] TagSet)
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
-
KTVMusicBaseInfo
public KTVMusicBaseInfo()
-
KTVMusicBaseInfo
public KTVMusicBaseInfo(KTVMusicBaseInfo 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
- 歌曲名称
-
getSingerInfoSet
public KTVSingerBaseInfo[] getSingerInfoSet()
Get 演唱者基础信息列表- Returns:
- SingerInfoSet 演唱者基础信息列表
-
setSingerInfoSet
public void setSingerInfoSet(KTVSingerBaseInfo[] SingerInfoSet)
Set 演唱者基础信息列表- Parameters:
SingerInfoSet
- 演唱者基础信息列表
-
getSingerSet
public String[] getSingerSet()
Get 已弃用,请使用SingerInfoSet- Returns:
- SingerSet 已弃用,请使用SingerInfoSet
-
setSingerSet
public void setSingerSet(String[] SingerSet)
Set 已弃用,请使用SingerInfoSet- Parameters:
SingerSet
- 已弃用,请使用SingerInfoSet
-
getLyricistSet
public String[] getLyricistSet()
Get 作词者列表- Returns:
- LyricistSet 作词者列表
-
setLyricistSet
public void setLyricistSet(String[] LyricistSet)
Set 作词者列表- Parameters:
LyricistSet
- 作词者列表
-
getComposerSet
public String[] getComposerSet()
Get 作曲者列表- Returns:
- ComposerSet 作曲者列表
-
setComposerSet
public void setComposerSet(String[] ComposerSet)
Set 作曲者列表- Parameters:
ComposerSet
- 作曲者列表
-
getTagSet
public String[] getTagSet()
Get 标签列表- Returns:
- TagSet 标签列表
-
setTagSet
public void setTagSet(String[] TagSet)
Set 标签列表- Parameters:
TagSet
- 标签列表
-
getDuration
public Long getDuration()
Get 歌曲时长- Returns:
- Duration 歌曲时长
-
setDuration
public void setDuration(Long Duration)
Set 歌曲时长- Parameters:
Duration
- 歌曲时长
-
-