public class InsCoverage extends AlipayObject
Constructor and Description |
---|
InsCoverage() |
Modifier and Type | Method and Description |
---|---|
String |
getCoverageName()
Gets coverage name.
|
String |
getCoverageNo()
Gets coverage no.
|
String |
getEffectEndTime()
Gets effect end time.
|
String |
getEffectStartTime()
Gets effect start time.
|
Long |
getIop()
Gets iop.
|
Long |
getIopPremium()
Gets iop premium.
|
Long |
getPremium()
Gets premium.
|
Long |
getSumInsured()
Gets sum insured.
|
void |
setCoverageName(String coverageName)
Sets coverage name.
|
void |
setCoverageNo(String coverageNo)
Sets coverage no.
|
void |
setEffectEndTime(String effectEndTime)
Sets effect end time.
|
void |
setEffectStartTime(String effectStartTime)
Sets effect start time.
|
void |
setIop(Long iop)
Sets iop.
|
void |
setIopPremium(Long iopPremium)
Sets iop premium.
|
void |
setPremium(Long premium)
Sets premium.
|
void |
setSumInsured(Long sumInsured)
Sets sum insured.
|
public String getCoverageName()
public void setCoverageName(String coverageName)
coverageName
- the coverage namepublic String getCoverageNo()
public void setCoverageNo(String coverageNo)
coverageNo
- the coverage nopublic String getEffectEndTime()
public void setEffectEndTime(String effectEndTime)
effectEndTime
- the effect end timepublic String getEffectStartTime()
public void setEffectStartTime(String effectStartTime)
effectStartTime
- the effect start timepublic Long getIop()
public void setIop(Long iop)
iop
- the ioppublic Long getIopPremium()
public void setIopPremium(Long iopPremium)
iopPremium
- the iop premiumpublic 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.