org.mule.devkit.generation.api.gatherer
Class Notification

java.lang.Object
  extended by org.mule.devkit.generation.api.gatherer.Notification

public class Notification
extends Object

Notification that will be show to the user.


Constructor Summary
Notification()
           
Notification(Details details)
           
Notification(Details details, NotificationLevel level)
           
 
Method Summary
 boolean equals(Object o)
           
 Details getDetails()
           
 NotificationLevel getLevel()
           
 int hashCode()
           
 void setDetails(Details details)
           
 void setLevel(NotificationLevel level)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Notification

public Notification()

Notification

public Notification(Details details)

Notification

public Notification(Details details,
                    NotificationLevel level)
Method Detail

getLevel

public NotificationLevel getLevel()

setLevel

public void setLevel(NotificationLevel level)

getDetails

public Details getDetails()

setDetails

public void setDetails(Details details)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.