public class DescribeCompanyListRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCompanyListRequest() | 
| DescribeCompanyListRequest(DescribeCompanyListRequest 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[] | getApplyID()Get 申请ID | 
| String[] | getCompanyName()Get 公司名称 | 
| Long | getPageNumber()Get 分页页码,从 0 开始 | 
| Long | getPageSize()Get 分页尺寸,上限 100 | 
| Long[] | getState()Get 审核状态,1-待审核,2-审核通过,3-驳回 | 
| void | setApplyID(Long[] ApplyID)Set 申请ID | 
| void | setCompanyName(String[] CompanyName)Set 公司名称 | 
| void | setPageNumber(Long PageNumber)Set 分页页码,从 0 开始 | 
| void | setPageSize(Long PageSize)Set 分页尺寸,上限 100 | 
| void | setState(Long[] State)Set 审核状态,1-待审核,2-审核通过,3-驳回 | 
| 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 DescribeCompanyListRequest()
public DescribeCompanyListRequest(DescribeCompanyListRequest source)
public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - 分页尺寸,上限 100public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber - 分页页码,从 0 开始public String[] getCompanyName()
public void setCompanyName(String[] CompanyName)
CompanyName - 公司名称public Long[] getState()
public void setState(Long[] State)
State - 审核状态,1-待审核,2-审核通过,3-驳回public Long[] getApplyID()
public void setApplyID(Long[] ApplyID)
ApplyID - 申请IDCopyright © 2025. All rights reserved.