Class DescribeKTVTopListRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ame.v20190916.models.DescribeKTVTopListRequest
-
public class DescribeKTVTopListRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeKTVTopListRequest()DescribeKTVTopListRequest(DescribeKTVTopListRequest 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 StringgetPeriod()Get 榜单周期 默认为Week Week, 周榜。 Month, 月榜。StringgetType()Get 榜单类型。默认Hot Hot, 热歌榜。voidsetPeriod(String Period)Set 榜单周期 默认为Week Week, 周榜。 Month, 月榜。voidsetType(String Type)Set 榜单类型。默认Hot Hot, 热歌榜。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
-
DescribeKTVTopListRequest
public DescribeKTVTopListRequest()
-
DescribeKTVTopListRequest
public DescribeKTVTopListRequest(DescribeKTVTopListRequest 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
-
getType
public String getType()
Get 榜单类型。默认Hot- Hot, 热歌榜。
- Returns:
- Type 榜单类型。默认Hot
- Hot, 热歌榜。
-
setType
public void setType(String Type)
Set 榜单类型。默认Hot- Hot, 热歌榜。
- Parameters:
Type- 榜单类型。默认Hot- Hot, 热歌榜。
-
getPeriod
public String getPeriod()
Get 榜单周期 默认为Week- Week, 周榜。
- Month, 月榜。
- Returns:
- Period 榜单周期 默认为Week
- Week, 周榜。
- Month, 月榜。
-
setPeriod
public void setPeriod(String Period)
Set 榜单周期 默认为Week- Week, 周榜。
- Month, 月榜。
- Parameters:
Period- 榜单周期 默认为Week- Week, 周榜。
- Month, 月榜。
-
-