public class PolicyProductList extends AbstractModel
header, skipSign| Constructor and Description |
|---|
PolicyProductList() |
PolicyProductList(PolicyProductList 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 |
getComponentCode()
Get The code of the Component field in the bill data.
|
String |
getComponentName()
Get The Component field value in the billing data.
|
String |
getComponentTypeCode()
Get The code of the ComponentType field in the bill data.
|
String |
getComponentTypeName()
Get The ComponentType field value in the billing data.
|
String |
getEndDate()
Get Policy expiration time.
|
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 |
getStartDate()
Get Policy effective time.
|
String |
getSubProductCode()
Get The code of the SubProduct field in the bill data.
|
String |
getSubProductName()
Get The SubProduct field value in the billing data.
|
void |
setComponentCode(String ComponentCode)
Set The code of the Component field in the bill data.
|
void |
setComponentName(String ComponentName)
Set The Component field value in the billing data.
|
void |
setComponentTypeCode(String ComponentTypeCode)
Set The code of the ComponentType field in the bill data.
|
void |
setComponentTypeName(String ComponentTypeName)
Set The ComponentType field value in the billing data.
|
void |
setEndDate(String EndDate)
Set Policy expiration time.
|
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 |
setStartDate(String StartDate)
Set Policy effective time.
|
void |
setSubProductCode(String SubProductCode)
Set The code of the SubProduct field in the bill data.
|
void |
setSubProductName(String SubProductName)
Set The SubProduct 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 PolicyProductList()
public PolicyProductList(PolicyProductList 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. If the return value is *, any item at this level is included in the policy product range.public String getProductName()
public void setProductName(String ProductName)
ProductName - The ProductName field value in the billing data. If the return value is *, any item at this level is included in the policy product range.public String getSubProductCode()
public void setSubProductCode(String SubProductCode)
SubProductCode - The code of the SubProduct field in the bill data. If the return value is *, any item at this level is included in the policy product range.public String getSubProductName()
public void setSubProductName(String SubProductName)
SubProductName - The SubProduct field value in the billing data. If the return value is *, any item at this level is included in the policy product range.public String getComponentTypeCode()
public void setComponentTypeCode(String ComponentTypeCode)
ComponentTypeCode - The code of the ComponentType field in the bill data. If the return value is *, any item at this level is included in the policy product range.public String getComponentTypeName()
public void setComponentTypeName(String ComponentTypeName)
ComponentTypeName - The ComponentType field value in the billing data. If the return value is *, any item at this level is included in the policy product range.public String getComponentCode()
public void setComponentCode(String ComponentCode)
ComponentCode - The code of the Component field in the bill data. If the return value is *, any item at this level is included in the policy product range.public String getComponentName()
public void setComponentName(String ComponentName)
ComponentName - The Component field value in the billing data. If the return value is *, any item at this level is included in the policy product range.public String getStartDate()
public void setStartDate(String StartDate)
StartDate - Policy effective time.public String getEndDate()
public void setEndDate(String EndDate)
EndDate - Policy expiration time.Copyright © 2025. All rights reserved.