com.alipay.api.response.AlipayEbppIndustryJobApplySyncResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of alipay-sdk-java Show documentation
Show all versions of alipay-sdk-java Show documentation
Alipay openapi SDK for Java
Copyright © 2018 杭州蚂蚁金服
All rights reserved.
版权所有 (C)杭州蚂蚁金服
http://open.alipay.com
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.ebpp.industry.job.apply.sync response.
*
* @author auto create
* @since 1.0, 2024-06-14 11:17:03
*/
public class AlipayEbppIndustryJobApplySyncResponse extends AlipayResponse {
private static final long serialVersionUID = 7181884989217357736L;
/**
* 支付宝侧应聘信息唯一标识,正常情况下非空。
*/
@ApiField("apply_id")
private String applyId;
public void setApplyId(String applyId) {
this.applyId = applyId;
}
public String getApplyId( ) {
return this.applyId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy