
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, 2023-05-31 20:50:07
*/
public class KoubeiQualityTestShieldCaselaunchApplyResponse extends AlipayResponse {
private static final long serialVersionUID = 5593688932539767487L;
/**
* 拓展信息
*/
@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