public class DescribeAllocationBillConditionsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeAllocationBillConditionsRequest() |
DescribeAllocationBillConditionsRequest(DescribeAllocationBillConditionsRequest 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[] |
getActionTypes()
Get 交易类型编码
|
Long[] |
getAllocationType()
Get 费用归集类型
|
String[] |
getBillDates()
Get 日期
|
String[] |
getBusinessCodes()
Get 产品编码
|
String[] |
getComponentCodes()
Get 组件类型编码
|
String[] |
getInstanceTypes()
Get 实例类型编码
|
String[] |
getItemCodes()
Get 组件名称编码
|
String |
getMonth()
Get 账单月份,格式为2024-02,不传默认当前月
|
String[] |
getOperateUins()
Get 操作者UIN
|
String[] |
getOwnerUins()
Get 使用者UIN
|
String[] |
getPayModes()
Get 计费模式编码
|
String[] |
getProductCodes()
Get 子产品编码
|
Long[] |
getProjectIds()
Get 项目id
|
String[] |
getRegionIds()
Get 地域ID
|
String |
getSearchKey()
Get 模糊搜索条件
|
String[] |
getTag()
Get 标签
|
String[] |
getTreeNodeUniqKeys()
Get 分账单元唯一标识,用作筛选
|
String[] |
getZoneIds()
Get 可用区ID
|
void |
setActionTypes(String[] ActionTypes)
Set 交易类型编码
|
void |
setAllocationType(Long[] AllocationType)
Set 费用归集类型
|
void |
setBillDates(String[] BillDates)
Set 日期
|
void |
setBusinessCodes(String[] BusinessCodes)
Set 产品编码
|
void |
setComponentCodes(String[] ComponentCodes)
Set 组件类型编码
|
void |
setInstanceTypes(String[] InstanceTypes)
Set 实例类型编码
|
void |
setItemCodes(String[] ItemCodes)
Set 组件名称编码
|
void |
setMonth(String Month)
Set 账单月份,格式为2024-02,不传默认当前月
|
void |
setOperateUins(String[] OperateUins)
Set 操作者UIN
|
void |
setOwnerUins(String[] OwnerUins)
Set 使用者UIN
|
void |
setPayModes(String[] PayModes)
Set 计费模式编码
|
void |
setProductCodes(String[] ProductCodes)
Set 子产品编码
|
void |
setProjectIds(Long[] ProjectIds)
Set 项目id
|
void |
setRegionIds(String[] RegionIds)
Set 地域ID
|
void |
setSearchKey(String SearchKey)
Set 模糊搜索条件
|
void |
setTag(String[] Tag)
Set 标签
|
void |
setTreeNodeUniqKeys(String[] TreeNodeUniqKeys)
Set 分账单元唯一标识,用作筛选
|
void |
setZoneIds(String[] ZoneIds)
Set 可用区ID
|
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 DescribeAllocationBillConditionsRequest()
public DescribeAllocationBillConditionsRequest(DescribeAllocationBillConditionsRequest source)
public String getMonth()
public void setMonth(String Month)
Month
- 账单月份,格式为2024-02,不传默认当前月public String[] getTreeNodeUniqKeys()
public void setTreeNodeUniqKeys(String[] TreeNodeUniqKeys)
TreeNodeUniqKeys
- 分账单元唯一标识,用作筛选public String[] getBillDates()
public void setBillDates(String[] BillDates)
BillDates
- 日期public String[] getBusinessCodes()
public void setBusinessCodes(String[] BusinessCodes)
BusinessCodes
- 产品编码public String[] getOwnerUins()
public void setOwnerUins(String[] OwnerUins)
OwnerUins
- 使用者UINpublic String[] getOperateUins()
public void setOperateUins(String[] OperateUins)
OperateUins
- 操作者UINpublic String[] getPayModes()
public void setPayModes(String[] PayModes)
PayModes
- 计费模式编码public String[] getActionTypes()
public void setActionTypes(String[] ActionTypes)
ActionTypes
- 交易类型编码public String[] getProductCodes()
public void setProductCodes(String[] ProductCodes)
ProductCodes
- 子产品编码public String[] getRegionIds()
public void setRegionIds(String[] RegionIds)
RegionIds
- 地域IDpublic String[] getZoneIds()
public void setZoneIds(String[] ZoneIds)
ZoneIds
- 可用区IDpublic String[] getInstanceTypes()
public void setInstanceTypes(String[] InstanceTypes)
InstanceTypes
- 实例类型编码public String[] getTag()
public void setTag(String[] Tag)
Tag
- 标签public String[] getComponentCodes()
public void setComponentCodes(String[] ComponentCodes)
ComponentCodes
- 组件类型编码public String[] getItemCodes()
public void setItemCodes(String[] ItemCodes)
ItemCodes
- 组件名称编码public String getSearchKey()
public void setSearchKey(String SearchKey)
SearchKey
- 模糊搜索条件public Long[] getProjectIds()
public void setProjectIds(Long[] ProjectIds)
ProjectIds
- 项目idpublic Long[] getAllocationType()
public void setAllocationType(Long[] AllocationType)
AllocationType
- 费用归集类型Copyright © 2024. All rights reserved.