Class AlertImpl
java.lang.Object
org.qubership.atp.environments.model.impl.AbstractIdentified
org.qubership.atp.environments.model.impl.AbstractNamed
org.qubership.atp.environments.model.impl.AlertImpl
- All Implemented Interfaces:
Serializable,Alert,Identified,Named
- See Also:
-
Field Summary
Fields inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
nameFields inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCreated(Long created) voidsetParameters(String parameters) voidsetShortDescription(String shortDescription) voidvoidsetSubscriberId(UUID subscriberId) voidsetTagList(String tagList) Methods inherited from class org.qubership.atp.environments.model.impl.AbstractNamed
getName, setName, toStringMethods inherited from class org.qubership.atp.environments.model.impl.AbstractIdentified
equals, getId, hashCode, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.qubership.atp.environments.model.Identified
getId, isParent, setId
-
Constructor Details
-
AlertImpl
public AlertImpl() -
AlertImpl
public AlertImpl(UUID uuid, String name, String shortDescription, String tagList, String parameters, UUID subscriberId, Integer status, Long created) TODO Make javadoc documentation for this method.- Parameters:
uuid- TODOname- TODOshortDescription- TODOtagList- TODOparameters- TODOsubscriberId- TODOstatus- TODOcreated- TODO
-
-
Method Details
-
getShortDescription
- Specified by:
getShortDescriptionin interfaceAlert
-
setShortDescription
- Specified by:
setShortDescriptionin interfaceAlert
-
getTagList
- Specified by:
getTagListin interfaceAlert
-
setTagList
- Specified by:
setTagListin interfaceAlert
-
getParameters
- Specified by:
getParametersin interfaceAlert
-
setParameters
- Specified by:
setParametersin interfaceAlert
-
getSubscriberId
- Specified by:
getSubscriberIdin interfaceAlert
-
setSubscriberId
- Specified by:
setSubscriberIdin interfaceAlert
-
getStatus
-
setStatus
-
getCreated
- Specified by:
getCreatedin interfaceAlert
-
setCreated
- Specified by:
setCreatedin interfaceAlert
-