public class PassTemplateDetail extends AlipayObject
Constructor and Description |
---|
PassTemplateDetail() |
Modifier and Type | Method and Description |
---|---|
String |
getCreateTime()
Gets create time.
|
String |
getModifyTime()
Gets modify time.
|
String |
getTplContent()
Gets tpl content.
|
String |
getTplId()
Gets tpl id.
|
List<String> |
getTplParams()
Gets tpl params.
|
void |
setCreateTime(String createTime)
Sets create time.
|
void |
setModifyTime(String modifyTime)
Sets modify time.
|
void |
setTplContent(String tplContent)
Sets tpl content.
|
void |
setTplId(String tplId)
Sets tpl id.
|
void |
setTplParams(List<String> tplParams)
Sets tpl params.
|
public String getCreateTime()
public void setCreateTime(String createTime)
createTime
- the create timepublic String getModifyTime()
public void setModifyTime(String modifyTime)
modifyTime
- the modify timepublic String getTplContent()
public void setTplContent(String tplContent)
tplContent
- the tpl contentpublic String getTplId()
public void setTplId(String tplId)
tplId
- the tpl idCopyright © 2018. All rights reserved.