All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alipay.api.domain.AlipayInsDataAutodamageEstimateQueryModel Maven / Gradle / Ivy

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