Class DescribePlatformsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.DescribePlatformsRequest
-
public class DescribePlatformsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribePlatformsRequest()DescribePlatformsRequest(DescribePlatformsRequest 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 String[]getLicenseIds()Get 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。LonggetLimit()Get 分页返回的记录条数,默认值:10,最大值:20。LonggetOffset()Get 分页返回的起始偏移量,默认值:0。String[]getPlatforms()Get 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。voidsetLicenseIds(String[] LicenseIds)Set 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。voidsetLimit(Long Limit)Set 分页返回的记录条数,默认值:10,最大值:20。voidsetOffset(Long Offset)Set 分页返回的起始偏移量,默认值:0。voidsetPlatforms(String[] Platforms)Set 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。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
-
DescribePlatformsRequest
public DescribePlatformsRequest()
-
DescribePlatformsRequest
public DescribePlatformsRequest(DescribePlatformsRequest 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
-
getPlatforms
public String[] getPlatforms()
Get 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。- Returns:
- Platforms 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。
-
setPlatforms
public void setPlatforms(String[] Platforms)
Set 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。- Parameters:
Platforms- 平台 Id 列表。如果不填,则不按平台 Id 进行过滤。
-
getLicenseIds
public String[] getLicenseIds()
Get 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。- Returns:
- LicenseIds 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。
-
setLicenseIds
public void setLicenseIds(String[] LicenseIds)
Set 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。- Parameters:
LicenseIds- 平台绑定的 License Id 列表。如果不填,则不按平台绑定的 License Id 进行过滤。
-
getOffset
public Long getOffset()
Get 分页返回的起始偏移量,默认值:0。- Returns:
- Offset 分页返回的起始偏移量,默认值:0。
-
setOffset
public void setOffset(Long Offset)
Set 分页返回的起始偏移量,默认值:0。- Parameters:
Offset- 分页返回的起始偏移量,默认值:0。
-
getLimit
public Long getLimit()
Get 分页返回的记录条数,默认值:10,最大值:20。- Returns:
- Limit 分页返回的记录条数,默认值:10,最大值:20。
-
setLimit
public void setLimit(Long Limit)
Set 分页返回的记录条数,默认值:10,最大值:20。- Parameters:
Limit- 分页返回的记录条数,默认值:10,最大值:20。
-
-