public class AnalyseConditionDetail extends AbstractModel
header, skipSign
Constructor and Description |
---|
AnalyseConditionDetail() |
AnalyseConditionDetail(AnalyseConditionDetail 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 |
---|---|
AnalyseActionTypeDetail[] |
getActionType()
Get Transaction typeNote: This field may return null, indicating that no valid values can be obtained.
|
AnalyseAmountDetail[] |
getAmount()
Get Fee typeNote: This field may return null, indicating that no valid values can be obtained.
|
AnalyseBusinessDetail[] |
getBusiness()
Get ProductNote: This field may return null, indicating that no valid values can be obtained.
|
AnalyseOwnerUinDetail[] |
getOwnerUin()
Get Resource owner UINNote: This field may return null, indicating that no valid values can be obtained.
|
AnalysePayModeDetail[] |
getPayMode()
Get Billing modeNote: This field may return null, indicating that no valid values can be obtained.
|
AnalyseProjectDetail[] |
getProject()
Get ItemNote: This field may return null, indicating that no valid values can be obtained.
|
AnalyseRegionDetail[] |
getRegion()
Get RegionNote: This field may return null, indicating that no valid values can be obtained.
|
AnalyseZoneDetail[] |
getZone()
Get Availability zoneNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setActionType(AnalyseActionTypeDetail[] ActionType)
Set Transaction typeNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setAmount(AnalyseAmountDetail[] Amount)
Set Fee typeNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setBusiness(AnalyseBusinessDetail[] Business)
Set ProductNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setOwnerUin(AnalyseOwnerUinDetail[] OwnerUin)
Set Resource owner UINNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setPayMode(AnalysePayModeDetail[] PayMode)
Set Billing modeNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setProject(AnalyseProjectDetail[] Project)
Set ItemNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setRegion(AnalyseRegionDetail[] Region)
Set RegionNote: This field may return null, indicating that no valid values can be obtained.
|
void |
setZone(AnalyseZoneDetail[] Zone)
Set Availability zoneNote: 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 AnalyseConditionDetail()
public AnalyseConditionDetail(AnalyseConditionDetail source)
public AnalyseBusinessDetail[] getBusiness()
public void setBusiness(AnalyseBusinessDetail[] Business)
Business
- ProductNote: This field may return null, indicating that no valid values can be obtained.public AnalyseProjectDetail[] getProject()
public void setProject(AnalyseProjectDetail[] Project)
Project
- ItemNote: This field may return null, indicating that no valid values can be obtained.public AnalyseRegionDetail[] getRegion()
public void setRegion(AnalyseRegionDetail[] Region)
Region
- RegionNote: This field may return null, indicating that no valid values can be obtained.public AnalysePayModeDetail[] getPayMode()
public void setPayMode(AnalysePayModeDetail[] PayMode)
PayMode
- Billing modeNote: This field may return null, indicating that no valid values can be obtained.public AnalyseActionTypeDetail[] getActionType()
public void setActionType(AnalyseActionTypeDetail[] ActionType)
ActionType
- Transaction typeNote: This field may return null, indicating that no valid values can be obtained.public AnalyseZoneDetail[] getZone()
public void setZone(AnalyseZoneDetail[] Zone)
Zone
- Availability zoneNote: This field may return null, indicating that no valid values can be obtained.public AnalyseOwnerUinDetail[] getOwnerUin()
public void setOwnerUin(AnalyseOwnerUinDetail[] OwnerUin)
OwnerUin
- Resource owner UINNote: This field may return null, indicating that no valid values can be obtained.public AnalyseAmountDetail[] getAmount()
public void setAmount(AnalyseAmountDetail[] Amount)
Amount
- Fee typeNote: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.