Class AlertEventImpl
java.lang.Object
org.qubership.atp.environments.model.impl.AlertEventImpl
- All Implemented Interfaces:
AlertEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlert()voidvoidsetAlertId(UUID alertId) voidsetEntityId(UUID entityId) voidsetLastUpdated(Long lastUpdated) voidvoidsetTagList(String tagList)
-
Constructor Details
-
AlertEventImpl
public AlertEventImpl() -
AlertEventImpl
public AlertEventImpl(Alert alert, UUID alertId, UUID entityId, String tagList, Integer status, Long lastUpdated) TODO Make javadoc documentation for this method.- Parameters:
alert- TODOalertId- TODOentityId- TODOtagList- TODOstatus- TODOlastUpdated- TODO
-
-
Method Details
-
getAlert
-
setAlert
-
getAlertId
- Specified by:
getAlertIdin interfaceAlertEvent
-
setAlertId
- Specified by:
setAlertIdin interfaceAlertEvent
-
getEntityId
- Specified by:
getEntityIdin interfaceAlertEvent
-
setEntityId
- Specified by:
setEntityIdin interfaceAlertEvent
-
getTagList
- Specified by:
getTagListin interfaceAlertEvent
-
setTagList
- Specified by:
setTagListin interfaceAlertEvent
-
getStatus
- Specified by:
getStatusin interfaceAlertEvent
-
setStatus
- Specified by:
setStatusin interfaceAlertEvent
-
getLastUpdated
- Specified by:
getLastUpdatedin interfaceAlertEvent
-
setLastUpdated
- Specified by:
setLastUpdatedin interfaceAlertEvent
-