public class SongExt extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| SongExt() | 
| SongExt(SongExt 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 | 
|---|---|
| Long | getSongId()Get 歌曲id | 
| String | getSongMid()Get 歌曲mid | 
| Long | getVip()Get 歌曲是否为vip。1:vip歌曲; 0:普通歌曲。 | 
| void | setSongId(Long SongId)Set 歌曲id | 
| void | setSongMid(String SongMid)Set 歌曲mid | 
| void | setVip(Long Vip)Set 歌曲是否为vip。1:vip歌曲; 0:普通歌曲。 | 
| 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, toJsonStringpublic SongExt()
public SongExt(SongExt source)
public Long getSongId()
public void setSongId(Long SongId)
SongId - 歌曲idpublic String getSongMid()
public void setSongMid(String SongMid)
SongMid - 歌曲midpublic Long getVip()
public void setVip(Long Vip)
Vip - 歌曲是否为vip。1:vip歌曲; 0:普通歌曲。Copyright © 2025. All rights reserved.