public class AlipayMarketingCardTemplateCreateModel extends AlipayObject
Constructor and Description |
---|
AlipayMarketingCardTemplateCreateModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBizNoPrefix()
Gets biz no prefix.
|
String |
getBizNoSuffixLen()
Gets biz no suffix len.
|
List<TemplateActionInfoDTO> |
getCardActionList()
Gets card action list.
|
List<TemplateCardLevelConfDTO> |
getCardLevelConf()
Gets card level conf.
|
String |
getCardSpecTag()
Gets card spec tag.
|
String |
getCardType()
Gets card type.
|
List<TemplateColumnInfoDTO> |
getColumnInfoList()
Gets column info list.
|
List<TemplateFieldRuleDTO> |
getFieldRuleList()
Gets field rule list.
|
TemplateMdcodeNotifyConfDTO |
getMdcodeNotifyConf()
Gets mdcode notify conf.
|
TemplateOpenCardConfDTO |
getOpenCardConf()
Gets open card conf.
|
List<PubChannelDTO> |
getPubChannels()
Gets pub channels.
|
String |
getRequestId()
Gets request id.
|
List<String> |
getServiceLabelList()
Gets service label list.
|
List<String> |
getShopIds()
Gets shop ids.
|
List<TemplateBenefitInfoDTO> |
getTemplateBenefitInfo()
Gets template benefit info.
|
TemplateStyleInfoDTO |
getTemplateStyleInfo()
Gets template style info.
|
String |
getWriteOffType()
Gets write off type.
|
void |
setBizNoPrefix(String bizNoPrefix)
Sets biz no prefix.
|
void |
setBizNoSuffixLen(String bizNoSuffixLen)
Sets biz no suffix len.
|
void |
setCardActionList(List<TemplateActionInfoDTO> cardActionList)
Sets card action list.
|
void |
setCardLevelConf(List<TemplateCardLevelConfDTO> cardLevelConf)
Sets card level conf.
|
void |
setCardSpecTag(String cardSpecTag)
Sets card spec tag.
|
void |
setCardType(String cardType)
Sets card type.
|
void |
setColumnInfoList(List<TemplateColumnInfoDTO> columnInfoList)
Sets column info list.
|
void |
setFieldRuleList(List<TemplateFieldRuleDTO> fieldRuleList)
Sets field rule list.
|
void |
setMdcodeNotifyConf(TemplateMdcodeNotifyConfDTO mdcodeNotifyConf)
Sets mdcode notify conf.
|
void |
setOpenCardConf(TemplateOpenCardConfDTO openCardConf)
Sets open card conf.
|
void |
setPubChannels(List<PubChannelDTO> pubChannels)
Sets pub channels.
|
void |
setRequestId(String requestId)
Sets request id.
|
void |
setServiceLabelList(List<String> serviceLabelList)
Sets service label list.
|
void |
setShopIds(List<String> shopIds)
Sets shop ids.
|
void |
setTemplateBenefitInfo(List<TemplateBenefitInfoDTO> templateBenefitInfo)
Sets template benefit info.
|
void |
setTemplateStyleInfo(TemplateStyleInfoDTO templateStyleInfo)
Sets template style info.
|
void |
setWriteOffType(String writeOffType)
Sets write off type.
|
public AlipayMarketingCardTemplateCreateModel()
public String getBizNoPrefix()
public void setBizNoPrefix(String bizNoPrefix)
bizNoPrefix
- the biz no prefixpublic String getBizNoSuffixLen()
public void setBizNoSuffixLen(String bizNoSuffixLen)
bizNoSuffixLen
- the biz no suffix lenpublic List<TemplateActionInfoDTO> getCardActionList()
public void setCardActionList(List<TemplateActionInfoDTO> cardActionList)
cardActionList
- the card action listpublic List<TemplateCardLevelConfDTO> getCardLevelConf()
public void setCardLevelConf(List<TemplateCardLevelConfDTO> cardLevelConf)
cardLevelConf
- the card level confpublic String getCardSpecTag()
public void setCardSpecTag(String cardSpecTag)
cardSpecTag
- the card spec tagpublic String getCardType()
public void setCardType(String cardType)
cardType
- the card typepublic List<TemplateColumnInfoDTO> getColumnInfoList()
public void setColumnInfoList(List<TemplateColumnInfoDTO> columnInfoList)
columnInfoList
- the column info listpublic List<TemplateFieldRuleDTO> getFieldRuleList()
public void setFieldRuleList(List<TemplateFieldRuleDTO> fieldRuleList)
fieldRuleList
- the field rule listpublic TemplateMdcodeNotifyConfDTO getMdcodeNotifyConf()
public void setMdcodeNotifyConf(TemplateMdcodeNotifyConfDTO mdcodeNotifyConf)
mdcodeNotifyConf
- the mdcode notify confpublic TemplateOpenCardConfDTO getOpenCardConf()
public void setOpenCardConf(TemplateOpenCardConfDTO openCardConf)
openCardConf
- the open card confpublic List<PubChannelDTO> getPubChannels()
public void setPubChannels(List<PubChannelDTO> pubChannels)
pubChannels
- the pub channelspublic String getRequestId()
public void setRequestId(String requestId)
requestId
- the request idpublic List<String> getServiceLabelList()
public void setServiceLabelList(List<String> serviceLabelList)
serviceLabelList
- the service label listpublic void setShopIds(List<String> shopIds)
shopIds
- the shop idspublic List<TemplateBenefitInfoDTO> getTemplateBenefitInfo()
public void setTemplateBenefitInfo(List<TemplateBenefitInfoDTO> templateBenefitInfo)
templateBenefitInfo
- the template benefit infopublic TemplateStyleInfoDTO getTemplateStyleInfo()
public void setTemplateStyleInfo(TemplateStyleInfoDTO templateStyleInfo)
templateStyleInfo
- the template style infopublic String getWriteOffType()
public void setWriteOffType(String writeOffType)
writeOffType
- the write off typeCopyright © 2018. All rights reserved.