
com.alipay.api.response.AlipayBossProdArrangementOfflineQueryResponse 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
baidu push client api with maven
The newest version!
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.boss.prod.arrangement.offline.query response.
*
* @author auto create
* @since 1.0, 2017-04-14 21:06:47
*/
public class AlipayBossProdArrangementOfflineQueryResponse extends AlipayResponse {
private static final long serialVersionUID = 4382891544655796357L;
/**
* 商户的签约状态
*/
@ApiField("sign_status")
private String signStatus;
public void setSignStatus(String signStatus) {
this.signStatus = signStatus;
}
public String getSignStatus( ) {
return this.signStatus;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy