Package com.alibaba.nacos.api.cmdb.pojo
Class EntityEvent
- java.lang.Object
-
- com.alibaba.nacos.api.cmdb.pojo.EntityEvent
-
public class EntityEvent extends Object
- Since:
- 0.7.0
- Author:
- nkorange
-
-
Constructor Summary
Constructors Constructor Description EntityEvent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEntityName()StringgetEntityType()EntityEventTypegetType()voidsetEntityName(String entityName)voidsetEntityType(String entityType)voidsetType(EntityEventType type)
-
-
-
Method Detail
-
getType
public EntityEventType getType()
-
setType
public void setType(EntityEventType type)
-
getEntityName
public String getEntityName()
-
setEntityName
public void setEntityName(String entityName)
-
getEntityType
public String getEntityType()
-
setEntityType
public void setEntityType(String entityType)
-
-