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