public class SummaryDetails extends AbstractModel
header, skipSign| Constructor and Description |
|---|
SummaryDetails() |
SummaryDetails(SummaryDetails 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 |
|---|---|
BusinessInfo[] |
getBusiness()
Get Product information list.
|
String |
getGroupKey()
Get Classification dimension summary key.
|
String |
getGroupValue()
Get Summary value by classification dimension.
|
String |
getOriginalCost()
Get Original price.
|
String |
getRICost()
Get RI deduction.
|
String |
getTotalCost()
Get
|
String |
getVoucherPayAmount()
Get Voucher amount.
|
void |
setBusiness(BusinessInfo[] Business)
Set Product information list.
|
void |
setGroupKey(String GroupKey)
Set Classification dimension summary key.
|
void |
setGroupValue(String GroupValue)
Set Summary value by classification dimension.
|
void |
setOriginalCost(String OriginalCost)
Set Original price.
|
void |
setRICost(String RICost)
Set RI deduction.
|
void |
setTotalCost(String TotalCost)
Set
|
void |
setVoucherPayAmount(String VoucherPayAmount)
Set Voucher amount.
|
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 SummaryDetails()
public SummaryDetails(SummaryDetails source)
public BusinessInfo[] getBusiness()
public void setBusiness(BusinessInfo[] Business)
Business - Product information list.public String getOriginalCost()
public void setOriginalCost(String OriginalCost)
OriginalCost - Original price.public String getVoucherPayAmount()
public void setVoucherPayAmount(String VoucherPayAmount)
VoucherPayAmount - Voucher amount.public String getRICost()
public void setRICost(String RICost)
RICost - RI deduction.public String getTotalCost()
public void setTotalCost(String TotalCost)
TotalCost - public String getGroupKey()
public void setGroupKey(String GroupKey)
GroupKey - Classification dimension summary key.public String getGroupValue()
public void setGroupValue(String GroupValue)
GroupValue - Summary value by classification dimension.Copyright © 2025. All rights reserved.