public class PurchaseRecommResultDTO extends AlipayObject
| 构造器和说明 |
|---|
PurchaseRecommResultDTO() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<InsAgreementDTO> |
getAgreementList() |
String |
getInstId() |
String |
getInstName() |
List<PurchaseInsurePlanDTO> |
getInsurePlans() |
String |
getProductCode() |
String |
getProductDesc() |
String |
getProductInfoUrl() |
String |
getProductPlanId() |
String |
getRecommendFlowId() |
Boolean |
getShowUninsuredOption() |
void |
setAgreementList(List<InsAgreementDTO> agreementList) |
void |
setInstId(String instId) |
void |
setInstName(String instName) |
void |
setInsurePlans(List<PurchaseInsurePlanDTO> insurePlans) |
void |
setProductCode(String productCode) |
void |
setProductDesc(String productDesc) |
void |
setProductInfoUrl(String productInfoUrl) |
void |
setProductPlanId(String productPlanId) |
void |
setRecommendFlowId(String recommendFlowId) |
void |
setShowUninsuredOption(Boolean showUninsuredOption) |
public List<InsAgreementDTO> getAgreementList()
public void setAgreementList(List<InsAgreementDTO> agreementList)
public String getInstId()
public void setInstId(String instId)
public String getInstName()
public void setInstName(String instName)
public List<PurchaseInsurePlanDTO> getInsurePlans()
public void setInsurePlans(List<PurchaseInsurePlanDTO> insurePlans)
public String getProductCode()
public void setProductCode(String productCode)
public String getProductDesc()
public void setProductDesc(String productDesc)
public String getProductInfoUrl()
public void setProductInfoUrl(String productInfoUrl)
public String getProductPlanId()
public void setProductPlanId(String productPlanId)
public String getRecommendFlowId()
public void setRecommendFlowId(String recommendFlowId)
public Boolean getShowUninsuredOption()
public void setShowUninsuredOption(Boolean showUninsuredOption)
Copyright © 2023. All rights reserved.