Uses of Class
com.alibaba.nacos.api.cmdb.pojo.EntityEventType
-
Packages that use EntityEventType Package Description com.alibaba.nacos.api.cmdb.pojo -
-
Uses of EntityEventType in com.alibaba.nacos.api.cmdb.pojo
Methods in com.alibaba.nacos.api.cmdb.pojo that return EntityEventType Modifier and Type Method Description EntityEventTypeEntityEvent. getType()static EntityEventTypeEntityEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityEventType[]EntityEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.nacos.api.cmdb.pojo with parameters of type EntityEventType Modifier and Type Method Description voidEntityEvent. setType(EntityEventType type)
-