public class TemplateOpenCardConfDTO extends AlipayObject
| Constructor and Description |
|---|
TemplateOpenCardConfDTO() |
| Modifier and Type | Method and Description |
|---|---|
List<TemplateRightsContentDTO> |
getCardRights()
Gets card rights.
|
String |
getConf()
Gets conf.
|
String |
getOpenCardSourceType()
Gets open card source type.
|
String |
getOpenCardUrl()
Gets open card url.
|
String |
getSourceAppId()
Gets source app id.
|
void |
setCardRights(List<TemplateRightsContentDTO> cardRights)
Sets card rights.
|
void |
setConf(String conf)
Sets conf.
|
void |
setOpenCardSourceType(String openCardSourceType)
Sets open card source type.
|
void |
setOpenCardUrl(String openCardUrl)
Sets open card url.
|
void |
setSourceAppId(String sourceAppId)
Sets source app id.
|
public List<TemplateRightsContentDTO> getCardRights()
public void setCardRights(List<TemplateRightsContentDTO> cardRights)
cardRights - the card rightspublic String getConf()
public void setConf(String conf)
conf - the confpublic String getOpenCardSourceType()
public void setOpenCardSourceType(String openCardSourceType)
openCardSourceType - the open card source typepublic String getOpenCardUrl()
public void setOpenCardUrl(String openCardUrl)
openCardUrl - the open card urlpublic String getSourceAppId()
public void setSourceAppId(String sourceAppId)
sourceAppId - the source app idCopyright © 2018. All rights reserved.