public class DescribeCompaniesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeCompaniesRequest() | 
| DescribeCompaniesRequest(DescribeCompaniesRequest 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 | getCompanyId()Get 公司ID | 
| Long | getLimit()Get 分页每页限制数,默认值为0,最大值1000. | 
| Long | getOffset()Get 分页偏移量,默认值为0. | 
| void | setCompanyId(Long CompanyId)Set 公司ID | 
| void | setLimit(Long Limit)Set 分页每页限制数,默认值为0,最大值1000. | 
| void | setOffset(Long Offset)Set 分页偏移量,默认值为0. | 
| 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 DescribeCompaniesRequest()
public DescribeCompaniesRequest(DescribeCompaniesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset - 分页偏移量,默认值为0.public Long getLimit()
public void setLimit(Long Limit)
Limit - 分页每页限制数,默认值为0,最大值1000.public Long getCompanyId()
public void setCompanyId(Long CompanyId)
CompanyId - 公司IDCopyright © 2025. All rights reserved.