Class DescribeDedicatedClusterOrdersRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cdc.v20201214.models.DescribeDedicatedClusterOrdersRequest
-
public class DescribeDedicatedClusterOrdersRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeDedicatedClusterOrdersRequest()DescribeDedicatedClusterOrdersRequest(DescribeDedicatedClusterOrdersRequest 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 StringgetActionType()Get 订单类型为过滤条件:CREATE EXTENDString[]getDedicatedClusterIds()Get 按照专用集群id过滤StringgetDedicatedClusterOrderIds()Get 按照专用集群订单id过滤LonggetLimit()Get 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。LonggetOffset()Get 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。StringgetStatus()Get 订单状态为过滤条件:PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINEvoidsetActionType(String ActionType)Set 订单类型为过滤条件:CREATE EXTENDvoidsetDedicatedClusterIds(String[] DedicatedClusterIds)Set 按照专用集群id过滤voidsetDedicatedClusterOrderIds(String DedicatedClusterOrderIds)Set 按照专用集群订单id过滤voidsetLimit(Long Limit)Set 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。voidsetOffset(Long Offset)Set 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。voidsetStatus(String Status)Set 订单状态为过滤条件:PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINEvoidtoMap(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
-
DescribeDedicatedClusterOrdersRequest
public DescribeDedicatedClusterOrdersRequest()
-
DescribeDedicatedClusterOrdersRequest
public DescribeDedicatedClusterOrdersRequest(DescribeDedicatedClusterOrdersRequest 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
-
getDedicatedClusterIds
public String[] getDedicatedClusterIds()
Get 按照专用集群id过滤- Returns:
- DedicatedClusterIds 按照专用集群id过滤
-
setDedicatedClusterIds
public void setDedicatedClusterIds(String[] DedicatedClusterIds)
Set 按照专用集群id过滤- Parameters:
DedicatedClusterIds- 按照专用集群id过滤
-
getDedicatedClusterOrderIds
public String getDedicatedClusterOrderIds()
Get 按照专用集群订单id过滤- Returns:
- DedicatedClusterOrderIds 按照专用集群订单id过滤
-
setDedicatedClusterOrderIds
public void setDedicatedClusterOrderIds(String DedicatedClusterOrderIds)
Set 按照专用集群订单id过滤- Parameters:
DedicatedClusterOrderIds- 按照专用集群订单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)中的相关小节。
-
getStatus
public String getStatus()
Get 订单状态为过滤条件:PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINE- Returns:
- Status 订单状态为过滤条件:PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINE
-
setStatus
public void setStatus(String Status)
Set 订单状态为过滤条件:PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINE- Parameters:
Status- 订单状态为过滤条件:PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINE
-
getActionType
public String getActionType()
Get 订单类型为过滤条件:CREATE EXTEND- Returns:
- ActionType 订单类型为过滤条件:CREATE EXTEND
-
setActionType
public void setActionType(String ActionType)
Set 订单类型为过滤条件:CREATE EXTEND- Parameters:
ActionType- 订单类型为过滤条件:CREATE EXTEND
-
-