public class Notification extends Object
| Constructor and Description |
|---|
Notification() |
Notification(NotificationType type,
Map<String,String> properties) |
| Modifier and Type | Method and Description |
|---|---|
void |
addProperty(String name,
String value) |
boolean |
equals(Object obj) |
Map<String,String> |
getProperties() |
NotificationType |
getType() |
int |
hashCode() |
void |
setProperties(Map<String,String> properties) |
void |
setType(NotificationType type) |
String |
toString() |
public Notification()
public Notification(NotificationType type, Map<String,String> properties)
public NotificationType getType()
public void setType(NotificationType type)
Copyright © 2014–2017 Red Hat, Inc.. All rights reserved.