public class AlipayMarketingCardUpdateModel extends AlipayObject
Constructor and Description |
---|
AlipayMarketingCardUpdateModel() |
Modifier and Type | Method and Description |
---|---|
MerchantCard |
getCardInfo()
Gets card info.
|
String |
getExtInfo()
Gets ext info.
|
McardStylInfo |
getMcardStyleInfo()
Gets mcard style info.
|
List<McardNotifyMessage> |
getNotifyMessages()
Gets notify messages.
|
Date |
getOccurTime()
Gets occur time.
|
String |
getTargetCardNo()
Gets target card no.
|
String |
getTargetCardNoType()
Gets target card no type.
|
void |
setCardInfo(MerchantCard cardInfo)
Sets card info.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setMcardStyleInfo(McardStylInfo mcardStyleInfo)
Sets mcard style info.
|
void |
setNotifyMessages(List<McardNotifyMessage> notifyMessages)
Sets notify messages.
|
void |
setOccurTime(Date occurTime)
Sets occur time.
|
void |
setTargetCardNo(String targetCardNo)
Sets target card no.
|
void |
setTargetCardNoType(String targetCardNoType)
Sets target card no type.
|
public MerchantCard getCardInfo()
public void setCardInfo(MerchantCard cardInfo)
cardInfo
- the card infopublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo
- the ext infopublic McardStylInfo getMcardStyleInfo()
public void setMcardStyleInfo(McardStylInfo mcardStyleInfo)
mcardStyleInfo
- the mcard style infopublic List<McardNotifyMessage> getNotifyMessages()
public void setNotifyMessages(List<McardNotifyMessage> notifyMessages)
notifyMessages
- the notify messagespublic Date getOccurTime()
public void setOccurTime(Date occurTime)
occurTime
- the occur timepublic String getTargetCardNo()
public void setTargetCardNo(String targetCardNo)
targetCardNo
- the target card nopublic String getTargetCardNoType()
public void setTargetCardNoType(String targetCardNoType)
targetCardNoType
- the target card no typeCopyright © 2018. All rights reserved.