Class MachineUnderwriteOutput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cii.v20210408.models.MachineUnderwriteOutput
-
public class MachineUnderwriteOutput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MachineUnderwriteOutput()MachineUnderwriteOutput(MachineUnderwriteOutput 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCustomerId()Get 客户号StringgetCustomerName()Get 客户姓名InsuranceResult[]getResults()Get 各个险种的结果voidsetCustomerId(String CustomerId)Set 客户号voidsetCustomerName(String CustomerName)Set 客户姓名voidsetResults(InsuranceResult[] Results)Set 各个险种的结果voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
MachineUnderwriteOutput
public MachineUnderwriteOutput()
-
MachineUnderwriteOutput
public MachineUnderwriteOutput(MachineUnderwriteOutput 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.
-
-
Method Detail
-
getCustomerId
public String getCustomerId()
Get 客户号- Returns:
- CustomerId 客户号
-
setCustomerId
public void setCustomerId(String CustomerId)
Set 客户号- Parameters:
CustomerId- 客户号
-
getCustomerName
public String getCustomerName()
Get 客户姓名- Returns:
- CustomerName 客户姓名
-
setCustomerName
public void setCustomerName(String CustomerName)
Set 客户姓名- Parameters:
CustomerName- 客户姓名
-
getResults
public InsuranceResult[] getResults()
Get 各个险种的结果- Returns:
- Results 各个险种的结果
-
setResults
public void setResults(InsuranceResult[] Results)
Set 各个险种的结果- Parameters:
Results- 各个险种的结果
-
-