
com.alipay.api.domain.AlipayInsDataAutodamageEstimateQueryModel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
baidu push client api with maven
The newest version!
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 查询图像定损结果
*
* @author auto create
* @since 1.0, 2017-07-28 15:30:06
*/
public class AlipayInsDataAutodamageEstimateQueryModel extends AlipayObject {
private static final long serialVersionUID = 3615753675238179553L;
/**
* 保险公司定损单号,同之前调用的“提交车险图像定损请求”接口中的定损单号。
*/
@ApiField("estimate_no")
private String estimateNo;
public String getEstimateNo() {
return this.estimateNo;
}
public void setEstimateNo(String estimateNo) {
this.estimateNo = estimateNo;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy