
com.alipay.api.response.AlipayEcoCityserviceIndustryEnergySendResponse Maven / Gradle / Ivy
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.eco.cityservice.industry.energy.send response.
*
* @author auto create
* @since 1.0, 2023-05-31 02:31:20
*/
public class AlipayEcoCityserviceIndustryEnergySendResponse extends AlipayResponse {
private static final long serialVersionUID = 3538919577614617188L;
/**
* 发放的能量总额,单位:克
*/
@ApiField("total_energy")
private String totalEnergy;
public void setTotalEnergy(String totalEnergy) {
this.totalEnergy = totalEnergy;
}
public String getTotalEnergy( ) {
return this.totalEnergy;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy