Class NotificationSeverity

  • All Implemented Interfaces:
    java.io.Serializable

    @OpenApi
    public class NotificationSeverity
    extends java.lang.Object
    implements java.io.Serializable
    Class representing notification severity. Severity consists of two parts: unique id and human readable string.
    See Also:
    Serialized Form
    • Method Detail

      • getSeverityId

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

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