public class DeleteTableThemeRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DeleteTableThemeRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteTableThemeRequest |
build(Map<String,?> map) |
Long |
getProjectId() |
Long |
getThemeId() |
DeleteTableThemeRequest |
setProjectId(Long projectId) |
DeleteTableThemeRequest |
setThemeId(Long themeId) |
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="ThemeId") public Long themeId
public static DeleteTableThemeRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteTableThemeRequest setProjectId(Long projectId)
public Long getProjectId()
public DeleteTableThemeRequest setThemeId(Long themeId)
public Long getThemeId()
Copyright © 2021. All rights reserved.