public class AlipayInsDataAutoFraudQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayInsDataAutoFraudQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAccidentCity()
Gets accident city.
|
Date |
getAccidentDate()
Gets accident date.
|
String |
getAccidentLocation()
Gets accident location.
|
String |
getCaseAmount()
Gets case amount.
|
String |
getEstimateDamageAmount()
Gets estimate damage amount.
|
Informant |
getInformant()
Gets informant.
|
Long |
getInjuredCount()
Gets injured count.
|
List<Injured> |
getInjuredList()
Gets injured list.
|
String |
getInsureCity()
Gets insure city.
|
Insured |
getInsured()
Gets insured.
|
String |
getPolicyNo()
Gets policy no.
|
Date |
getReportDate()
Gets report date.
|
String |
getReportNo()
Gets report no.
|
String |
getRequestNo()
Gets request no.
|
String |
getSceneType()
Gets scene type.
|
ReportCar |
getSubjectCar()
Gets subject car.
|
Long |
getThirdPartyCarCount()
Gets third party car count.
|
List<ReportCar> |
getThirdPartyCarList()
Gets third party car list.
|
void |
setAccidentCity(String accidentCity)
Sets accident city.
|
void |
setAccidentDate(Date accidentDate)
Sets accident date.
|
void |
setAccidentLocation(String accidentLocation)
Sets accident location.
|
void |
setCaseAmount(String caseAmount)
Sets case amount.
|
void |
setEstimateDamageAmount(String estimateDamageAmount)
Sets estimate damage amount.
|
void |
setInformant(Informant informant)
Sets informant.
|
void |
setInjuredCount(Long injuredCount)
Sets injured count.
|
void |
setInjuredList(List<Injured> injuredList)
Sets injured list.
|
void |
setInsureCity(String insureCity)
Sets insure city.
|
void |
setInsured(Insured insured)
Sets insured.
|
void |
setPolicyNo(String policyNo)
Sets policy no.
|
void |
setReportDate(Date reportDate)
Sets report date.
|
void |
setReportNo(String reportNo)
Sets report no.
|
void |
setRequestNo(String requestNo)
Sets request no.
|
void |
setSceneType(String sceneType)
Sets scene type.
|
void |
setSubjectCar(ReportCar subjectCar)
Sets subject car.
|
void |
setThirdPartyCarCount(Long thirdPartyCarCount)
Sets third party car count.
|
void |
setThirdPartyCarList(List<ReportCar> thirdPartyCarList)
Sets third party car list.
|
public String getAccidentCity()
public void setAccidentCity(String accidentCity)
accidentCity
- the accident citypublic Date getAccidentDate()
public void setAccidentDate(Date accidentDate)
accidentDate
- the accident datepublic String getAccidentLocation()
public void setAccidentLocation(String accidentLocation)
accidentLocation
- the accident locationpublic String getCaseAmount()
public void setCaseAmount(String caseAmount)
caseAmount
- the case amountpublic String getEstimateDamageAmount()
public void setEstimateDamageAmount(String estimateDamageAmount)
estimateDamageAmount
- the estimate damage amountpublic Informant getInformant()
public void setInformant(Informant informant)
informant
- the informantpublic Long getInjuredCount()
public void setInjuredCount(Long injuredCount)
injuredCount
- the injured countpublic void setInjuredList(List<Injured> injuredList)
injuredList
- the injured listpublic String getInsureCity()
public void setInsureCity(String insureCity)
insureCity
- the insure citypublic Insured getInsured()
public void setInsured(Insured insured)
insured
- the insuredpublic String getPolicyNo()
public void setPolicyNo(String policyNo)
policyNo
- the policy nopublic Date getReportDate()
public void setReportDate(Date reportDate)
reportDate
- the report datepublic String getReportNo()
public void setReportNo(String reportNo)
reportNo
- the report nopublic String getRequestNo()
public void setRequestNo(String requestNo)
requestNo
- the request nopublic String getSceneType()
public void setSceneType(String sceneType)
sceneType
- the scene typepublic ReportCar getSubjectCar()
public void setSubjectCar(ReportCar subjectCar)
subjectCar
- the subject carpublic Long getThirdPartyCarCount()
public void setThirdPartyCarCount(Long thirdPartyCarCount)
thirdPartyCarCount
- the third party car countpublic List<ReportCar> getThirdPartyCarList()
Copyright © 2018. All rights reserved.