public class BlockSnapshotSessionList
extends java.lang.Object
| Constructor and Description | 
|---|
BlockSnapshotSessionList()
Default Constructor 
 | 
BlockSnapshotSessionList(java.util.List<NamedRelatedResourceRep> snapSessionRelatedResourceList)
Constructor. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<NamedRelatedResourceRep> | 
getSnapSessionRelatedResourceList()
Get the list of NamedRelatedResourceRep for the BlockSnapshotSession instances. 
 | 
void | 
setSnapSessionRelatedResourceList(java.util.List<NamedRelatedResourceRep> snapSessionRelatedResourceList)
Set the list of NamedRelatedResourceRep for the BlockSnapshotSession instances. 
 | 
public BlockSnapshotSessionList()
public BlockSnapshotSessionList(java.util.List<NamedRelatedResourceRep> snapSessionRelatedResourceList)
snapSessionRelatedResourceList - The list of NamedRelatedResourceRep for the
            BlockSnapshotSession instances.public java.util.List<NamedRelatedResourceRep> getSnapSessionRelatedResourceList()
public void setSnapSessionRelatedResourceList(java.util.List<NamedRelatedResourceRep> snapSessionRelatedResourceList)
snapSessionRelatedResourceList - The list of NamedRelatedResourceRep for the
            BlockSnapshotSession instances.