public class KbAdvertChannelResponse extends AlipayObject
Constructor and Description |
---|
KbAdvertChannelResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
Gets channel id.
|
String |
getMemo()
Gets memo.
|
String |
getName()
Gets name.
|
String |
getStatus()
Gets status.
|
String |
getType()
Gets type.
|
void |
setChannelId(String channelId)
Sets channel id.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setName(String name)
Sets name.
|
void |
setStatus(String status)
Sets status.
|
void |
setType(String type)
Sets type.
|
public String getChannelId()
public void setChannelId(String channelId)
channelId
- the channel idpublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getName()
public void setName(String name)
name
- the namepublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getType()
public void setType(String type)
type
- the typeCopyright © 2018. All rights reserved.