public class AlipayInsDataDsbEstimateSyncModel extends AlipayObject
Constructor and Description |
---|
AlipayInsDataDsbEstimateSyncModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBizType()
Gets biz type.
|
List<InsDataDsbEstimateResultDetail> |
getEstimateDetailList()
Gets estimate detail list.
|
String |
getEstimateNo()
Gets estimate no.
|
String |
getFrameNo()
Gets frame no.
|
String |
getLicenseNo()
Gets license no.
|
String |
getRepairCorpProperties()
Gets repair corp properties.
|
String |
getTotalDamageAmount()
Gets total damage amount.
|
String |
getTotalRemainValue()
Gets total remain value.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setEstimateDetailList(List<InsDataDsbEstimateResultDetail> estimateDetailList)
Sets estimate detail list.
|
void |
setEstimateNo(String estimateNo)
Sets estimate no.
|
void |
setFrameNo(String frameNo)
Sets frame no.
|
void |
setLicenseNo(String licenseNo)
Sets license no.
|
void |
setRepairCorpProperties(String repairCorpProperties)
Sets repair corp properties.
|
void |
setTotalDamageAmount(String totalDamageAmount)
Sets total damage amount.
|
void |
setTotalRemainValue(String totalRemainValue)
Sets total remain value.
|
public String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic List<InsDataDsbEstimateResultDetail> getEstimateDetailList()
public void setEstimateDetailList(List<InsDataDsbEstimateResultDetail> estimateDetailList)
estimateDetailList
- the estimate detail listpublic String getEstimateNo()
public void setEstimateNo(String estimateNo)
estimateNo
- the estimate nopublic String getFrameNo()
public void setFrameNo(String frameNo)
frameNo
- the frame nopublic String getLicenseNo()
public void setLicenseNo(String licenseNo)
licenseNo
- the license nopublic String getRepairCorpProperties()
public void setRepairCorpProperties(String repairCorpProperties)
repairCorpProperties
- the repair corp propertiespublic String getTotalDamageAmount()
public void setTotalDamageAmount(String totalDamageAmount)
totalDamageAmount
- the total damage amountpublic String getTotalRemainValue()
public void setTotalRemainValue(String totalRemainValue)
totalRemainValue
- the total remain valueCopyright © 2018. All rights reserved.