public class InsApplication extends AlipayObject
| Constructor and Description |
|---|
InsApplication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBizData()
Gets biz data.
|
Long |
getCopies()
Gets copies.
|
Date |
getEffectEndTime()
Gets effect end time.
|
Date |
getEffectStartTime()
Gets effect start time.
|
InsObject |
getInsObject()
Gets ins object.
|
InsPerson |
getInsured()
Gets insured.
|
String |
getPeriod()
Gets period.
|
Long |
getPremium()
Gets premium.
|
Long |
getSumInsured()
Gets sum insured.
|
void |
setBizData(String bizData)
Sets biz data.
|
void |
setCopies(Long copies)
Sets copies.
|
void |
setEffectEndTime(Date effectEndTime)
Sets effect end time.
|
void |
setEffectStartTime(Date effectStartTime)
Sets effect start time.
|
void |
setInsObject(InsObject insObject)
Sets ins object.
|
void |
setInsured(InsPerson insured)
Sets insured.
|
void |
setPeriod(String period)
Sets period.
|
void |
setPremium(Long premium)
Sets premium.
|
void |
setSumInsured(Long sumInsured)
Sets sum insured.
|
public String getBizData()
public void setBizData(String bizData)
bizData - the biz datapublic Long getCopies()
public void setCopies(Long copies)
copies - the copiespublic Date getEffectEndTime()
public void setEffectEndTime(Date effectEndTime)
effectEndTime - the effect end timepublic Date getEffectStartTime()
public void setEffectStartTime(Date effectStartTime)
effectStartTime - the effect start timepublic InsObject getInsObject()
public void setInsObject(InsObject insObject)
insObject - the ins objectpublic InsPerson getInsured()
public void setInsured(InsPerson insured)
insured - the insuredpublic String getPeriod()
public void setPeriod(String period)
period - the periodpublic Long getPremium()
public void setPremium(Long premium)
premium - the premiumpublic Long getSumInsured()
public void setSumInsured(Long sumInsured)
sumInsured - the sum insuredCopyright © 2018. All rights reserved.