public class UpdateTableRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
UpdateTableRequest.UpdateTableRequestColumns |
static class |
UpdateTableRequest.UpdateTableRequestThemes |
| 构造器和说明 |
|---|
UpdateTableRequest() |
@NameInMap(value="AppGuid") public String appGuid
@NameInMap(value="CategoryId") public Long categoryId
@NameInMap(value="Columns") public List<UpdateTableRequest.UpdateTableRequestColumns> columns
@NameInMap(value="Comment") public String comment
@NameInMap(value="CreateIfNotExists") public Boolean createIfNotExists
@NameInMap(value="Endpoint") public String endpoint
@NameInMap(value="EnvType") public Integer envType
@NameInMap(value="ExternalTableType") public String externalTableType
@NameInMap(value="HasPart") public Integer hasPart
@NameInMap(value="IsView") public Integer isView
@NameInMap(value="LifeCycle") public Integer lifeCycle
@NameInMap(value="Location") public String location
@NameInMap(value="LogicalLevelId") public Long logicalLevelId
@NameInMap(value="OwnerId") public String ownerId
@NameInMap(value="PhysicsLevelId") public Long physicsLevelId
@NameInMap(value="ProjectId") public Long projectId
@NameInMap(value="TableName") public String tableName
@NameInMap(value="Themes") public List<UpdateTableRequest.UpdateTableRequestThemes> themes
@NameInMap(value="Visibility") public Integer visibility
public static UpdateTableRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateTableRequest setAppGuid(String appGuid)
public String getAppGuid()
public UpdateTableRequest setCategoryId(Long categoryId)
public Long getCategoryId()
public UpdateTableRequest setColumns(List<UpdateTableRequest.UpdateTableRequestColumns> columns)
public List<UpdateTableRequest.UpdateTableRequestColumns> getColumns()
public UpdateTableRequest setComment(String comment)
public String getComment()
public UpdateTableRequest setCreateIfNotExists(Boolean createIfNotExists)
public Boolean getCreateIfNotExists()
public UpdateTableRequest setEndpoint(String endpoint)
public String getEndpoint()
public UpdateTableRequest setEnvType(Integer envType)
public Integer getEnvType()
public UpdateTableRequest setExternalTableType(String externalTableType)
public String getExternalTableType()
public UpdateTableRequest setHasPart(Integer hasPart)
public Integer getHasPart()
public UpdateTableRequest setIsView(Integer isView)
public Integer getIsView()
public UpdateTableRequest setLifeCycle(Integer lifeCycle)
public Integer getLifeCycle()
public UpdateTableRequest setLocation(String location)
public String getLocation()
public UpdateTableRequest setLogicalLevelId(Long logicalLevelId)
public Long getLogicalLevelId()
public UpdateTableRequest setOwnerId(String ownerId)
public String getOwnerId()
public UpdateTableRequest setPhysicsLevelId(Long physicsLevelId)
public Long getPhysicsLevelId()
public UpdateTableRequest setProjectId(Long projectId)
public Long getProjectId()
public UpdateTableRequest setTableName(String tableName)
public String getTableName()
public UpdateTableRequest setThemes(List<UpdateTableRequest.UpdateTableRequestThemes> themes)
public List<UpdateTableRequest.UpdateTableRequestThemes> getThemes()
public UpdateTableRequest setVisibility(Integer visibility)
public Integer getVisibility()
Copyright © 2021. All rights reserved.