public class QueryPolicyProductListByCodeRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
QueryPolicyProductListByCodeRequest()  | 
QueryPolicyProductListByCodeRequest(QueryPolicyProductListByCodeRequest 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 | 
getPage()
Get Page parameter: current page number. 
 | 
Long | 
getPageSize()
Get Page parameter: Indicates the number of entries per page. 
 | 
String | 
getPolicyCode()
Get Policy code. 
 | 
String | 
getProductCode()
Get The code of the ProductName field in the  bill data. 
 | 
String | 
getProductName()
Get The ProductName field value in the billing data. 
 | 
String | 
getSubProductCode()
Get The code of the SubProductName field in the  bill data. 
 | 
String | 
getSubProductName()
Get The SubProductName field value in the billing data. 
 | 
void | 
setPage(Long Page)
Set Page parameter: current page number. 
 | 
void | 
setPageSize(Long PageSize)
Set Page parameter: Indicates the number of entries per page. 
 | 
void | 
setPolicyCode(String PolicyCode)
Set Policy code. 
 | 
void | 
setProductCode(String ProductCode)
Set The code of the ProductName field in the  bill data. 
 | 
void | 
setProductName(String ProductName)
Set The ProductName field value in the billing data. 
 | 
void | 
setSubProductCode(String SubProductCode)
Set The code of the SubProductName field in the  bill data. 
 | 
void | 
setSubProductName(String SubProductName)
Set The SubProductName field value in the billing data. 
 | 
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 QueryPolicyProductListByCodeRequest()
public QueryPolicyProductListByCodeRequest(QueryPolicyProductListByCodeRequest source)
public String getPolicyCode()
public void setPolicyCode(String PolicyCode)
PolicyCode - Policy code.public String getProductCode()
public void setProductCode(String ProductCode)
ProductCode - The code of the ProductName field in the  bill data.public String getProductName()
public void setProductName(String ProductName)
ProductName - The ProductName field value in the billing data.public String getSubProductCode()
public void setSubProductCode(String SubProductCode)
SubProductCode - The code of the SubProductName field in the  bill data.public String getSubProductName()
public void setSubProductName(String SubProductName)
SubProductName - The SubProductName field value in the billing data.public Long getPage()
public void setPage(Long Page)
Page - Page parameter: current page number. The minimum value is 1.public Long getPageSize()
public void setPageSize(Long PageSize)
PageSize - Page parameter: Indicates the number of entries per page. Value range: [1, 200], default is 200.Copyright © 2025. All rights reserved.