public class FormComponent
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<FormComponent> |
children |
String |
componentType |
FormComponentProps |
props |
| 构造器和说明 |
|---|
FormComponent() |
| 限定符和类型 | 方法和说明 |
|---|---|
static FormComponent |
build(Map<String,?> map) |
List<FormComponent> |
getChildren() |
String |
getComponentType() |
FormComponentProps |
getProps() |
FormComponent |
setChildren(List<FormComponent> children) |
FormComponent |
setComponentType(String componentType) |
FormComponent |
setProps(FormComponentProps props) |
@NameInMap(value="children") public List<FormComponent> children
@NameInMap(value="componentType") public String componentType
@NameInMap(value="props") public FormComponentProps props
public static FormComponent build(Map<String,?> map) throws Exception
Exceptionpublic FormComponent setChildren(List<FormComponent> children)
public List<FormComponent> getChildren()
public FormComponent setComponentType(String componentType)
public String getComponentType()
public FormComponent setProps(FormComponentProps props)
public FormComponentProps getProps()
Copyright © 2022. All rights reserved.