com.baidubce.services.bcc.model.snapshot
Class ListSnapshotsResponse

java.lang.Object
  extended by com.baidubce.model.AbstractBceResponse
      extended by com.baidubce.model.ListResponse
          extended by com.baidubce.services.bcc.model.snapshot.ListSnapshotsResponse
All Implemented Interfaces:
Serializable

public class ListSnapshotsResponse
extends ListResponse

The response for ListSnapshotsRequest.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.baidubce.model.AbstractBceResponse
metadata
 
Constructor Summary
ListSnapshotsResponse()
           
 
Method Summary
 List<SnapshotModel> getSnapshots()
           
 void setSnapshots(List<SnapshotModel> snapshots)
           
 
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

ListSnapshotsResponse

public ListSnapshotsResponse()
Method Detail

getSnapshots

public List<SnapshotModel> getSnapshots()

setSnapshots

public void setSnapshots(List<SnapshotModel> snapshots)


Copyright © 2018. All rights reserved.