public class Meta
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
active
example:
true
|
String |
alias
example:
编码
|
String |
category
example:
common
|
String |
code
example:
title
|
Boolean |
forceActive
example:
true
|
Boolean |
forceRequired
example:
true
|
Boolean |
required
example:
true
|
Map<String,?> |
scheme
example:
{"width": 200}
|
String |
title
example:
名称
|
String |
type
example:
string
|
| 构造器和说明 |
|---|
Meta() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Meta |
build(Map<String,?> map) |
Boolean |
getActive() |
String |
getAlias() |
String |
getCategory() |
String |
getCode() |
Boolean |
getForceActive() |
Boolean |
getForceRequired() |
Boolean |
getRequired() |
Map<String,?> |
getScheme() |
String |
getTitle() |
String |
getType() |
Meta |
setActive(Boolean active) |
Meta |
setAlias(String alias) |
Meta |
setCategory(String category) |
Meta |
setCode(String code) |
Meta |
setForceActive(Boolean forceActive) |
Meta |
setForceRequired(Boolean forceRequired) |
Meta |
setRequired(Boolean required) |
Meta |
setScheme(Map<String,?> scheme) |
Meta |
setTitle(String title) |
Meta |
setType(String type) |
@NameInMap(value="active") public Boolean active
true
@NameInMap(value="alias") public String alias
编码
@NameInMap(value="category") public String category
common
@NameInMap(value="code") public String code
title
@NameInMap(value="forceActive") public Boolean forceActive
true
@NameInMap(value="forceRequired") public Boolean forceRequired
true
@NameInMap(value="required") public Boolean required
true
@NameInMap(value="title") public String title
名称
@NameInMap(value="type") public String type
string
public Boolean getActive()
public String getAlias()
public String getCategory()
public String getCode()
public Boolean getForceActive()
public Boolean getForceRequired()
public Boolean getRequired()
public String getTitle()
public String getType()
Copyright © 2025. All rights reserved.