org.sonar.api.notifications
Class Notification

java.lang.Object
  extended by org.sonar.api.notifications.Notification
All Implemented Interfaces:
Serializable

public class Notification
extends Object
implements Serializable

Since:
2.10
See Also:
Serialized Form

Constructor Summary
Notification(String type)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getFieldValue(String field)
           
 String getType()
           
 int hashCode()
           
 Notification setFieldValue(String field, String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Notification

public Notification(String type)
Method Detail

getType

public String getType()

setFieldValue

public Notification setFieldValue(String field,
                                  String value)

getFieldValue

public String getFieldValue(String field)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2012 SonarSource. All Rights Reserved.