public class DescribeApply extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeApply() | 
| DescribeApply(DescribeApply source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| Long | getPageNumber()Get 分页页码 | 
| Long | getPageSize()Get 分页大小 | 
| Apply[] | getRows()Get 申请列表详情 | 
| Long | getTotalCount()Get 总个数 | 
| Long | getTotalPageNumber()Get 总分页页码 | 
| void | setPageNumber(Long PageNumber)Set 分页页码 | 
| void | setPageSize(Long PageSize)Set 分页大小 | 
| void | setRows(Apply[] Rows)Set 申请列表详情 | 
| void | setTotalCount(Long TotalCount)Set 总个数 | 
| void | setTotalPageNumber(Long TotalPageNumber)Set 总分页页码 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeApply()
public DescribeApply(DescribeApply source)
public Apply[] getRows()
public void setRows(Apply[] Rows)
Rows - 申请列表详情public Long getTotalPageNumber()
public void setTotalPageNumber(Long TotalPageNumber)
TotalPageNumber - 总分页页码public Long getTotalCount()
public void setTotalCount(Long TotalCount)
TotalCount - 总个数public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 分页页码public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 分页大小Copyright © 2025. All rights reserved.