public class ListIntegrationConfigTimelinesResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 类和说明 |
---|---|
static class |
ListIntegrationConfigTimelinesResponseBody.ListIntegrationConfigTimelinesResponseBodyData |
限定符和类型 | 字段和说明 |
---|---|
List<ListIntegrationConfigTimelinesResponseBody.ListIntegrationConfigTimelinesResponseBodyData> |
data
data
|
Long |
pageNumber
pageNumber
example:
1
|
Long |
pageSize
pageSize
example:
10
|
String |
requestId
requestId
example:
601FA6A2-AC5C-4B59-BE11-378F887A6A11
|
Long |
totalCount
totalCount
example:
103
|
构造器和说明 |
---|
ListIntegrationConfigTimelinesResponseBody() |
@NameInMap(value="data") public List<ListIntegrationConfigTimelinesResponseBody.ListIntegrationConfigTimelinesResponseBodyData> data
data
@NameInMap(value="pageNumber") public Long pageNumber
pageNumber
example:1
@NameInMap(value="pageSize") public Long pageSize
pageSize
example:10
@NameInMap(value="requestId") public String requestId
requestId
example:601FA6A2-AC5C-4B59-BE11-378F887A6A11
@NameInMap(value="totalCount") public Long totalCount
totalCount
example:103
public ListIntegrationConfigTimelinesResponseBody()
public static ListIntegrationConfigTimelinesResponseBody build(Map<String,?> map) throws Exception
Exception
public ListIntegrationConfigTimelinesResponseBody setData(List<ListIntegrationConfigTimelinesResponseBody.ListIntegrationConfigTimelinesResponseBodyData> data)
public List<ListIntegrationConfigTimelinesResponseBody.ListIntegrationConfigTimelinesResponseBodyData> getData()
public ListIntegrationConfigTimelinesResponseBody setPageNumber(Long pageNumber)
public Long getPageNumber()
public ListIntegrationConfigTimelinesResponseBody setPageSize(Long pageSize)
public Long getPageSize()
public ListIntegrationConfigTimelinesResponseBody setRequestId(String requestId)
public String getRequestId()
public ListIntegrationConfigTimelinesResponseBody setTotalCount(Long totalCount)
public Long getTotalCount()
Copyright © 2024. All rights reserved.