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 分页每页限制数
|
Long |
getOffset()
Get 分页偏移量
|
void |
setCompanyId(Long CompanyId)
Set 公司ID
|
void |
setLimit(Long Limit)
Set 分页每页限制数
|
void |
setOffset(Long Offset)
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, toJsonString
public DescribeCompaniesRequest()
public DescribeCompaniesRequest(DescribeCompaniesRequest source)
public Long getOffset()
public void setOffset(Long Offset)
Offset
- 分页偏移量public Long getLimit()
public void setLimit(Long Limit)
Limit
- 分页每页限制数public Long getCompanyId()
public void setCompanyId(Long CompanyId)
CompanyId
- 公司IDCopyright © 2024. All rights reserved.