public class TemplateColumnInfoDTO extends AlipayObject
Constructor and Description |
---|
TemplateColumnInfoDTO() |
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Gets code.
|
String |
getGroupTitle()
Gets group title.
|
String |
getIconId()
Gets icon id.
|
MoreInfoDTO |
getMoreInfo()
Gets more info.
|
String |
getOperateType()
Gets operate type.
|
String |
getTag()
Gets tag.
|
String |
getTitle()
Gets title.
|
String |
getValue()
Gets value.
|
void |
setCode(String code)
Sets code.
|
void |
setGroupTitle(String groupTitle)
Sets group title.
|
void |
setIconId(String iconId)
Sets icon id.
|
void |
setMoreInfo(MoreInfoDTO moreInfo)
Sets more info.
|
void |
setOperateType(String operateType)
Sets operate type.
|
void |
setTag(String tag)
Sets tag.
|
void |
setTitle(String title)
Sets title.
|
void |
setValue(String value)
Sets value.
|
public String getCode()
public void setCode(String code)
code
- the codepublic String getGroupTitle()
public void setGroupTitle(String groupTitle)
groupTitle
- the group titlepublic String getIconId()
public void setIconId(String iconId)
iconId
- the icon idpublic MoreInfoDTO getMoreInfo()
public void setMoreInfo(MoreInfoDTO moreInfo)
moreInfo
- the more infopublic String getOperateType()
public void setOperateType(String operateType)
operateType
- the operate typepublic String getTag()
public void setTag(String tag)
tag
- the tagpublic String getTitle()
public void setTitle(String title)
title
- the titlepublic String getValue()
public void setValue(String value)
value
- the valueCopyright © 2018. All rights reserved.