public class UpdateMetaTableRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
addedLabels |
String |
caption |
Long |
categoryId |
Integer |
envType |
String |
newOwnerId |
Long |
projectId |
String |
removedLabels |
String |
tableGuid |
String |
tableName |
Integer |
visibility |
| 构造器和说明 |
|---|
UpdateMetaTableRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateMetaTableRequest |
build(Map<String,?> map) |
String |
getAddedLabels() |
String |
getCaption() |
Long |
getCategoryId() |
Integer |
getEnvType() |
String |
getNewOwnerId() |
Long |
getProjectId() |
String |
getRemovedLabels() |
String |
getTableGuid() |
String |
getTableName() |
Integer |
getVisibility() |
UpdateMetaTableRequest |
setAddedLabels(String addedLabels) |
UpdateMetaTableRequest |
setCaption(String caption) |
UpdateMetaTableRequest |
setCategoryId(Long categoryId) |
UpdateMetaTableRequest |
setEnvType(Integer envType) |
UpdateMetaTableRequest |
setNewOwnerId(String newOwnerId) |
UpdateMetaTableRequest |
setProjectId(Long projectId) |
UpdateMetaTableRequest |
setRemovedLabels(String removedLabels) |
UpdateMetaTableRequest |
setTableGuid(String tableGuid) |
UpdateMetaTableRequest |
setTableName(String tableName) |
UpdateMetaTableRequest |
setVisibility(Integer visibility) |
@NameInMap(value="AddedLabels") public String addedLabels
@NameInMap(value="Caption") public String caption
@NameInMap(value="CategoryId") public Long categoryId
@NameInMap(value="EnvType") public Integer envType
@NameInMap(value="NewOwnerId") public String newOwnerId
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="RemovedLabels") public String removedLabels
@NameInMap(value="TableGuid") public String tableGuid
@NameInMap(value="TableName") public String tableName
@NameInMap(value="Visibility") public Integer visibility
public static UpdateMetaTableRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateMetaTableRequest setAddedLabels(String addedLabels)
public String getAddedLabels()
public UpdateMetaTableRequest setCaption(String caption)
public String getCaption()
public UpdateMetaTableRequest setCategoryId(Long categoryId)
public Long getCategoryId()
public UpdateMetaTableRequest setEnvType(Integer envType)
public Integer getEnvType()
public UpdateMetaTableRequest setNewOwnerId(String newOwnerId)
public String getNewOwnerId()
public UpdateMetaTableRequest setProjectId(Long projectId)
public Long getProjectId()
public UpdateMetaTableRequest setRemovedLabels(String removedLabels)
public String getRemovedLabels()
public UpdateMetaTableRequest setTableGuid(String tableGuid)
public String getTableGuid()
public UpdateMetaTableRequest setTableName(String tableName)
public String getTableName()
public UpdateMetaTableRequest setVisibility(Integer visibility)
public Integer getVisibility()
Copyright © 2021. All rights reserved.