
com.alipay.api.response.AlipayBossFncAntbudgetCancelResponse Maven / Gradle / Ivy
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.boss.fnc.antbudget.cancel response.
*
* @author auto create
* @since 1.0, 2023-05-31 07:04:43
*/
public class AlipayBossFncAntbudgetCancelResponse extends AlipayResponse {
private static final long serialVersionUID = 7391846818711288885L;
/**
* 描述具体的错误信息,方便排查问题
*/
@ApiField("result_msg")
private String resultMsg;
public void setResultMsg(String resultMsg) {
this.resultMsg = resultMsg;
}
public String getResultMsg( ) {
return this.resultMsg;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy