public class SnapshotSessionUnlinkTargetParam
extends java.lang.Object
| Constructor and Description |
|---|
SnapshotSessionUnlinkTargetParam()
Default constructor.
|
SnapshotSessionUnlinkTargetParam(java.net.URI id,
java.lang.Boolean deleteTarget)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getDeleteTarget()
Get whether or not the target should be deleted.
|
java.net.URI |
getId()
Get the id of a BlockSnapshot representing a linked target.
|
void |
setDeleteTarget(java.lang.Boolean deleteTarget)
Set whether or not the target should be deleted.
|
void |
setId(java.net.URI id)
Set the id of a BlockSnapshot representing a linked target.
|
public SnapshotSessionUnlinkTargetParam()
public SnapshotSessionUnlinkTargetParam(java.net.URI id,
java.lang.Boolean deleteTarget)
id - The id of a BlockSnapshot representing a linked target for a block snapshot session.deleteTarget - Whether or not the target should be deleted.public java.net.URI getId()
public void setId(java.net.URI id)
id - The id of a BlockSnapshot representing a linked target.public java.lang.Boolean getDeleteTarget()
public void setDeleteTarget(java.lang.Boolean deleteTarget)
deleteTarget - Whether or not the target should be deleted.