Class NotificationIndicator


  • public class NotificationIndicator
    extends JsonBean
    • Constructor Detail

      • NotificationIndicator

        public NotificationIndicator​(java.lang.String type)
        Indicates the semantic intent behind the indicator - this determines the visual styling of the indicator when seen by the user.
        Parameters:
        type - indicator type can be one of the following: TYPE_FAILURE, TYPE_SUCCESS, TYPE_WARNING
      • NotificationIndicator

        public NotificationIndicator​(org.json.JSONObject json)
    • Method Detail

      • getType

        public java.lang.String getType()
      • getText

        public java.lang.String getText()
      • setText

        public void setText​(java.lang.String text)