public class TemplateStyleInfoDTO extends AlipayObject
Constructor and Description |
---|
TemplateStyleInfoDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundId()
Gets background id.
|
String |
getBannerImgId()
Gets banner img id.
|
String |
getBannerUrl()
Gets banner url.
|
String |
getBgColor()
Gets bg color.
|
String |
getBrandName()
Gets brand name.
|
String |
getCardShowName()
Gets card show name.
|
String |
getColor()
Gets color.
|
String |
getColumnInfoLayout()
Gets column info layout.
|
List<String> |
getFeatureDescriptions()
Gets feature descriptions.
|
Boolean |
getFrontImageEnable()
Gets front image enable.
|
Boolean |
getFrontTextListEnable()
Gets front text list enable.
|
String |
getLogoId()
Gets logo id.
|
String |
getSlogan()
Gets slogan.
|
String |
getSloganImgId()
Gets slogan img id.
|
void |
setBackgroundId(String backgroundId)
Sets background id.
|
void |
setBannerImgId(String bannerImgId)
Sets banner img id.
|
void |
setBannerUrl(String bannerUrl)
Sets banner url.
|
void |
setBgColor(String bgColor)
Sets bg color.
|
void |
setBrandName(String brandName)
Sets brand name.
|
void |
setCardShowName(String cardShowName)
Sets card show name.
|
void |
setColor(String color)
Sets color.
|
void |
setColumnInfoLayout(String columnInfoLayout)
Sets column info layout.
|
void |
setFeatureDescriptions(List<String> featureDescriptions)
Sets feature descriptions.
|
void |
setFrontImageEnable(Boolean frontImageEnable)
Sets front image enable.
|
void |
setFrontTextListEnable(Boolean frontTextListEnable)
Sets front text list enable.
|
void |
setLogoId(String logoId)
Sets logo id.
|
void |
setSlogan(String slogan)
Sets slogan.
|
void |
setSloganImgId(String sloganImgId)
Sets slogan img id.
|
public String getBackgroundId()
public void setBackgroundId(String backgroundId)
backgroundId
- the background idpublic String getBannerImgId()
public void setBannerImgId(String bannerImgId)
bannerImgId
- the banner img idpublic String getBannerUrl()
public void setBannerUrl(String bannerUrl)
bannerUrl
- the banner urlpublic String getBgColor()
public void setBgColor(String bgColor)
bgColor
- the bg colorpublic String getBrandName()
public void setBrandName(String brandName)
brandName
- the brand namepublic String getCardShowName()
public void setCardShowName(String cardShowName)
cardShowName
- the card show namepublic String getColor()
public void setColor(String color)
color
- the colorpublic String getColumnInfoLayout()
public void setColumnInfoLayout(String columnInfoLayout)
columnInfoLayout
- the column info layoutpublic List<String> getFeatureDescriptions()
public void setFeatureDescriptions(List<String> featureDescriptions)
featureDescriptions
- the feature descriptionspublic Boolean getFrontImageEnable()
public void setFrontImageEnable(Boolean frontImageEnable)
frontImageEnable
- the front image enablepublic Boolean getFrontTextListEnable()
public void setFrontTextListEnable(Boolean frontTextListEnable)
frontTextListEnable
- the front text list enablepublic String getLogoId()
public void setLogoId(String logoId)
logoId
- the logo idpublic String getSlogan()
public void setSlogan(String slogan)
slogan
- the sloganpublic String getSloganImgId()
public void setSloganImgId(String sloganImgId)
sloganImgId
- the slogan img idCopyright © 2018. All rights reserved.