Class DescribeImageCachesRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tke.v20180525.models.DescribeImageCachesRequest
-
public class DescribeImageCachesRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeImageCachesRequest()DescribeImageCachesRequest(DescribeImageCachesRequest 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 Filter[]getFilters()Get 过滤条件,可选条件: (1)实例名称 KeyName: image-cache-name 类型:StringString[]getImageCacheIds()Get 镜像缓存Id数组String[]getImageCacheNames()Get 镜像缓存名称数组LonggetLimit()Get 限定此次返回资源的数量。如果不设定,默认返回20,最大不能超过50LonggetOffset()Get 偏移量,默认0voidsetFilters(Filter[] Filters)Set 过滤条件,可选条件: (1)实例名称 KeyName: image-cache-name 类型:StringvoidsetImageCacheIds(String[] ImageCacheIds)Set 镜像缓存Id数组voidsetImageCacheNames(String[] ImageCacheNames)Set 镜像缓存名称数组voidsetLimit(Long Limit)Set 限定此次返回资源的数量。如果不设定,默认返回20,最大不能超过50voidsetOffset(Long Offset)Set 偏移量,默认0voidtoMap(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
-
DescribeImageCachesRequest
public DescribeImageCachesRequest()
-
DescribeImageCachesRequest
public DescribeImageCachesRequest(DescribeImageCachesRequest 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
-
getImageCacheIds
public String[] getImageCacheIds()
Get 镜像缓存Id数组- Returns:
- ImageCacheIds 镜像缓存Id数组
-
setImageCacheIds
public void setImageCacheIds(String[] ImageCacheIds)
Set 镜像缓存Id数组- Parameters:
ImageCacheIds- 镜像缓存Id数组
-
getImageCacheNames
public String[] getImageCacheNames()
Get 镜像缓存名称数组- Returns:
- ImageCacheNames 镜像缓存名称数组
-
setImageCacheNames
public void setImageCacheNames(String[] ImageCacheNames)
Set 镜像缓存名称数组- Parameters:
ImageCacheNames- 镜像缓存名称数组
-
getLimit
public Long getLimit()
Get 限定此次返回资源的数量。如果不设定,默认返回20,最大不能超过50- Returns:
- Limit 限定此次返回资源的数量。如果不设定,默认返回20,最大不能超过50
-
setLimit
public void setLimit(Long Limit)
Set 限定此次返回资源的数量。如果不设定,默认返回20,最大不能超过50- Parameters:
Limit- 限定此次返回资源的数量。如果不设定,默认返回20,最大不能超过50
-
getOffset
public Long getOffset()
Get 偏移量,默认0- Returns:
- Offset 偏移量,默认0
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认0- Parameters:
Offset- 偏移量,默认0
-
getFilters
public Filter[] getFilters()
Get 过滤条件,可选条件: (1)实例名称 KeyName: image-cache-name 类型:String- Returns:
- Filters 过滤条件,可选条件: (1)实例名称 KeyName: image-cache-name 类型:String
-
setFilters
public void setFilters(Filter[] Filters)
Set 过滤条件,可选条件: (1)实例名称 KeyName: image-cache-name 类型:String- Parameters:
Filters- 过滤条件,可选条件: (1)实例名称 KeyName: image-cache-name 类型:String
-
-