public class DescribeCompliancePeriodTaskListRequest extends AbstractModel
Constructor and Description |
---|
DescribeCompliancePeriodTaskListRequest() |
DescribeCompliancePeriodTaskListRequest(DescribeCompliancePeriodTaskListRequest 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 |
getAssetType()
Get 资产的类型,取值为:
ASSET_CONTAINER, 容器
ASSET_IMAGE, 镜像
ASSET_HOST, 主机
ASSET_K8S, K8S资产
|
Long |
getLimit()
Get 需要返回的数量,默认为10,最大值为100。
|
Long |
getOffset()
Get 偏移量,默认为0。
|
void |
setAssetType(String AssetType)
Set 资产的类型,取值为:
ASSET_CONTAINER, 容器
ASSET_IMAGE, 镜像
ASSET_HOST, 主机
ASSET_K8S, K8S资产
|
void |
setLimit(Long Limit)
Set 需要返回的数量,默认为10,最大值为100。
|
void |
setOffset(Long Offset)
Set 偏移量,默认为0。
|
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 DescribeCompliancePeriodTaskListRequest()
public DescribeCompliancePeriodTaskListRequest(DescribeCompliancePeriodTaskListRequest source)
public String getAssetType()
public void setAssetType(String AssetType)
AssetType
- 资产的类型,取值为:
ASSET_CONTAINER, 容器
ASSET_IMAGE, 镜像
ASSET_HOST, 主机
ASSET_K8S, K8S资产public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 需要返回的数量,默认为10,最大值为100。Copyright © 2022. All rights reserved.