public class ActionSummaryOverviewItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
ActionSummaryOverviewItem() |
ActionSummaryOverviewItem(ActionSummaryOverviewItem 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 |
getActionType()
Get Transaction type code
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getActionTypeName()
Get Transaction type name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getOriginalCost()
Get The actual total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTotalCost()
Get Total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getVoucherPayAmount()
Get The deducted voucher amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setActionType(String ActionType)
Set Transaction type code
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setActionTypeName(String ActionTypeName)
Set Transaction type name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOriginalCost(String OriginalCost)
Set The actual total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setTotalCost(String TotalCost)
Set Total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set The deducted voucher amount accurate down to eight decimal places
Note: 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 ActionSummaryOverviewItem()
public ActionSummaryOverviewItem(ActionSummaryOverviewItem source)
public String getActionType()
public void setActionType(String ActionType)
ActionType
- Transaction type code
Note: This field may return null, indicating that no valid values can be obtained.public String getActionTypeName()
public void setActionTypeName(String ActionTypeName)
ActionTypeName
- Transaction type name
Note: This field may return null, indicating that no valid values can be obtained.public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost
- The actual total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount
- The deducted voucher amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost
- Total consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2024. All rights reserved.