public class KTVPlaylistBaseInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
KTVPlaylistBaseInfo() |
KTVPlaylistBaseInfo(KTVPlaylistBaseInfo 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 |
getDescription()
Get 歌单介绍
|
Long |
getMusicNum()
Get 歌曲数量
|
String |
getPlaylistId()
Get 歌单Id
|
String |
getTitle()
Get 歌单标题
|
void |
setDescription(String Description)
Set 歌单介绍
|
void |
setMusicNum(Long MusicNum)
Set 歌曲数量
|
void |
setPlaylistId(String PlaylistId)
Set 歌单Id
|
void |
setTitle(String Title)
Set 歌单标题
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public KTVPlaylistBaseInfo()
public KTVPlaylistBaseInfo(KTVPlaylistBaseInfo source)
public String getPlaylistId()
public void setPlaylistId(String PlaylistId)
PlaylistId
- 歌单Idpublic String getTitle()
public void setTitle(String Title)
Title
- 歌单标题public String getDescription()
public void setDescription(String Description)
Description
- 歌单介绍public Long getMusicNum()
public void setMusicNum(Long MusicNum)
MusicNum
- 歌曲数量Copyright © 2024. All rights reserved.