public class Namespace
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
catalog
This parameter is required.
|
String |
comment |
String |
name |
String |
properties |
| 构造器和说明 |
|---|
Namespace() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Namespace |
build(Map<String,?> map) |
String |
getCatalog() |
String |
getComment() |
String |
getName() |
String |
getProperties() |
Namespace |
setCatalog(String catalog) |
Namespace |
setComment(String comment) |
Namespace |
setName(String name) |
Namespace |
setProperties(String properties) |
@NameInMap(value="Catalog") public String catalog
This parameter is required.
@NameInMap(value="Comment") public String comment
@NameInMap(value="Name") public String name
@NameInMap(value="properties") public String properties
Copyright © 2026. All rights reserved.