public class DescribeCheckWarningSummaryResponse
extends com.aliyuncs.AcsResponse
限定符和类型 | 类和说明 |
---|---|
static class |
DescribeCheckWarningSummaryResponse.WarningSummary |
构造器和说明 |
---|
DescribeCheckWarningSummaryResponse() |
限定符和类型 | 方法和说明 |
---|---|
boolean |
checkShowJsonItemName() |
Integer |
getCount() |
Integer |
getCurrentPage() |
DescribeCheckWarningSummaryResponse |
getInstance(com.aliyuncs.transform.UnmarshallerContext context) |
Integer |
getPageSize() |
String |
getRequestId() |
Integer |
getTotalCount() |
List<DescribeCheckWarningSummaryResponse.WarningSummary> |
getWarningSummarys() |
void |
setCount(Integer count) |
void |
setCurrentPage(Integer currentPage) |
void |
setPageSize(Integer pageSize) |
void |
setRequestId(String requestId) |
void |
setTotalCount(Integer totalCount) |
void |
setWarningSummarys(List<DescribeCheckWarningSummaryResponse.WarningSummary> warningSummarys) |
public Integer getCurrentPage()
public void setCurrentPage(Integer currentPage)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public String getRequestId()
public void setRequestId(String requestId)
public Integer getTotalCount()
public void setTotalCount(Integer totalCount)
public Integer getCount()
public void setCount(Integer count)
public List<DescribeCheckWarningSummaryResponse.WarningSummary> getWarningSummarys()
public void setWarningSummarys(List<DescribeCheckWarningSummaryResponse.WarningSummary> warningSummarys)
public DescribeCheckWarningSummaryResponse getInstance(com.aliyuncs.transform.UnmarshallerContext context)
getInstance
在类中 com.aliyuncs.AcsResponse
public boolean checkShowJsonItemName()
checkShowJsonItemName
在类中 com.aliyuncs.AcsResponse
Copyright © 2023. All rights reserved.