public class InsClaimReport extends AlipayObject
Constructor and Description |
---|
InsClaimReport() |
Modifier and Type | Method and Description |
---|---|
String |
getAccidentAddress()
Gets accident address.
|
String |
getAccidentDesc()
Gets accident desc.
|
Date |
getAccidentTime()
Gets accident time.
|
List<InsClaimAttachment> |
getAttachments()
Gets attachments.
|
String |
getBizData()
Gets biz data.
|
String |
getClaimReportNo()
Gets claim report no.
|
List<InsClaim> |
getClaims()
Gets claims.
|
List<InsClaimReportProgress> |
getProgress()
Gets progress.
|
InsPerson |
getReporter()
Gets reporter.
|
String |
getReportRejectReason()
Gets report reject reason.
|
String |
getStatus()
Gets status.
|
void |
setAccidentAddress(String accidentAddress)
Sets accident address.
|
void |
setAccidentDesc(String accidentDesc)
Sets accident desc.
|
void |
setAccidentTime(Date accidentTime)
Sets accident time.
|
void |
setAttachments(List<InsClaimAttachment> attachments)
Sets attachments.
|
void |
setBizData(String bizData)
Sets biz data.
|
void |
setClaimReportNo(String claimReportNo)
Sets claim report no.
|
void |
setClaims(List<InsClaim> claims)
Sets claims.
|
void |
setProgress(List<InsClaimReportProgress> progress)
Sets progress.
|
void |
setReporter(InsPerson reporter)
Sets reporter.
|
void |
setReportRejectReason(String reportRejectReason)
Sets report reject reason.
|
void |
setStatus(String status)
Sets status.
|
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 List<InsClaimAttachment> getAttachments()
public void setAttachments(List<InsClaimAttachment> attachments)
attachments
- the attachmentspublic String getBizData()
public void setBizData(String bizData)
bizData
- the biz datapublic String getClaimReportNo()
public void setClaimReportNo(String claimReportNo)
claimReportNo
- the claim report nopublic List<InsClaimReportProgress> getProgress()
public void setProgress(List<InsClaimReportProgress> progress)
progress
- the progresspublic String getReportRejectReason()
public void setReportRejectReason(String reportRejectReason)
reportRejectReason
- the report reject reasonpublic InsPerson getReporter()
public void setReporter(InsPerson reporter)
reporter
- the reporterpublic String getStatus()
public void setStatus(String status)
status
- the statusCopyright © 2018. All rights reserved.