public class DescribeDedicatedClusterOrdersRequest extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getActionType()
Get 订单类型为过滤条件:CREATE EXTEND
|
String[] |
getDedicatedClusterIds()
Get 按照专用集群id过滤
|
String |
getDedicatedClusterOrderIds()
Get 按照专用集群订单id过滤
|
Long |
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[] |
getOrderTypes()
Get 订单类型列表
|
String |
getStatus()
Get 订单状态为过滤条件:PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINE
|
void |
setActionType(String ActionType)
Set 订单类型为过滤条件:CREATE EXTEND
|
void |
setDedicatedClusterIds(String[] DedicatedClusterIds)
Set 按照专用集群id过滤
|
void |
setDedicatedClusterOrderIds(String DedicatedClusterOrderIds)
Set 按照专用集群订单id过滤
|
void |
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 |
setOrderTypes(String[] OrderTypes)
Set 订单类型列表
|
void |
setStatus(String Status)
Set 订单状态为过滤条件:PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINE
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeDedicatedClusterOrdersRequest()
public DescribeDedicatedClusterOrdersRequest(DescribeDedicatedClusterOrdersRequest source)
public String[] getDedicatedClusterIds()
public void setDedicatedClusterIds(String[] DedicatedClusterIds)
DedicatedClusterIds
- 按照专用集群id过滤public String getDedicatedClusterOrderIds()
public void setDedicatedClusterOrderIds(String DedicatedClusterOrderIds)
DedicatedClusterOrderIds
- 按照专用集群订单id过滤public Long getOffset()
public void setOffset(Long Offset)
Offset
- 偏移量,默认为0。关于`Offset`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。public Long getLimit()
public void setLimit(Long Limit)
Limit
- 返回数量,默认为20,最大值为100。关于`Limit`的更进一步介绍请参考 API [简介](https://cloud.tencent.com/document/api/213/15688)中的相关小节。public String getStatus()
public void setStatus(String Status)
Status
- 订单状态为过滤条件:PENDING INCONSTRUCTION DELIVERING DELIVERED EXPIRED CANCELLED OFFLINEpublic String getActionType()
public void setActionType(String ActionType)
ActionType
- 订单类型为过滤条件:CREATE EXTENDpublic String[] getOrderTypes()
public void setOrderTypes(String[] OrderTypes)
OrderTypes
- 订单类型列表Copyright © 2024. All rights reserved.