public class NbInput extends AlipayObject
| 构造器和说明 |
|---|
NbInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getLabel() |
Long |
getMaxLength() |
List<String> |
getOptions() |
Boolean |
getRequired() |
String |
getType() |
String |
getVariable() |
String |
getWeight() |
void |
setLabel(String label) |
void |
setMaxLength(Long maxLength) |
void |
setOptions(List<String> options) |
void |
setRequired(Boolean required) |
void |
setType(String type) |
void |
setVariable(String variable) |
void |
setWeight(String weight) |
public String getLabel()
public void setLabel(String label)
public Long getMaxLength()
public void setMaxLength(Long maxLength)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getType()
public void setType(String type)
public String getVariable()
public void setVariable(String variable)
public String getWeight()
public void setWeight(String weight)
Copyright © 2024. All rights reserved.