public static class GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyData
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
Integer |
pageNo |
Integer |
pageSize |
List<GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyDataQualityRuleList> |
qualityRuleList |
Long |
total |
构造器和说明 |
---|
GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyData() |
@NameInMap(value="PageNo") public Integer pageNo
@NameInMap(value="PageSize") public Integer pageSize
@NameInMap(value="QualityRuleList") public List<GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyDataQualityRuleList> qualityRuleList
@NameInMap(value="Total") public Long total
public GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyData()
public static GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyData build(Map<String,?> map) throws Exception
Exception
public GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyData setPageNo(Integer pageNo)
public Integer getPageNo()
public GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyData setPageSize(Integer pageSize)
public Integer getPageSize()
public GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyData setQualityRuleList(List<GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyDataQualityRuleList> qualityRuleList)
public List<GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyDataQualityRuleList> getQualityRuleList()
public GetQualityRuleListResponseBody.GetQualityRuleListResponseBodyData setTotal(Long total)
public Long getTotal()
Copyright © 2023. All rights reserved.