com.alipay.api.domain.IotIdentityOrgUserRemoveApiResponse 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.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 机构人员出库响应
*
* @author auto create
* @since 1.0, 2022-01-22 14:15:32
*/
public class IotIdentityOrgUserRemoveApiResponse extends AlipayObject {
private static final long serialVersionUID = 6845176234897854258L;
/**
* 入库事件id,后续isv通过该id来查询处理进度
*/
@ApiField("event_id")
private String eventId;
public String getEventId() {
return this.eventId;
}
public void setEventId(String eventId) {
this.eventId = eventId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy