getStatusLevel
getStatusLevel()

The getStatusLevel method returns the status level of an Advisory Message object.

Return value

The Advisory Message object returns an integer.

*
*
*
Example

The following method prints out the status level of an AdvisoryMessage object.

public static void printMessageCodeOfWarningOrError(String command,AdvisoryMessage[] messages)
{
System.out.println("Calling "+command);
for(AdvisoryMessage msg : messages)
{
System.out.println(msg.getStatusLevel());


IBM Unica Interact
 
8.5.0
For more information, see our support and community site: Customer Central