public class DescribeScanStatsRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeScanStatsRequest() |
DescribeScanStatsRequest(DescribeScanStatsRequest 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 |
---|---|
String |
getBatchId()
Get 批次ID
|
String |
getCode()
Get 安心码
|
Long |
getCorpId()
Get 企业ID
|
String |
getMerchantId()
Get 商户ID
|
Long |
getPageNumber()
Get 当前分页
|
Long |
getPageSize()
Get 分页数量
|
String |
getProductId()
Get 产品ID
|
void |
setBatchId(String BatchId)
Set 批次ID
|
void |
setCode(String Code)
Set 安心码
|
void |
setCorpId(Long CorpId)
Set 企业ID
|
void |
setMerchantId(String MerchantId)
Set 商户ID
|
void |
setPageNumber(Long PageNumber)
Set 当前分页
|
void |
setPageSize(Long PageSize)
Set 分页数量
|
void |
setProductId(String ProductId)
Set 产品ID
|
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 DescribeScanStatsRequest()
public DescribeScanStatsRequest(DescribeScanStatsRequest source)
public Long getCorpId()
public void setCorpId(Long CorpId)
CorpId
- 企业IDpublic Long getPageSize()
public void setPageSize(Long PageSize)
PageSize
- 分页数量public Long getPageNumber()
public void setPageNumber(Long PageNumber)
PageNumber
- 当前分页public String getMerchantId()
public void setMerchantId(String MerchantId)
MerchantId
- 商户IDpublic String getProductId()
public void setProductId(String ProductId)
ProductId
- 产品IDpublic String getBatchId()
public void setBatchId(String BatchId)
BatchId
- 批次IDpublic String getCode()
public void setCode(String Code)
Code
- 安心码Copyright © 2024. All rights reserved.