public interface Alert
Modifier and Type | Method and Description |
---|---|
long |
getCreationTimeInMS()
Returns a timestamp in milliseconds representing when this alert has been created.
|
java.lang.String |
getDescription()
Returns the description of this alert.
|
java.lang.Iterable<java.lang.String> |
getGroups()
Returns the groups of this alert.
|
long |
getId()
Returns the identifier of this alert.
|
java.lang.String |
getKey()
Returns the key of this alert.
|
long |
getLastExecutionNbEntries()
Returns the number of entries last time the alert was executed.
|
long |
getLastExecutionTimeInMS()
Returns a timestamp in milliseconds representing the last time the alert was executed, 0 if the alert was never executed.
|
java.lang.String |
getName()
Returns the name of this alert.
|
java.lang.String |
getQueryArgs()
Returns Mashup-API query arguments, in form/url-encoded form.
|
java.lang.String |
getUILevelQueryArgs()
Returns Mashup-UI query arguments in form/url-encoded form, matching the queryArgs.
|
java.lang.String |
getUsername()
Returns alert's creator user name.
|
long getId()
java.lang.String getKey()
java.lang.String getName()
java.lang.String getDescription()
java.lang.Iterable<java.lang.String> getGroups()
java.lang.String getUsername()
java.lang.String getQueryArgs()
java.lang.String getUILevelQueryArgs()
long getCreationTimeInMS()
long getLastExecutionTimeInMS()
long getLastExecutionNbEntries()
Copyright © 2013 Dassault Systèmes, All Rights Reserved.