public class DeleteSnapshot extends Object
Java class for deleteSnapshot complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="deleteSnapshot">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="snapshotId" type="{http://ws.coverity.com/v5}snapshotIdDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SnapshotIdDataObj |
snapshotId |
| Constructor and Description |
|---|
DeleteSnapshot() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotIdDataObj |
getSnapshotId()
Gets the value of the snapshotId property.
|
void |
setSnapshotId(SnapshotIdDataObj value)
Sets the value of the snapshotId property.
|
protected SnapshotIdDataObj snapshotId
public SnapshotIdDataObj getSnapshotId()
SnapshotIdDataObjpublic void setSnapshotId(SnapshotIdDataObj value)
value - allowed object is
SnapshotIdDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.