
com.aliyun.dingtalkdiot_1_0.models.PushEventResponseBody Maven / Gradle / Ivy
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkdiot_1_0.models;
import com.aliyun.tea.*;
public class PushEventResponseBody extends TeaModel {
@NameInMap("eventId")
public String eventId;
public static PushEventResponseBody build(java.util.Map map) throws Exception {
PushEventResponseBody self = new PushEventResponseBody();
return TeaModel.build(map, self);
}
public PushEventResponseBody setEventId(String eventId) {
this.eventId = eventId;
return this;
}
public String getEventId() {
return this.eventId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy