public class PassInfoOpenApiModel extends AlipayObject
| Constructor and Description |
|---|
PassInfoOpenApiModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDataInfo()
Gets data info.
|
Date |
getEndDate()
Gets end date.
|
String |
getExtInfo()
Gets ext info.
|
Date |
getGmtCreate()
Gets gmt create.
|
String |
getItemId()
Gets item id.
|
String |
getLogoText()
Gets logo text.
|
String |
getMechantName()
Gets mechant name.
|
String |
getPassId()
Gets pass id.
|
String |
getSecondLogoText()
Gets second logo text.
|
List<String> |
getShopIdList()
Gets shop id list.
|
Date |
getStartDate()
Gets start date.
|
String |
getStatus()
Gets status.
|
void |
setDataInfo(String dataInfo)
Sets data info.
|
void |
setEndDate(Date endDate)
Sets end date.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setGmtCreate(Date gmtCreate)
Sets gmt create.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setLogoText(String logoText)
Sets logo text.
|
void |
setMechantName(String mechantName)
Sets mechant name.
|
void |
setPassId(String passId)
Sets pass id.
|
void |
setSecondLogoText(String secondLogoText)
Sets second logo text.
|
void |
setShopIdList(List<String> shopIdList)
Sets shop id list.
|
void |
setStartDate(Date startDate)
Sets start date.
|
void |
setStatus(String status)
Sets status.
|
public String getDataInfo()
public void setDataInfo(String dataInfo)
dataInfo - the data infopublic Date getEndDate()
public void setEndDate(Date endDate)
endDate - the end datepublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo - the ext infopublic Date getGmtCreate()
public void setGmtCreate(Date gmtCreate)
gmtCreate - the gmt createpublic String getItemId()
public void setItemId(String itemId)
itemId - the item idpublic String getLogoText()
public void setLogoText(String logoText)
logoText - the logo textpublic String getMechantName()
public void setMechantName(String mechantName)
mechantName - the mechant namepublic String getPassId()
public void setPassId(String passId)
passId - the pass idpublic String getSecondLogoText()
public void setSecondLogoText(String secondLogoText)
secondLogoText - the second logo textpublic void setShopIdList(List<String> shopIdList)
shopIdList - the shop id listpublic Date getStartDate()
public void setStartDate(Date startDate)
startDate - the start datepublic String getStatus()
public void setStatus(String status)
status - the statusCopyright © 2018. All rights reserved.