public class BlockSnapshotSessionBulkRep extends BulkRestRep
| Constructor and Description | 
|---|
BlockSnapshotSessionBulkRep()
Default constructor. 
 | 
BlockSnapshotSessionBulkRep(java.util.List<BlockSnapshotSessionRestRep> blockSnapshotSessions)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<BlockSnapshotSessionRestRep> | 
getBlockSnapshotSessions()
Get the list of block snapshot sessions responses. 
 | 
void | 
setBlockSnapshotSessions(java.util.List<BlockSnapshotSessionRestRep> blockSnapshotSessions)
Set the list of block snapshot sessions responses. 
 | 
public BlockSnapshotSessionBulkRep()
public BlockSnapshotSessionBulkRep(java.util.List<BlockSnapshotSessionRestRep> blockSnapshotSessions)
blockSnapshotSessions - A list of BlockSnapshotSession instance response objects.public java.util.List<BlockSnapshotSessionRestRep> getBlockSnapshotSessions()
public void setBlockSnapshotSessions(java.util.List<BlockSnapshotSessionRestRep> blockSnapshotSessions)
blockSnapshotSessions - The list of block snapshot sessions responses.