public class KbAdvertAdvResponse extends AlipayObject
Constructor and Description |
---|
KbAdvertAdvResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAdvId()
Gets adv id.
|
String |
getName()
Gets name.
|
KbAdvertAdvSingleVoucherResponse |
getSingleVoucher()
Gets single voucher.
|
String |
getType()
Gets type.
|
void |
setAdvId(String advId)
Sets adv id.
|
void |
setName(String name)
Sets name.
|
void |
setSingleVoucher(KbAdvertAdvSingleVoucherResponse singleVoucher)
Sets single voucher.
|
void |
setType(String type)
Sets type.
|
public String getAdvId()
public void setAdvId(String advId)
advId
- the adv idpublic String getName()
public void setName(String name)
name
- the namepublic KbAdvertAdvSingleVoucherResponse getSingleVoucher()
public void setSingleVoucher(KbAdvertAdvSingleVoucherResponse singleVoucher)
singleVoucher
- the single voucherpublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.