Class NotificationSeverity

java.lang.Object
com.nomagic.magicdraw.ui.notification.NotificationSeverity
All Implemented Interfaces:
Serializable

@OpenApi public class NotificationSeverity extends Object implements Serializable
Class representing notification severity. Severity consists of two parts: unique id and human readable string.
See Also:
  • Field Details

  • Method Details

    • getSeverityId

      @OpenApi public String getSeverityId()
      Returns severity id.
      Returns:
      severity id
    • getText

      @OpenApi public String getText()
      Returns severity human readable text.
      Returns:
      severity human readable text