Package eu.europa.esig.dss.alert.status
Class MessageStatus
java.lang.Object
eu.europa.esig.dss.alert.status.MessageStatus
- All Implemented Interfaces:
- Status
- Direct Known Subclasses:
- ObjectStatus
Contains message describing the occurred event
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThis method returns a complete error message computed from the mainmessageand subMessages from the different objectsReturns the error message describing the occurred eventReturns a collection of object identifiers associated with the eventbooleanisEmpty()Returns whether the object is not filled (all values are null)voidsetMessage(String message) Sets the message describing the occurred eventtoString()
- 
Constructor Details- 
MessageStatuspublic MessageStatus()Default constructor initializing a null message
 
- 
- 
Method Details- 
getMessageDescription copied from interface:StatusReturns the error message describing the occurred event- Specified by:
- getMessagein interface- Status
- Returns:
- String
 
- 
setMessage
- 
getRelatedObjectIdsDescription copied from interface:StatusReturns a collection of object identifiers associated with the event- Specified by:
- getRelatedObjectIdsin interface- Status
- Returns:
- a collection of Stringobject ids associated with the event
 
- 
isEmpty
- 
getErrorStringDescription copied from interface:StatusThis method returns a complete error message computed from the mainmessageand subMessages from the different objects- Specified by:
- getErrorStringin interface- Status
- Returns:
- String
 
- 
toString
 
-