com.baidubce.services.doc.model
Class ListNotificationsResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.services.doc.model.ListNotificationsResponse
All Implemented Interfaces:
Serializable

public class ListNotificationsResponse
extends AbstractBceResponse

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListNotificationsResponse()
           
 
Method Summary
 List<Notification> getNotifications()
           
 void setNotifications(List<Notification> notifications)
           
 String toString()
           
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ListNotificationsResponse

public ListNotificationsResponse()
Method Detail

getNotifications

public List<Notification> getNotifications()

setNotifications

public void setNotifications(List<Notification> notifications)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.