public class AlipayInsSceneClaimApplyModel extends AlipayObject
Constructor and Description |
---|
AlipayInsSceneClaimApplyModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAccidentAddress()
Gets accident address.
|
String |
getAccidentDesc()
Gets accident desc.
|
Date |
getAccidentTime()
Gets accident time.
|
InsPerson |
getBeneficiary()
Gets beneficiary.
|
String |
getBillTitle()
Gets bill title.
|
String |
getBizData()
Gets biz data.
|
Long |
getClaimFee()
Gets claim fee.
|
List<InsClaimPolicy> |
getClaimPolicyList()
Gets claim policy list.
|
String |
getOutBizNo()
Gets out biz no.
|
String |
getOutRequestNo()
Gets out request no.
|
String |
getProdCode()
Gets prod code.
|
InsPerson |
getReporter()
Gets reporter.
|
void |
setAccidentAddress(String accidentAddress)
Sets accident address.
|
void |
setAccidentDesc(String accidentDesc)
Sets accident desc.
|
void |
setAccidentTime(Date accidentTime)
Sets accident time.
|
void |
setBeneficiary(InsPerson beneficiary)
Sets beneficiary.
|
void |
setBillTitle(String billTitle)
Sets bill title.
|
void |
setBizData(String bizData)
Sets biz data.
|
void |
setClaimFee(Long claimFee)
Sets claim fee.
|
void |
setClaimPolicyList(List<InsClaimPolicy> claimPolicyList)
Sets claim policy list.
|
void |
setOutBizNo(String outBizNo)
Sets out biz no.
|
void |
setOutRequestNo(String outRequestNo)
Sets out request no.
|
void |
setProdCode(String prodCode)
Sets prod code.
|
void |
setReporter(InsPerson reporter)
Sets reporter.
|
public String getAccidentAddress()
public void setAccidentAddress(String accidentAddress)
accidentAddress
- the accident addresspublic String getAccidentDesc()
public void setAccidentDesc(String accidentDesc)
accidentDesc
- the accident descpublic Date getAccidentTime()
public void setAccidentTime(Date accidentTime)
accidentTime
- the accident timepublic InsPerson getBeneficiary()
public void setBeneficiary(InsPerson beneficiary)
beneficiary
- the beneficiarypublic String getBillTitle()
public void setBillTitle(String billTitle)
billTitle
- the bill titlepublic String getBizData()
public void setBizData(String bizData)
bizData
- the biz datapublic Long getClaimFee()
public void setClaimFee(Long claimFee)
claimFee
- the claim feepublic List<InsClaimPolicy> getClaimPolicyList()
public void setClaimPolicyList(List<InsClaimPolicy> claimPolicyList)
claimPolicyList
- the claim policy listpublic String getOutBizNo()
public void setOutBizNo(String outBizNo)
outBizNo
- the out biz nopublic String getOutRequestNo()
public void setOutRequestNo(String outRequestNo)
outRequestNo
- the out request nopublic String getProdCode()
public void setProdCode(String prodCode)
prodCode
- the prod codepublic InsPerson getReporter()
public void setReporter(InsPerson reporter)
reporter
- the reporterCopyright © 2018. All rights reserved.