public class DescribeCodePacksRequest extends AbstractModel
header, skipSign| 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 每页数量 | 
| String | getResId()Get 资源ID ResType是 batch 时对应是批次ID, 是 order_in, order_out时,则是订单ID | 
| String | getResType()Get 资源类型 batch:批次, order_in 入库, order_out: 出入 | 
| Long | getSceneCode()Get 应用场景 | 
| Long | getSerialType()Get 是否有流水码 0:无 1:有 | 
| String | getStatus()Get 码包状态 | 
| void | setCorpId(Long CorpId)Set 企业ID | 
| void | setKeyword(String Keyword)Set 查询关键字 | 
| void | setPageNumber(Long PageNumber)Set 页数 | 
| void | setPageSize(Long PageSize)Set 每页数量 | 
| void | setResId(String ResId)Set 资源ID ResType是 batch 时对应是批次ID, 是 order_in, order_out时,则是订单ID | 
| void | setResType(String ResType)Set 资源类型 batch:批次, order_in 入库, order_out: 出入 | 
| void | setSceneCode(Long SceneCode)Set 应用场景 | 
| void | setSerialType(Long SerialType)Set 是否有流水码 0:无 1:有 | 
| void | setStatus(String Status)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 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:有public String getResType()
public void setResType(String ResType)
ResType - 资源类型 batch:批次, order_in 入库, order_out: 出入public String getResId()
public void setResId(String ResId)
ResId - 资源ID ResType是 batch 时对应是批次ID, 是 order_in, order_out时,则是订单IDpublic Long getSceneCode()
public void setSceneCode(Long SceneCode)
SceneCode - 应用场景public String getStatus()
public void setStatus(String Status)
Status - 码包状态Copyright © 2025. All rights reserved.