public class DescribeAllocationBillConditionsResponse extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeAllocationBillConditionsResponse() | 
| DescribeAllocationBillConditionsResponse(DescribeAllocationBillConditionsResponse 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 | 
|---|---|
| BillActionType[] | getActionType()Get 交易类型筛选列表 | 
| AllocationTreeNode[] | getAllocationTreeNode()Get 分账单元筛选列表 | 
| BillDays[] | getBillDay()Get 日期筛选列表 | 
| BillBusiness[] | getBusiness()Get 产品筛选列表 | 
| BillComponent[] | getComponent()Get 组件类型筛选列表 | 
| BillInstanceType[] | getInstanceType()Get 实例类型筛选列表 | 
| BillItem[] | getItem()Get 组件名称筛选列表 | 
| BillOperateUin[] | getOperateUin()Get 操作者 UIN 筛选列表 | 
| BillOwnerUin[] | getOwnerUin()Get 使用者 UIN 筛选列表 | 
| BillPayMode[] | getPayMode()Get 计费模式筛选列表 | 
| BillProduct[] | getProduct()Get 子产品筛选列表 | 
| BillProject[] | getProject()Get 项目筛选列表 | 
| BillRegion[] | getRegion()Get 地域筛选列表 | 
| String | getRequestId()Get 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| BillTag[] | getTag()Get 标签筛选列表 | 
| String[] | getTagKey()Get 分账标签键 | 
| BillZoneId[] | getZone()Get 可用区筛选列表 | 
| void | setActionType(BillActionType[] ActionType)Set 交易类型筛选列表 | 
| void | setAllocationTreeNode(AllocationTreeNode[] AllocationTreeNode)Set 分账单元筛选列表 | 
| void | setBillDay(BillDays[] BillDay)Set 日期筛选列表 | 
| void | setBusiness(BillBusiness[] Business)Set 产品筛选列表 | 
| void | setComponent(BillComponent[] Component)Set 组件类型筛选列表 | 
| void | setInstanceType(BillInstanceType[] InstanceType)Set 实例类型筛选列表 | 
| void | setItem(BillItem[] Item)Set 组件名称筛选列表 | 
| void | setOperateUin(BillOperateUin[] OperateUin)Set 操作者 UIN 筛选列表 | 
| void | setOwnerUin(BillOwnerUin[] OwnerUin)Set 使用者 UIN 筛选列表 | 
| void | setPayMode(BillPayMode[] PayMode)Set 计费模式筛选列表 | 
| void | setProduct(BillProduct[] Product)Set 子产品筛选列表 | 
| void | setProject(BillProject[] Project)Set 项目筛选列表 | 
| void | setRegion(BillRegion[] Region)Set 地域筛选列表 | 
| void | setRequestId(String RequestId)Set 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。 | 
| void | setTag(BillTag[] Tag)Set 标签筛选列表 | 
| void | setTagKey(String[] TagKey)Set 分账标签键 | 
| void | setZone(BillZoneId[] Zone)Set 可用区筛选列表 | 
| 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, toJsonStringpublic DescribeAllocationBillConditionsResponse()
public DescribeAllocationBillConditionsResponse(DescribeAllocationBillConditionsResponse source)
public BillBusiness[] getBusiness()
public void setBusiness(BillBusiness[] Business)
Business - 产品筛选列表public BillProduct[] getProduct()
public void setProduct(BillProduct[] Product)
Product - 子产品筛选列表public BillItem[] getItem()
public void setItem(BillItem[] Item)
Item - 组件名称筛选列表public BillRegion[] getRegion()
public void setRegion(BillRegion[] Region)
Region - 地域筛选列表public BillInstanceType[] getInstanceType()
public void setInstanceType(BillInstanceType[] InstanceType)
InstanceType - 实例类型筛选列表public BillPayMode[] getPayMode()
public void setPayMode(BillPayMode[] PayMode)
PayMode - 计费模式筛选列表public BillProject[] getProject()
public void setProject(BillProject[] Project)
Project - 项目筛选列表public BillTag[] getTag()
public void setTag(BillTag[] Tag)
Tag - 标签筛选列表public BillOwnerUin[] getOwnerUin()
public void setOwnerUin(BillOwnerUin[] OwnerUin)
OwnerUin - 使用者 UIN 筛选列表public BillOperateUin[] getOperateUin()
public void setOperateUin(BillOperateUin[] OperateUin)
OperateUin - 操作者 UIN 筛选列表public BillDays[] getBillDay()
public void setBillDay(BillDays[] BillDay)
BillDay - 日期筛选列表public BillActionType[] getActionType()
public void setActionType(BillActionType[] ActionType)
ActionType - 交易类型筛选列表public BillComponent[] getComponent()
public void setComponent(BillComponent[] Component)
Component - 组件类型筛选列表public BillZoneId[] getZone()
public void setZone(BillZoneId[] Zone)
Zone - 可用区筛选列表public AllocationTreeNode[] getAllocationTreeNode()
public void setAllocationTreeNode(AllocationTreeNode[] AllocationTreeNode)
AllocationTreeNode - 分账单元筛选列表public String[] getTagKey()
public void setTagKey(String[] TagKey)
TagKey - 分账标签键public String getRequestId()
public void setRequestId(String RequestId)
RequestId - 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。Copyright © 2025. All rights reserved.