com.baidubce.services.blb.model
Class ListBlbResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.model.ListResponse
          extended by com.baidubce.services.blb.model.ListBlbResponse
All Implemented Interfaces:
Serializable

public class ListBlbResponse
extends ListResponse

The response for list blb.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListBlbResponse()
           
 
Method Summary
 List<BlbInstance> getBlbList()
           
 void setBlbList(List<BlbInstance> blbList)
           
 
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

ListBlbResponse

public ListBlbResponse()
Method Detail

getBlbList

public List<BlbInstance> getBlbList()

setBlbList

public void setBlbList(List<BlbInstance> blbList)


Copyright © 2018. All rights reserved.