Class DescribeMusicRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.DescribeMusicRequest
-
public class DescribeMusicRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeMusicRequest()DescribeMusicRequest(DescribeMusicRequest 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 StringgetIdentityId()Get 在应用前端播放音乐C端用户的唯一标识。无需是账户信息,用户唯一标识即可。StringgetItemId()Get 歌曲IDStringgetSsl()Get CDN URL Protocol:HTTP or HTTPS/SSL Values:Y , N(default)StringgetSubItemType()Get MP3-320K-FTD-P 为获取320kbps歌曲热门片段。 MP3-320K-FTD 为获取320kbps已核验歌曲完整资源。voidsetIdentityId(String IdentityId)Set 在应用前端播放音乐C端用户的唯一标识。无需是账户信息,用户唯一标识即可。voidsetItemId(String ItemId)Set 歌曲IDvoidsetSsl(String Ssl)Set CDN URL Protocol:HTTP or HTTPS/SSL Values:Y , N(default)voidsetSubItemType(String SubItemType)Set MP3-320K-FTD-P 为获取320kbps歌曲热门片段。 MP3-320K-FTD 为获取320kbps已核验歌曲完整资源。voidtoMap(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
-
DescribeMusicRequest
public DescribeMusicRequest()
-
DescribeMusicRequest
public DescribeMusicRequest(DescribeMusicRequest 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
-
getItemId
public String getItemId()
Get 歌曲ID- Returns:
- ItemId 歌曲ID
-
setItemId
public void setItemId(String ItemId)
Set 歌曲ID- Parameters:
ItemId- 歌曲ID
-
getIdentityId
public String getIdentityId()
Get 在应用前端播放音乐C端用户的唯一标识。无需是账户信息,用户唯一标识即可。- Returns:
- IdentityId 在应用前端播放音乐C端用户的唯一标识。无需是账户信息,用户唯一标识即可。
-
setIdentityId
public void setIdentityId(String IdentityId)
Set 在应用前端播放音乐C端用户的唯一标识。无需是账户信息,用户唯一标识即可。- Parameters:
IdentityId- 在应用前端播放音乐C端用户的唯一标识。无需是账户信息,用户唯一标识即可。
-
getSubItemType
public String getSubItemType()
Get MP3-320K-FTD-P 为获取320kbps歌曲热门片段。 MP3-320K-FTD 为获取320kbps已核验歌曲完整资源。- Returns:
- SubItemType MP3-320K-FTD-P 为获取320kbps歌曲热门片段。 MP3-320K-FTD 为获取320kbps已核验歌曲完整资源。
-
setSubItemType
public void setSubItemType(String SubItemType)
Set MP3-320K-FTD-P 为获取320kbps歌曲热门片段。 MP3-320K-FTD 为获取320kbps已核验歌曲完整资源。- Parameters:
SubItemType- MP3-320K-FTD-P 为获取320kbps歌曲热门片段。 MP3-320K-FTD 为获取320kbps已核验歌曲完整资源。
-
getSsl
public String getSsl()
Get CDN URL Protocol:HTTP or HTTPS/SSL Values:Y , N(default)- Returns:
- Ssl CDN URL Protocol:HTTP or HTTPS/SSL Values:Y , N(default)
-
setSsl
public void setSsl(String Ssl)
Set CDN URL Protocol:HTTP or HTTPS/SSL Values:Y , N(default)- Parameters:
Ssl- CDN URL Protocol:HTTP or HTTPS/SSL Values:Y , N(default)
-
-