public class CreateTableThemeRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
CreateTableThemeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static CreateTableThemeRequest |
build(Map<String,?> map) |
Integer |
getLevel() |
String |
getName() |
Long |
getParentId() |
Long |
getProjectId() |
CreateTableThemeRequest |
setLevel(Integer level) |
CreateTableThemeRequest |
setName(String name) |
CreateTableThemeRequest |
setParentId(Long parentId) |
CreateTableThemeRequest |
setProjectId(Long projectId) |
@NameInMap(value="Level") public Integer level
@NameInMap(value="Name") public String name
@NameInMap(value="ParentId") public Long parentId
@NameInMap(value="ProjectId") public Long projectId
public static CreateTableThemeRequest build(Map<String,?> map) throws Exception
Exceptionpublic CreateTableThemeRequest setLevel(Integer level)
public Integer getLevel()
public CreateTableThemeRequest setName(String name)
public String getName()
public CreateTableThemeRequest setParentId(Long parentId)
public Long getParentId()
public CreateTableThemeRequest setProjectId(Long projectId)
public Long getProjectId()
Copyright © 2021. All rights reserved.