public class DescribeMusicSaleStatusRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeMusicSaleStatusRequest() | 
| DescribeMusicSaleStatusRequest(DescribeMusicSaleStatusRequest 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[] | getMusicIds()Get 歌曲Id集合,可传单个,也可传多个,上线查询单次50个 | 
| Long | getPurchaseType()Get 查询哪个渠道的数据,1为曲库包,2为单曲 | 
| void | setMusicIds(String[] MusicIds)Set 歌曲Id集合,可传单个,也可传多个,上线查询单次50个 | 
| void | setPurchaseType(Long PurchaseType)Set 查询哪个渠道的数据,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, toJsonStringpublic DescribeMusicSaleStatusRequest()
public DescribeMusicSaleStatusRequest(DescribeMusicSaleStatusRequest source)
public String[] getMusicIds()
public void setMusicIds(String[] MusicIds)
MusicIds - 歌曲Id集合,可传单个,也可传多个,上线查询单次50个public Long getPurchaseType()
public void setPurchaseType(Long PurchaseType)
PurchaseType - 查询哪个渠道的数据,1为曲库包,2为单曲Copyright © 2025. All rights reserved.