public interface AlertOccurrence
Modifier and Type | Method and Description |
---|---|
long |
getCreationTimeInMS()
Returns a timestamp in milliseconds representing when this alert occurrence has been created.
|
java.lang.String |
getGroup()
Returns the group which led to this alert occurrence.
|
long |
getId()
Returns the identifier of this alert occurrence.
|
java.lang.String |
getKey()
Returns the key of this alert occurrence.
|
int |
getNbEntries()
Deprecated.
since V6R2016xR4, replaced by
getTotalEntries() |
long |
getTotalEntries() |
Alert |
getUnderlyingAlert()
Returns the alert which led to thie alert occurrence.
|
long getId()
java.lang.String getKey()
java.lang.String getGroup()
long getCreationTimeInMS()
Alert getUnderlyingAlert()
@Deprecated int getNbEntries()
getTotalEntries()
long getTotalEntries()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.