public class PageTemplateParamInfoDTO extends AlipayObject
| 构造器和说明 |
|---|
PageTemplateParamInfoDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
getAllowUserInput() |
String |
getCode() |
String |
getExtInfo() |
String |
getFrontRenderType() |
String |
getLabel() |
Boolean |
getRequired() |
String |
getType() |
String |
getValue() |
void |
setAllowUserInput(Boolean allowUserInput) |
void |
setCode(String code) |
void |
setExtInfo(String extInfo) |
void |
setFrontRenderType(String frontRenderType) |
void |
setLabel(String label) |
void |
setRequired(Boolean required) |
void |
setType(String type) |
void |
setValue(String value) |
public Boolean getAllowUserInput()
public void setAllowUserInput(Boolean allowUserInput)
public String getCode()
public void setCode(String code)
public String getExtInfo()
public void setExtInfo(String extInfo)
public String getFrontRenderType()
public void setFrontRenderType(String frontRenderType)
public String getLabel()
public void setLabel(String label)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getType()
public void setType(String type)
public String getValue()
public void setValue(String value)
Copyright © 2023. All rights reserved.