public class GetDataLakeDatabaseResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DLDatabase |
database |
String |
errorCode
example:
404
|
String |
errorMessage
example:
code: 404, can not find catalog, name : hive1 request id: FF737753-9641-1F51-AFDA-7DF541114B29
|
String |
requestId
example:
E5EE2B9E-2F95-57FA-B284-CB441CEE49D6
|
Boolean |
success
example:
true
|
| 构造器和说明 |
|---|
GetDataLakeDatabaseResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataLakeDatabaseResponseBody |
build(Map<String,?> map) |
DLDatabase |
getDatabase() |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetDataLakeDatabaseResponseBody |
setDatabase(DLDatabase database) |
GetDataLakeDatabaseResponseBody |
setErrorCode(String errorCode) |
GetDataLakeDatabaseResponseBody |
setErrorMessage(String errorMessage) |
GetDataLakeDatabaseResponseBody |
setRequestId(String requestId) |
GetDataLakeDatabaseResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Database") public DLDatabase database
@NameInMap(value="ErrorCode") public String errorCode
404
@NameInMap(value="ErrorMessage") public String errorMessage
code: 404, can not find catalog, name : hive1 request id: FF737753-9641-1F51-AFDA-7DF541114B29
@NameInMap(value="RequestId") public String requestId
E5EE2B9E-2F95-57FA-B284-CB441CEE49D6
@NameInMap(value="Success") public Boolean success
true
public static GetDataLakeDatabaseResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDataLakeDatabaseResponseBody setDatabase(DLDatabase database)
public DLDatabase getDatabase()
public GetDataLakeDatabaseResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetDataLakeDatabaseResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetDataLakeDatabaseResponseBody setRequestId(String requestId)
public String getRequestId()
public GetDataLakeDatabaseResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.