com.mulesoft.ion.client
Class NotificationResults

java.lang.Object
  extended by com.mulesoft.ion.client.NotificationResults

public class NotificationResults
extends Object


Constructor Summary
NotificationResults()
           
 
Method Summary
 List<Notification> getNotifications()
           
 long getTotal()
           
 void setNotifications(List<Notification> notifications)
           
 void setTotal(long total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationResults

public NotificationResults()
Method Detail

getTotal

public long getTotal()

setTotal

public void setTotal(long total)

getNotifications

public List<Notification> getNotifications()

setNotifications

public void setNotifications(List<Notification> notifications)


Copyright © 2012. All Rights Reserved.