public class GetDataLakeCatalogResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
DLCatalog |
catalog |
String |
errorCode
example:
400
|
String |
errorMessage
example:
code: 404, can not find catalog, name : hiv request id: 6090E571-E5B1-1E6D-BF44-F9E10E8B7EB1
|
String |
requestId
example:
FE8EE2F1-4880-46BC-A704-5CF63EAF9A04
|
Boolean |
success
example:
true
|
| 构造器和说明 |
|---|
GetDataLakeCatalogResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetDataLakeCatalogResponseBody |
build(Map<String,?> map) |
DLCatalog |
getCatalog() |
String |
getErrorCode() |
String |
getErrorMessage() |
String |
getRequestId() |
Boolean |
getSuccess() |
GetDataLakeCatalogResponseBody |
setCatalog(DLCatalog catalog) |
GetDataLakeCatalogResponseBody |
setErrorCode(String errorCode) |
GetDataLakeCatalogResponseBody |
setErrorMessage(String errorMessage) |
GetDataLakeCatalogResponseBody |
setRequestId(String requestId) |
GetDataLakeCatalogResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="Catalog") public DLCatalog catalog
@NameInMap(value="ErrorCode") public String errorCode
400
@NameInMap(value="ErrorMessage") public String errorMessage
code: 404, can not find catalog, name : hiv request id: 6090E571-E5B1-1E6D-BF44-F9E10E8B7EB1
@NameInMap(value="RequestId") public String requestId
FE8EE2F1-4880-46BC-A704-5CF63EAF9A04
@NameInMap(value="Success") public Boolean success
true
public static GetDataLakeCatalogResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetDataLakeCatalogResponseBody setCatalog(DLCatalog catalog)
public DLCatalog getCatalog()
public GetDataLakeCatalogResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetDataLakeCatalogResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetDataLakeCatalogResponseBody setRequestId(String requestId)
public String getRequestId()
public GetDataLakeCatalogResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.