public class ListChartReleaseResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ListChartReleaseResponseBody.ListChartReleaseResponseBodyChartReleases |
| 构造器和说明 |
|---|
ListChartReleaseResponseBody() |
| 限定符和类型 | 方法和说明 |
|---|---|
static ListChartReleaseResponseBody |
build(Map<String,?> map) |
List<ListChartReleaseResponseBody.ListChartReleaseResponseBodyChartReleases> |
getChartReleases() |
String |
getCode() |
Boolean |
getIsSuccess() |
Integer |
getPageNo() |
Integer |
getPageSize() |
String |
getRequestId() |
String |
getTotalCount() |
ListChartReleaseResponseBody |
setChartReleases(List<ListChartReleaseResponseBody.ListChartReleaseResponseBodyChartReleases> chartReleases) |
ListChartReleaseResponseBody |
setCode(String code) |
ListChartReleaseResponseBody |
setIsSuccess(Boolean isSuccess) |
ListChartReleaseResponseBody |
setPageNo(Integer pageNo) |
ListChartReleaseResponseBody |
setPageSize(Integer pageSize) |
ListChartReleaseResponseBody |
setRequestId(String requestId) |
ListChartReleaseResponseBody |
setTotalCount(String totalCount) |
@NameInMap(value="ChartReleases") public List<ListChartReleaseResponseBody.ListChartReleaseResponseBodyChartReleases> chartReleases
@NameInMap(value="Code") public String code
@NameInMap(value="IsSuccess") public Boolean isSuccess
@NameInMap(value="PageNo") public Integer pageNo
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="RequestId") public String requestId
@NameInMap(value="TotalCount") public String totalCount
public static ListChartReleaseResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic ListChartReleaseResponseBody setChartReleases(List<ListChartReleaseResponseBody.ListChartReleaseResponseBodyChartReleases> chartReleases)
public List<ListChartReleaseResponseBody.ListChartReleaseResponseBodyChartReleases> getChartReleases()
public ListChartReleaseResponseBody setCode(String code)
public String getCode()
public ListChartReleaseResponseBody setIsSuccess(Boolean isSuccess)
public Boolean getIsSuccess()
public ListChartReleaseResponseBody setPageNo(Integer pageNo)
public Integer getPageNo()
public ListChartReleaseResponseBody setPageSize(Integer pageSize)
public Integer getPageSize()
public ListChartReleaseResponseBody setRequestId(String requestId)
public String getRequestId()
public ListChartReleaseResponseBody setTotalCount(String totalCount)
public String getTotalCount()
Copyright © 2023. All rights reserved.