public class GetMetaTablePartitionResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
GetMetaTablePartitionResponseBody.GetMetaTablePartitionResponseBodyData |
static class |
GetMetaTablePartitionResponseBody.GetMetaTablePartitionResponseBodyDataDataEntityList |
| 限定符和类型 | 字段和说明 |
|---|---|
GetMetaTablePartitionResponseBody.GetMetaTablePartitionResponseBodyData |
data |
String |
errorCode |
String |
errorMessage |
Integer |
httpStatusCode |
String |
requestId |
Boolean |
success |
| 构造器和说明 |
|---|
GetMetaTablePartitionResponseBody() |
@NameInMap(value="Data") public GetMetaTablePartitionResponseBody.GetMetaTablePartitionResponseBodyData data
@NameInMap(value="ErrorCode") public String errorCode
@NameInMap(value="ErrorMessage") public String errorMessage
@NameInMap(value="HttpStatusCode") public Integer httpStatusCode
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="Success") public Boolean success
public static GetMetaTablePartitionResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTablePartitionResponseBody setData(GetMetaTablePartitionResponseBody.GetMetaTablePartitionResponseBodyData data)
public GetMetaTablePartitionResponseBody.GetMetaTablePartitionResponseBodyData getData()
public GetMetaTablePartitionResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetMetaTablePartitionResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetMetaTablePartitionResponseBody setHttpStatusCode(Integer httpStatusCode)
public Integer getHttpStatusCode()
public GetMetaTablePartitionResponseBody setRequestId(String requestId)
public String getRequestId()
public GetMetaTablePartitionResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2021. All rights reserved.