public static class GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
creatorId
The ID of the user who creates the workspace.
|
String |
description
The description of the workspace.
|
Integer |
devDbId
The ID of the development database.
|
String |
dwDbType
The type of the database.
|
Long |
id
The ID of the workspace.
|
Boolean |
isDeleted
Indicates whether the workspace is deleted.
|
Integer |
mode
The mode in which the workspace runs.
|
Integer |
prodDbId
The ID of the production database.
|
String |
spaceConfig
The configuration of the workspace.
|
String |
spaceName
The name of the workspace.
|
String |
tenantId
The ID of the tenant to which the workspace belongs.
|
| 构造器和说明 |
|---|
GetLhSpaceByNameResponseBodyLakehouseSpace() |
@NameInMap(value="CreatorId") public String creatorId
The ID of the user who creates the workspace.
example:51***
@NameInMap(value="Description") public String description
The description of the workspace.
example:test
@NameInMap(value="DevDbId") public Integer devDbId
The ID of the development database.
example:2435****
@NameInMap(value="DwDbType") public String dwDbType
The type of the database. Valid values:
14
@NameInMap(value="Id") public Long id
The ID of the workspace.
example:1
@NameInMap(value="IsDeleted") public Boolean isDeleted
Indicates whether the workspace is deleted. Valid values:
false
@NameInMap(value="Mode") public Integer mode
The mode in which the workspace runs. Valid values:
1
@NameInMap(value="ProdDbId") public Integer prodDbId
The ID of the production database.
example:2442****
@NameInMap(value="SpaceConfig") public String spaceConfig
The configuration of the workspace. Valid values:
{\"skipManualRunCheck\":true,\"skipPublishApprove\":true}
@NameInMap(value="SpaceName") public String spaceName
The name of the workspace.
example:test_space
@NameInMap(value="TenantId") public String tenantId
The ID of the tenant to which the workspace belongs.
example:3***
public GetLhSpaceByNameResponseBodyLakehouseSpace()
public static GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace build(Map<String,?> map) throws Exception
Exceptionpublic GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setCreatorId(String creatorId)
public String getCreatorId()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setDescription(String description)
public String getDescription()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setDevDbId(Integer devDbId)
public Integer getDevDbId()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setDwDbType(String dwDbType)
public String getDwDbType()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setId(Long id)
public Long getId()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setIsDeleted(Boolean isDeleted)
public Boolean getIsDeleted()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setMode(Integer mode)
public Integer getMode()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setProdDbId(Integer prodDbId)
public Integer getProdDbId()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setSpaceConfig(String spaceConfig)
public String getSpaceConfig()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setSpaceName(String spaceName)
public String getSpaceName()
public GetLhSpaceByNameResponseBody.GetLhSpaceByNameResponseBodyLakehouseSpace setTenantId(String tenantId)
public String getTenantId()
Copyright © 2025. All rights reserved.