public class DealData extends AbstractModel
header, skipSign
Constructor and Description |
---|
DealData() |
DealData(DealData 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 |
getBigDealId()
Get Large Order Number, a large order number can have multiple sub-orders, indicating the same order placement [{},{}]
|
String[] |
getDealNames()
Get Order Number List: the number of elements matches the number of elements in the Goods array of the request package.
|
void |
setBigDealId(String BigDealId)
Set Large Order Number, a large order number can have multiple sub-orders, indicating the same order placement [{},{}]
|
void |
setDealNames(String[] DealNames)
Set Order Number List: the number of elements matches the number of elements in the Goods array of the request package.
|
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 DealData()
public DealData(DealData source)
public String[] getDealNames()
public void setDealNames(String[] DealNames)
DealNames
- Order Number List: the number of elements matches the number of elements in the Goods array of the request package. Product details correspond to orders in sequencepublic String getBigDealId()
public void setBigDealId(String BigDealId)
BigDealId
- Large Order Number, a large order number can have multiple sub-orders, indicating the same order placement [{},{}]Copyright © 2024. All rights reserved.