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