public class KbAdvertAdvChannelResponse extends AlipayObject
Constructor and Description |
---|
KbAdvertAdvChannelResponse() |
Modifier and Type | Method and Description |
---|---|
List<KbAdvertAdvContentResponse> |
getAdvContentList()
Gets adv content list.
|
String |
getAdvId()
Gets adv id.
|
String |
getChannelId()
Gets channel id.
|
String |
getChannelName()
Gets channel name.
|
String |
getChannelType()
Gets channel type.
|
void |
setAdvContentList(List<KbAdvertAdvContentResponse> advContentList)
Sets adv content list.
|
void |
setAdvId(String advId)
Sets adv id.
|
void |
setChannelId(String channelId)
Sets channel id.
|
void |
setChannelName(String channelName)
Sets channel name.
|
void |
setChannelType(String channelType)
Sets channel type.
|
public List<KbAdvertAdvContentResponse> getAdvContentList()
public void setAdvContentList(List<KbAdvertAdvContentResponse> advContentList)
advContentList
- the adv content listpublic String getAdvId()
public void setAdvId(String advId)
advId
- the adv idpublic String getChannelId()
public void setChannelId(String channelId)
channelId
- the channel idpublic String getChannelName()
public void setChannelName(String channelName)
channelName
- the channel namepublic String getChannelType()
public void setChannelType(String channelType)
channelType
- the channel typeCopyright © 2018. All rights reserved.