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 Transaction type.
|
String |
getBusinessCodes()
Get Product name codeNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getComponentCode()
Get Component type codeNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getConsumptionTypes()
Get Consumption type.
|
String |
getFeeType()
Get Fee type.
|
String |
getOwnerUins()
Get User UIN for using resourcesNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getPayerUins()
Get User UIN for querying cost analysis dataNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getPayModes()
Get Billing mode prePay (indicates monthly subscription)/postPay (indicates pay-as-you-go billing)Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getProductCodes()
Get Sub-product name codeNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getProjectIds()
Get Project ID: The project ID to which the resource belongsNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getRegionIds()
Get Region ID: The region ID to which the resource belongsNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getTags()
Get Cost allocation tag keyNote: This field may return null, indicating that no valid values can be obtained.
|
String |
getZoneIds()
Get Availability zone ID: The availability zone ID to which the resource belongsNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setActionTypes(String ActionTypes)
Set Transaction type.
|
void |
setBusinessCodes(String BusinessCodes)
Set Product name codeNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setComponentCode(String ComponentCode)
Set Component type codeNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setConsumptionTypes(String ConsumptionTypes)
Set Consumption type.
|
void |
setFeeType(String FeeType)
Set Fee type.
|
void |
setOwnerUins(String OwnerUins)
Set User UIN for using resourcesNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setPayerUins(String PayerUins)
Set User UIN for querying cost analysis dataNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setPayModes(String PayModes)
Set Billing mode prePay (indicates monthly subscription)/postPay (indicates pay-as-you-go billing)Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setProductCodes(String ProductCodes)
Set Sub-product name codeNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setProjectIds(String ProjectIds)
Set Project ID: The project ID to which the resource belongsNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setRegionIds(String RegionIds)
Set Region ID: The region ID to which the resource belongsNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setTags(String Tags)
Set Cost allocation tag keyNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setZoneIds(String ZoneIds)
Set Availability zone ID: The availability zone ID to which the resource belongsNote: This field may return null, indicating that no valid values can be obtained.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public AnalyseConditions()
public AnalyseConditions(AnalyseConditions source)
public String getBusinessCodes()
public void setBusinessCodes(String BusinessCodes)
BusinessCodes
- Product name codeNote: This field may return null, indicating that no valid values can be obtained.public String getProductCodes()
public void setProductCodes(String ProductCodes)
ProductCodes
- Sub-product name codeNote: This field may return null, indicating that no valid values can be obtained.public String getComponentCode()
public void setComponentCode(String ComponentCode)
ComponentCode
- Component type codeNote: This field may return null, indicating that no valid values can be obtained.public String getZoneIds()
public void setZoneIds(String ZoneIds)
ZoneIds
- Availability zone ID: The availability zone ID to which the resource belongsNote: This field may return null, indicating that no valid values can be obtained.public String getRegionIds()
public void setRegionIds(String RegionIds)
RegionIds
- Region ID: The region ID to which the resource belongsNote: This field may return null, indicating that no valid values can be obtained.public String getProjectIds()
public void setProjectIds(String ProjectIds)
ProjectIds
- Project ID: The project ID to which the resource belongsNote: This field may return null, indicating that no valid values can be obtained.public String getPayModes()
public void setPayModes(String PayModes)
PayModes
- Billing mode prePay (indicates monthly subscription)/postPay (indicates pay-as-you-go billing)Note: This field may return null, indicating that no valid values can be obtained.public String getActionTypes()
public void setActionTypes(String ActionTypes)
ActionTypes
- Transaction type. Query transaction type. (Use transaction type code input parameter.)Note: This field may return null, indicating that no valid values can be obtained.public String getTags()
public void setTags(String Tags)
Tags
- Cost allocation tag keyNote: This field may return null, indicating that no valid values can be obtained.public String getFeeType()
public void setFeeType(String FeeType)
FeeType
- Fee type. Query fee type. (Use fee type code input parameter.) The input parameter enumeration is as follows:cashPayAmount: cash incentivePayAmount: free credits voucherPayAmount: coupons tax:taxes costBeforeTax: price before taxNote: This field may return null, indicating that no valid values can be obtained.public String getPayerUins()
public void setPayerUins(String PayerUins)
PayerUins
- User UIN for querying cost analysis dataNote: This field may return null, indicating that no valid values can be obtained.public String getOwnerUins()
public void setOwnerUins(String OwnerUins)
OwnerUins
- User UIN for using resourcesNote: This field may return null, indicating that no valid values can be obtained.public String getConsumptionTypes()
public void setConsumptionTypes(String ConsumptionTypes)
ConsumptionTypes
- Consumption type. Query consumption type. (Use consumption type code input parameter.)Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.