org.terracotta.management.notification
Class ContextualNotification
java.lang.Object
org.terracotta.management.notification.ContextualNotification
- All Implemented Interfaces:
- Serializable
public final class ContextualNotification
- extends Object
- implements Serializable
- Author:
- Mathieu Carbou
- See Also:
- Serialized Form
ContextualNotification
public ContextualNotification(Context context,
String type,
Map<String,String> attributes)
ContextualNotification
public ContextualNotification(Context context,
String type)
getContext
public Context getContext()
getAttributes
public Map<String,String> getAttributes()
getType
public String getType()
toString
public String toString()
- Overrides:
toString in class Object
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2016. All Rights Reserved.