com.dahuatech.icc.event.model.v202104.EventInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-sdk-event Show documentation
Show all versions of java-sdk-event Show documentation
Dahua ICC Open API SDK for Java
The newest version!
package com.dahuatech.icc.event.model.v202104;
/**
* 事件订阅核心类
*
* @author 232676
* @since 2021/04/29 04:29
*/
public class EventInfo {
private Category category;
private String subscribeAll;
}