public class SystemMessages
extends java.lang.Object
Constructor and Description |
---|
SystemMessages() |
Modifier and Type | Method and Description |
---|---|
static void |
bulletinOff(Bulletin bulletin)
Should be the same instance or have the same id as the bulletinOn message.
|
static void |
bulletinOff(Bulletin bulletin,
java.lang.String message) |
static void |
bulletinOff(Bulletin bulletin,
SystemMessage.Level level,
java.lang.String message)
Should be the same instance or have the same id as the bulletinOn message.
|
static Bulletin |
bulletinOn(Bulletin bulletin) |
static Bulletin |
bulletinOn(java.lang.String message) |
static Bulletin |
bulletinOn(SystemMessage.Level level,
java.lang.String message) |
static java.util.Map<java.lang.String,Bulletin> |
getBulletins() |
public static java.util.Map<java.lang.String,Bulletin> getBulletins()
public static Bulletin bulletinOn(java.lang.String message)
public static Bulletin bulletinOn(SystemMessage.Level level, java.lang.String message)
public static void bulletinOff(Bulletin bulletin)
public static void bulletinOff(Bulletin bulletin, java.lang.String message)
public static void bulletinOff(Bulletin bulletin, SystemMessage.Level level, java.lang.String message)
Copyright © 2019 CenturyLink, Inc.