public class UpdateTableLevelRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateTableLevelRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateTableLevelRequest |
build(Map<String,?> map) |
String |
getDescription() |
Long |
getLevelId() |
Integer |
getLevelType() |
String |
getName() |
Long |
getProjectId() |
UpdateTableLevelRequest |
setDescription(String description) |
UpdateTableLevelRequest |
setLevelId(Long levelId) |
UpdateTableLevelRequest |
setLevelType(Integer levelType) |
UpdateTableLevelRequest |
setName(String name) |
UpdateTableLevelRequest |
setProjectId(Long projectId) |
@NameInMap(value="Description") public String description
@NameInMap(value="LevelId") public Long levelId
@NameInMap(value="LevelType") public Integer levelType
@NameInMap(value="Name") public String name
@NameInMap(value="ProjectId") public Long projectId
public static UpdateTableLevelRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTableLevelRequest setDescription(String description)
public String getDescription()
public UpdateTableLevelRequest setLevelId(Long levelId)
public Long getLevelId()
public UpdateTableLevelRequest setLevelType(Integer levelType)
public Integer getLevelType()
public UpdateTableLevelRequest setName(String name)
public String getName()
public UpdateTableLevelRequest setProjectId(Long projectId)
public Long getProjectId()
Copyright © 2021. All rights reserved.