com.alipay.api.response.KoubeiQualityTestShieldCaselaunchApplyResponse Maven / Gradle / Ivy
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.quality.test.shield.caselaunch.apply response.
*
* @author auto create
* @since 1.0, 2024-07-04 19:39:04
*/
public class KoubeiQualityTestShieldCaselaunchApplyResponse extends AlipayResponse {
private static final long serialVersionUID = 5472842374356445764L;
/**
* 拓展信息
*/
@ApiField("ext_infos")
private String extInfos;
public void setExtInfos(String extInfos) {
this.extInfos = extInfos;
}
public String getExtInfos( ) {
return this.extInfos;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy