public class Deals extends AbstractModel
Constructor and Description |
---|
Deals() |
Deals(Deals 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 |
getDealId()
Get 子订单ID
|
String |
getDealName()
Get 子订单号
|
void |
setDealId(String DealId)
Set 子订单ID
|
void |
setDealName(String DealName)
Set 子订单号
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Deals()
public Deals(Deals source)
public String getDealId()
public void setDealId(String DealId)
DealId
- 子订单IDpublic String getDealName()
public void setDealName(String DealName)
DealName
- 子订单号Copyright © 2022. All rights reserved.