public class GetMetaTableColumnResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetMetaTableColumnResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GetMetaTableColumnResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetMetaTableColumnResponse |
build(Map<String,?> map) |
GetMetaTableColumnResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetMetaTableColumnResponse |
setBody(GetMetaTableColumnResponseBody body) |
GetMetaTableColumnResponse |
setHeaders(Map<String,String> headers) |
GetMetaTableColumnResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetMetaTableColumnResponseBody body
public static GetMetaTableColumnResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetMetaTableColumnResponse setHeaders(Map<String,String> headers)
public GetMetaTableColumnResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetMetaTableColumnResponse setBody(GetMetaTableColumnResponseBody body)
public GetMetaTableColumnResponseBody getBody()
Copyright © 2025. All rights reserved.