public class DescribeCodePacksRequest extends AbstractModel
Constructor and Description |
---|
DescribeCodePacksRequest() |
DescribeCodePacksRequest(DescribeCodePacksRequest 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 |
getCorpId()
Get 企业ID
|
String |
getKeyword()
Get 查询关键字
|
Long |
getPageNumber()
Get 页数
|
Long |
getPageSize()
Get 每页数量
|
Long |
getSerialType()
Get 是否有流水码 0:无 1:有
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setKeyword(String Keyword)
Set 查询关键字
|
void |
setPageNumber(Long PageNumber)
Set 页数
|
void |
setPageSize(Long PageSize)
Set 每页数量
|
void |
setSerialType(Long SerialType)
Set 是否有流水码 0:无 1:有
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DescribeCodePacksRequest()
public DescribeCodePacksRequest(DescribeCodePacksRequest source)
public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 每页数量public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 页数public String getKeyword()
public void setKeyword(String Keyword)
Keyword
- 查询关键字public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDpublic Long getSerialType()
public void setSerialType(Long SerialType)
SerialType
- 是否有流水码 0:无 1:有Copyright © 2023. All rights reserved.