public class PromoteDetailModel extends AlipayObject
Constructor and Description |
---|
PromoteDetailModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAdvId()
Gets adv id.
|
String |
getBizId()
Gets biz id.
|
String |
getBizType()
Gets biz type.
|
PromoteItemModel |
getItemInfo()
Gets item info.
|
PromoteDataModel |
getPromoteData()
Gets promote data.
|
void |
setAdvId(String advId)
Sets adv id.
|
void |
setBizId(String bizId)
Sets biz id.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setItemInfo(PromoteItemModel itemInfo)
Sets item info.
|
void |
setPromoteData(PromoteDataModel promoteData)
Sets promote data.
|
public String getAdvId()
public void setAdvId(String advId)
advId
- the adv idpublic String getBizId()
public void setBizId(String bizId)
bizId
- the biz idpublic String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic PromoteItemModel getItemInfo()
public void setItemInfo(PromoteItemModel itemInfo)
itemInfo
- the item infopublic PromoteDataModel getPromoteData()
public void setPromoteData(PromoteDataModel promoteData)
promoteData
- the promote dataCopyright © 2018. All rights reserved.