public class ListDataLakePartitionByFilterResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
errorCode
example:
UnknownError
|
String |
errorMessage
example:
UnknownError
|
Integer |
maxResults
example:
20
|
String |
nextToken
example:
NesLoKLEdIZrKhDT7I2gS****
|
List<DLPartition> |
partitionList |
String |
requestId
example:
427688B8-ADFB-4C4E-9D45-EF5C1FD6E23D
|
Boolean |
success
example:
true
|
| 构造器和说明 |
|---|
ListDataLakePartitionByFilterResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListDataLakePartitionByFilterResponseBody |
build(Map<String,?> map) |
String |
getErrorCode() |
String |
getErrorMessage() |
Integer |
getMaxResults() |
String |
getNextToken() |
List<DLPartition> |
getPartitionList() |
String |
getRequestId() |
Boolean |
getSuccess() |
ListDataLakePartitionByFilterResponseBody |
setErrorCode(String errorCode) |
ListDataLakePartitionByFilterResponseBody |
setErrorMessage(String errorMessage) |
ListDataLakePartitionByFilterResponseBody |
setMaxResults(Integer maxResults) |
ListDataLakePartitionByFilterResponseBody |
setNextToken(String nextToken) |
ListDataLakePartitionByFilterResponseBody |
setPartitionList(List<DLPartition> partitionList) |
ListDataLakePartitionByFilterResponseBody |
setRequestId(String requestId) |
ListDataLakePartitionByFilterResponseBody |
setSuccess(Boolean success) |
@NameInMap(value="ErrorCode") public String errorCode
UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
UnknownError
@NameInMap(value="MaxResults") public Integer maxResults
20
@NameInMap(value="NextToken") public String nextToken
NesLoKLEdIZrKhDT7I2gS****
@NameInMap(value="PartitionList") public List<DLPartition> partitionList
@NameInMap(value="RequestId") public String requestId
427688B8-ADFB-4C4E-9D45-EF5C1FD6E23D
@NameInMap(value="Success") public Boolean success
true
public ListDataLakePartitionByFilterResponseBody()
public static ListDataLakePartitionByFilterResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListDataLakePartitionByFilterResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public ListDataLakePartitionByFilterResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public ListDataLakePartitionByFilterResponseBody setMaxResults(Integer maxResults)
public Integer getMaxResults()
public ListDataLakePartitionByFilterResponseBody setNextToken(String nextToken)
public String getNextToken()
public ListDataLakePartitionByFilterResponseBody setPartitionList(List<DLPartition> partitionList)
public List<DLPartition> getPartitionList()
public ListDataLakePartitionByFilterResponseBody setRequestId(String requestId)
public String getRequestId()
public ListDataLakePartitionByFilterResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.