Class ServerInstanceDeleted
- java.lang.Object
-
- org.kie.server.controller.api.model.events.ServerInstanceDeleted
-
- All Implemented Interfaces:
KieServerControllerEvent
public class ServerInstanceDeleted extends Object implements KieServerControllerEvent
-
-
Constructor Summary
Constructors Constructor Description ServerInstanceDeleted()ServerInstanceDeleted(String serverInstanceId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetServerInstanceId()inthashCode()voidsetServerInstanceId(String serverInstanceId)StringtoString()
-