public class UpdateMetaTableIntroWikiRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateMetaTableIntroWikiRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateMetaTableIntroWikiRequest |
build(Map<String,?> map) |
String |
getContent() |
String |
getTableGuid() |
UpdateMetaTableIntroWikiRequest |
setContent(String content) |
UpdateMetaTableIntroWikiRequest |
setTableGuid(String tableGuid) |
@NameInMap(value="Content") public String content
@NameInMap(value="TableGuid") public String tableGuid
public static UpdateMetaTableIntroWikiRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateMetaTableIntroWikiRequest setContent(String content)
public String getContent()
public UpdateMetaTableIntroWikiRequest setTableGuid(String tableGuid)
public String getTableGuid()
Copyright © 2021. All rights reserved.