com.mulesoft.cloudhub.client
Class NotificationResults

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

public class NotificationResults
extends Object


Constructor Summary
NotificationResults()
           
 
Method Summary
 List<Notification> getData()
           
 long getTotal()
           
 long getUnreadCount()
           
 void setData(List<Notification> notifications)
           
 void setUnreadCount(long unreadCount)
           
 
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()

getData

public List<Notification> getData()

setData

public void setData(List<Notification> notifications)

getUnreadCount

public long getUnreadCount()

setUnreadCount

public void setUnreadCount(long unreadCount)


Copyright © 2012. All Rights Reserved.