com.alipay.api.response.AlipayMarketingCashvoucherTemplateModifyResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk Show documentation
Show all versions of alipay-sdk Show documentation
alipay-sdk project for Spring Project
The newest version!
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.marketing.cashvoucher.template.modify response.
*
* @author auto create
* @since 1.0, 2017-06-19 11:27:47
*/
public class AlipayMarketingCashvoucherTemplateModifyResponse extends AlipayResponse {
private static final long serialVersionUID = 2194234871956577427L;
/**
* 模板修改时的状态,I表示草稿状态所有入参都修改了,S表示生效状态仅修改了publish_end_time
*/
@ApiField("status")
private String status;
public void setStatus(String status) {
this.status = status;
}
public String getStatus( ) {
return this.status;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy