public class AlipayInsSceneApplicationApplyModel extends AlipayObject
Constructor and Description |
---|
AlipayInsSceneApplicationApplyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getActivityId()
Gets activity id.
|
InsPerson |
getApplicant()
Gets applicant.
|
String |
getBillTitle()
Gets bill title.
|
String |
getBizData()
Gets biz data.
|
Date |
getEffectStartTime()
Gets effect start time.
|
List<InsObject> |
getInsObjects()
Gets ins objects.
|
List<InsPerson> |
getInsureds()
Gets insureds.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getPeriod()
Gets period.
|
Long |
getPremium()
Gets premium.
|
String |
getProdCode()
Gets prod code.
|
String |
getSource()
Gets source.
|
Long |
getSumInsured()
Gets sum insured.
|
void |
setActivityId(String activityId)
Sets activity id.
|
void |
setApplicant(InsPerson applicant)
Sets applicant.
|
void |
setBillTitle(String billTitle)
Sets bill title.
|
void |
setBizData(String bizData)
Sets biz data.
|
void |
setEffectStartTime(Date effectStartTime)
Sets effect start time.
|
void |
setInsObjects(List<InsObject> insObjects)
Sets ins objects.
|
void |
setInsureds(List<InsPerson> insureds)
Sets insureds.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setPeriod(String period)
Sets period.
|
void |
setPremium(Long premium)
Sets premium.
|
void |
setProdCode(String prodCode)
Sets prod code.
|
void |
setSource(String source)
Sets source.
|
void |
setSumInsured(Long sumInsured)
Sets sum insured.
|
public String getActivityId()
public void setActivityId(String activityId)
activityId
- the activity idpublic InsPerson getApplicant()
public void setApplicant(InsPerson applicant)
applicant
- the applicantpublic String getBillTitle()
public void setBillTitle(String billTitle)
billTitle
- the bill titlepublic String getBizData()
public void setBizData(String bizData)
bizData
- the biz datapublic Date getEffectStartTime()
public void setEffectStartTime(Date effectStartTime)
effectStartTime
- the effect start timepublic void setInsObjects(List<InsObject> insObjects)
insObjects
- the ins objectspublic void setInsureds(List<InsPerson> insureds)
insureds
- the insuredspublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic String getPeriod()
public void setPeriod(String period)
period
- the periodpublic Long getPremium()
public void setPremium(Long premium)
premium
- the premiumpublic String getProdCode()
public void setProdCode(String prodCode)
prodCode
- the prod codepublic String getSource()
public void setSource(String source)
source
- the sourcepublic Long getSumInsured()
public void setSumInsured(Long sumInsured)
sumInsured
- the sum insuredCopyright © 2018. All rights reserved.