public class AnalyseConditions extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AnalyseConditions() | 
| AnalyseConditions(AnalyseConditions 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 交易类型,查询交易类型(请使用交易类型code入参) | 
| String | getBusinessCodes()Get 产品名称代码 | 
| String | getComponentCode()Get 组件类型代码 | 
| String | getConsumptionTypes()Get 消耗类型,查询消耗类型(请使用消耗类型code入参) | 
| String | getFeeType()Get 费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下:
cashPayAmount:现金 
incentivePayAmount:赠送金 
voucherPayAmount:优惠券 
tax:税金 
costBeforeTax:税前价 | 
| String | getOwnerUins()Get 使用资源的用户UIN | 
| String | getPayerUins()Get 查询成本分析数据的用户UIN | 
| String | getPayModes()Get 计费模式 prePay(表示包年包月)/postPay(表示按量计费) | 
| String | getProductCodes()Get 子产品名称代码 | 
| String | getProjectIds()Get 项目ID:资源所属项目ID | 
| String | getRegionIds()Get 地域ID:资源所属地域ID | 
| String | getTags()Get 分账标签键 | 
| String | getZoneIds()Get 可用区ID:资源所属可用区ID | 
| void | setActionTypes(String ActionTypes)Set 交易类型,查询交易类型(请使用交易类型code入参) | 
| void | setBusinessCodes(String BusinessCodes)Set 产品名称代码 | 
| void | setComponentCode(String ComponentCode)Set 组件类型代码 | 
| void | setConsumptionTypes(String ConsumptionTypes)Set 消耗类型,查询消耗类型(请使用消耗类型code入参) | 
| void | setFeeType(String FeeType)Set 费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下:
cashPayAmount:现金 
incentivePayAmount:赠送金 
voucherPayAmount:优惠券 
tax:税金 
costBeforeTax:税前价 | 
| void | setOwnerUins(String OwnerUins)Set 使用资源的用户UIN | 
| void | setPayerUins(String PayerUins)Set 查询成本分析数据的用户UIN | 
| void | setPayModes(String PayModes)Set 计费模式 prePay(表示包年包月)/postPay(表示按量计费) | 
| void | setProductCodes(String ProductCodes)Set 子产品名称代码 | 
| void | setProjectIds(String ProjectIds)Set 项目ID:资源所属项目ID | 
| void | setRegionIds(String RegionIds)Set 地域ID:资源所属地域ID | 
| void | setTags(String Tags)Set 分账标签键 | 
| void | setZoneIds(String ZoneIds)Set 可用区ID:资源所属可用区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, toJsonStringpublic AnalyseConditions()
public AnalyseConditions(AnalyseConditions source)
public String getBusinessCodes()
public void setBusinessCodes(String BusinessCodes)
BusinessCodes - 产品名称代码public String getProductCodes()
public void setProductCodes(String ProductCodes)
ProductCodes - 子产品名称代码public String getComponentCode()
public void setComponentCode(String ComponentCode)
ComponentCode - 组件类型代码public String getZoneIds()
public void setZoneIds(String ZoneIds)
ZoneIds - 可用区ID:资源所属可用区IDpublic String getRegionIds()
public void setRegionIds(String RegionIds)
RegionIds - 地域ID:资源所属地域IDpublic String getProjectIds()
public void setProjectIds(String ProjectIds)
ProjectIds - 项目ID:资源所属项目IDpublic String getPayModes()
public void setPayModes(String PayModes)
PayModes - 计费模式 prePay(表示包年包月)/postPay(表示按量计费)public String getActionTypes()
public void setActionTypes(String ActionTypes)
ActionTypes - 交易类型,查询交易类型(请使用交易类型code入参)public String getTags()
public void setTags(String Tags)
Tags - 分账标签键public String getFeeType()
public void setFeeType(String FeeType)
FeeType - 费用类型,查询费用类型(请使用费用类型code入参)入参枚举如下:
cashPayAmount:现金 
incentivePayAmount:赠送金 
voucherPayAmount:优惠券 
tax:税金 
costBeforeTax:税前价public String getPayerUins()
public void setPayerUins(String PayerUins)
PayerUins - 查询成本分析数据的用户UINpublic String getOwnerUins()
public void setOwnerUins(String OwnerUins)
OwnerUins - 使用资源的用户UINpublic String getConsumptionTypes()
public void setConsumptionTypes(String ConsumptionTypes)
ConsumptionTypes - 消耗类型,查询消耗类型(请使用消耗类型code入参)Copyright © 2025. All rights reserved.