public class GetMetaTableDetailInfoResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfo |
detailInfo
The details of the table.
|
String |
errorCode
The error code returned.
|
String |
errorMessage
The error message returned.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request was successful.
|
| 构造器和说明 |
|---|
GetMetaTableDetailInfoResponseBody() |
@NameInMap(value="DetailInfo") public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfo detailInfo
The details of the table.
@NameInMap(value="ErrorCode") public String errorCode
The error code returned.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:E881CB2F-DE42-42E5-90EB-8B3173DCB9B9
@NameInMap(value="Success") public Boolean success
Indicates whether the request was successful.
example:true
public static GetMetaTableDetailInfoResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTableDetailInfoResponseBody setDetailInfo(GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfo detailInfo)
public GetMetaTableDetailInfoResponseBody.GetMetaTableDetailInfoResponseBodyDetailInfo getDetailInfo()
public GetMetaTableDetailInfoResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetMetaTableDetailInfoResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetMetaTableDetailInfoResponseBody setRequestId(String requestId)
public String getRequestId()
public GetMetaTableDetailInfoResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.