com.baidubce.services.blb.model
Class ListListenerResponse<T extends ListenerBase>

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.model.ListResponse
          extended by com.baidubce.services.blb.model.ListListenerResponse<T>
All Implemented Interfaces:
Serializable

public class ListListenerResponse<T extends ListenerBase>
extends ListResponse

The response for list listener.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListListenerResponse()
           
 
Method Summary
 List<T> getListenerList()
           
 void setListenerList(List<T> listenerList)
           
 
Methods inherited from class com.baidubce.model.ListResponse
getIsTruncated, getMarker, getMaxKeys, getNextMarker, setIsTruncated, setMarker, setMaxKeys, setNextMarker
 
Methods inherited from class com.baidubce.model.AbstractBceResponse
getMetadata
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListListenerResponse

public ListListenerResponse()
Method Detail

getListenerList

public List<T> getListenerList()

setListenerList

public void setListenerList(List<T> listenerList)


Copyright © 2018. All rights reserved.