
com.alipay.api.response.AlipayFinanceQuotationStocktoolsFreeuserExchangeResponse Maven / Gradle / Ivy
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.finance.quotation.stocktools.freeuser.exchange response.
*
* @author auto create
* @since 1.0, 2023-05-31 21:31:51
*/
public class AlipayFinanceQuotationStocktoolsFreeuserExchangeResponse extends AlipayResponse {
private static final long serialVersionUID = 2477957489915148799L;
/**
* 领取成功/失败,此处为false时,或者接口本身报错时,均意味着失败
*/
@ApiField("result")
private Boolean result;
public void setResult(Boolean result) {
this.result = result;
}
public Boolean getResult( ) {
return this.result;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy