public class ListDataLakeFunctionResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
example:
UnknownError
|
String |
errorMessage
example:
UnknownError
|
List<DLFunction> |
functionList |
Integer |
maxResults
example:
20
|
String |
nextToken
example:
f056501ada12c1cc
|
String |
requestId
example:
7FAD400F-7A5C-4193-8F9A-39D86C4F0231
|
Boolean |
success
example:
true
|
| 构造器和说明 |
|---|
ListDataLakeFunctionResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDataLakeFunctionResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
List<DLFunction> |
getFunctionList() |
Integer |
getMaxResults() |
String |
getNextToken() |
String |
getRequestId() |
Boolean |
getSuccess() |
ListDataLakeFunctionResponseBody |
setErrorCode(String errorCode) |
ListDataLakeFunctionResponseBody |
setErrorMessage(String errorMessage) |
ListDataLakeFunctionResponseBody |
setFunctionList(List<DLFunction> functionList) |
ListDataLakeFunctionResponseBody |
setMaxResults(Integer maxResults) |
ListDataLakeFunctionResponseBody |
setNextToken(String nextToken) |
ListDataLakeFunctionResponseBody |
setRequestId(String requestId) |
ListDataLakeFunctionResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
UnknownError
@NameInMap(value="FunctionList") public List<DLFunction> functionList
@NameInMap(value="MaxResults") public Integer maxResults
20
@NameInMap(value="NextToken") public String nextToken
f056501ada12c1cc
@NameInMap(value="RequestId") public String requestId
7FAD400F-7A5C-4193-8F9A-39D86C4F0231
@NameInMap(value="Success") public Boolean success
true
public static ListDataLakeFunctionResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListDataLakeFunctionResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListDataLakeFunctionResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListDataLakeFunctionResponseBody setFunctionList(List<DLFunction> functionList)
public List<DLFunction> getFunctionList()
public ListDataLakeFunctionResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListDataLakeFunctionResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListDataLakeFunctionResponseBody setRequestId(String requestId)
public String getRequestId()
public ListDataLakeFunctionResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.