public class MusicStatus extends AbstractModel
header, skipSign
Constructor and Description |
---|
MusicStatus() |
MusicStatus(MusicStatus 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
|
Long |
getSaleStatus()
Get 在售状态,0为在售,1为临时下架,2为永久下架
|
void |
setMusicId(String MusicId)
Set 歌曲Id
|
void |
setSaleStatus(Long SaleStatus)
Set 在售状态,0为在售,1为临时下架,2为永久下架
|
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 MusicStatus()
public MusicStatus(MusicStatus source)
public String getMusicId()
public void setMusicId(String MusicId)
MusicId
- 歌曲Idpublic Long getSaleStatus()
public void setSaleStatus(Long SaleStatus)
SaleStatus
- 在售状态,0为在售,1为临时下架,2为永久下架Copyright © 2024. All rights reserved.