Package eu.europa.esig.dss.alert.status
Class Status
java.lang.Object
eu.europa.esig.dss.alert.status.Status
public class Status extends Object
The class used for a custom event creation
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description String
getMessage()
Returns the message eventCollection<String>
getRelatedObjectIds()
Returns a list of object ids associated with the eventboolean
isEmpty()
Returns of the Status event is not filled (all values are null)String
toString()
-
Constructor Details
-
Method Details
-
getMessage
Returns the message event- Returns:
String
-
getRelatedObjectIds
Returns a list of object ids associated with the event- Returns:
- a collection of
String
object ids associated with the event
-
isEmpty
public boolean isEmpty()Returns of the Status event is not filled (all values are null)- Returns:
- TRUE if the Status is empty, FALSE otherwise
-
toString
-