public class TemplateActionInfoDTO extends AlipayObject
| Constructor and Description | 
|---|
TemplateActionInfoDTO()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCode()
Gets code. 
 | 
TemplateActionMiniAppUrlDTO | 
getMiniAppUrl()
Gets mini app url. 
 | 
String | 
getText()
Gets text. 
 | 
String | 
getUrl()
Gets url. 
 | 
String | 
getUrlType()
Gets url type. 
 | 
void | 
setCode(String code)
Sets code. 
 | 
void | 
setMiniAppUrl(TemplateActionMiniAppUrlDTO miniAppUrl)
Sets mini app url. 
 | 
void | 
setText(String text)
Sets text. 
 | 
void | 
setUrl(String url)
Sets url. 
 | 
void | 
setUrlType(String urlType)
Sets url type. 
 | 
public String getCode()
public void setCode(String code)
code - the codepublic TemplateActionMiniAppUrlDTO getMiniAppUrl()
public void setMiniAppUrl(TemplateActionMiniAppUrlDTO miniAppUrl)
miniAppUrl - the mini app urlpublic String getText()
public void setText(String text)
text - the textpublic String getUrl()
public void setUrl(String url)
url - the urlpublic String getUrlType()
public void setUrlType(String urlType)
urlType - the url typeCopyright © 2018. All rights reserved.