public class DescribePlatformsRequest extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String[] |
getLicenseIds()
Get 平台绑定的 license Id 集合。
|
Long |
getLimit()
Get 分页返回的记录条数,默认值:10。
|
Long |
getOffset()
Get 分页返回的起始偏移量,默认值:0。
|
String[] |
getPlatforms()
Get 平台集合。
|
void |
setLicenseIds(String[] LicenseIds)
Set 平台绑定的 license Id 集合。
|
void |
setLimit(Long Limit)
Set 分页返回的记录条数,默认值:10。
|
void |
setOffset(Long Offset)
Set 分页返回的起始偏移量,默认值:0。
|
void |
setPlatforms(String[] Platforms)
Set 平台集合。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribePlatformsRequest()
public DescribePlatformsRequest(DescribePlatformsRequest source)
public String[] getPlatforms()
public void setPlatforms(String[] Platforms)
Platforms
- 平台集合。public String[] getLicenseIds()
public void setLicenseIds(String[] LicenseIds)
LicenseIds
- 平台绑定的 license Id 集合。public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页返回的起始偏移量,默认值:0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页返回的记录条数,默认值:10。Copyright © 2021. All rights reserved.