public class MallCardBo extends AlipayObject
Constructor and Description |
---|
MallCardBo() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getBenefitDesc()
Gets benefit desc.
|
String |
getCardLogoUrl()
Gets card logo url.
|
String |
getExtInfo()
Gets ext info.
|
String |
getLevelShowName()
Gets level show name.
|
String |
getTemplateId()
Gets template id.
|
String |
getTitle()
Gets title.
|
void |
setBenefitDesc(List<String> benefitDesc)
Sets benefit desc.
|
void |
setCardLogoUrl(String cardLogoUrl)
Sets card logo url.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setLevelShowName(String levelShowName)
Sets level show name.
|
void |
setTemplateId(String templateId)
Sets template id.
|
void |
setTitle(String title)
Sets title.
|
public void setBenefitDesc(List<String> benefitDesc)
benefitDesc
- the benefit descpublic String getCardLogoUrl()
public void setCardLogoUrl(String cardLogoUrl)
cardLogoUrl
- the card logo urlpublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic String getLevelShowName()
public void setLevelShowName(String levelShowName)
levelShowName
- the level show namepublic String getTemplateId()
public void setTemplateId(String templateId)
templateId
- the template idpublic String getTitle()
public void setTitle(String title)
title
- the titleCopyright © 2018. All rights reserved.