Class DescribeStackVersionsRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tic.v20201117.models.DescribeStackVersionsRequest
-
public class DescribeStackVersionsRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeStackVersionsRequest()
DescribeStackVersionsRequest(DescribeStackVersionsRequest 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 **Name** 按照【**版本名称**】进行过滤 类型:string **Status** 按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等 类型:string **StackId** 按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx` 类型:stringLong
getLimit()
Get 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节Long
getOffset()
Get 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节String[]
getVersionIds()
Get 按照⼀个或者多个版本ID查询void
setFilters(Filter[] Filters)
Set **Name** 按照【**版本名称**】进行过滤 类型:string **Status** 按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等 类型:string **StackId** 按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx` 类型:stringvoid
setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节void
setOffset(Long Offset)
Set 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节void
setVersionIds(String[] VersionIds)
Set 按照⼀个或者多个版本ID查询void
toMap(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
-
DescribeStackVersionsRequest
public DescribeStackVersionsRequest()
-
DescribeStackVersionsRequest
public DescribeStackVersionsRequest(DescribeStackVersionsRequest 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
-
getVersionIds
public String[] getVersionIds()
Get 按照⼀个或者多个版本ID查询- Returns:
- VersionIds 按照⼀个或者多个版本ID查询
-
setVersionIds
public void setVersionIds(String[] VersionIds)
Set 按照⼀个或者多个版本ID查询- Parameters:
VersionIds
- 按照⼀个或者多个版本ID查询
-
getOffset
public Long getOffset()
Get 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节- Returns:
- Offset 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
-
setOffset
public void setOffset(Long Offset)
Set 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节- Parameters:
Offset
- 偏移量,默认为0。关于Offset的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
-
getLimit
public Long getLimit()
Get 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节- Returns:
- Limit 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
-
setLimit
public void setLimit(Long Limit)
Set 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节- Parameters:
Limit
- 返回数量,默认为20,最大值为100。关于Limit的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节
-
getFilters
public Filter[] getFilters()
Get- **Name**
按照【**版本名称**】进行过滤 类型:string- **Status**
按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等 类型:string- **StackId**
按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx` 类型:string- Returns:
- Filters
- **Name**
按照【**版本名称**】进行过滤 类型:string- **Status**
按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等 类型:string- **StackId**
按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx` 类型:string
-
setFilters
public void setFilters(Filter[] Filters)
Set- **Name**
按照【**版本名称**】进行过滤 类型:string- **Status**
按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等 类型:string- **StackId**
按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx` 类型:string- Parameters:
Filters
-- **Name**
按照【**版本名称**】进行过滤 类型:string- **Status**
按照【**版本状态**】过滤,形如`VERSION_EDITING`,`PLAN_IN_PROGRESS`等 类型:string- **StackId**
按照版本所属的【**资源栈ID**】进行过滤,形如`stk-xxxxxx` 类型:string
-
-