public class BusinessSummaryOverviewItem extends AbstractModel
skipSign
Constructor and Description |
---|
BusinessSummaryOverviewItem() |
BusinessSummaryOverviewItem(BusinessSummaryOverviewItem 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 |
getBusinessCode()
Get Product code
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getBusinessCodeName()
Get Product name
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getOriginalCost()
Get List price accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getTotalCost()
Get 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 |
setBusinessCode(String BusinessCode)
Set Product code
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBusinessCodeName(String BusinessCodeName)
Set Product name
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setOriginalCost(String OriginalCost)
Set List price 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 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, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BusinessSummaryOverviewItem()
public BusinessSummaryOverviewItem(BusinessSummaryOverviewItem source)
public String getBusinessCode()
public void setBusinessCode(String BusinessCode)
BusinessCode
- Product code
Note: This field may return null, indicating that no valid values can be obtained.public String getBusinessCodeName()
public void setBusinessCodeName(String BusinessCodeName)
BusinessCodeName
- Product name
Note: This field may return null, indicating that no valid values can be obtained.public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost
- List price 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
- Consumption amount accurate down to eight decimal places
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.