public class GetSnapshotsForStream extends Object
Java class for getSnapshotsForStream complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getSnapshotsForStream">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="streamId" type="{http://ws.coverity.com/v5}streamIdDataObj" minOccurs="0"/>
<element name="filterSpec" type="{http://ws.coverity.com/v5}snapshotFilterSpecDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected SnapshotFilterSpecDataObj |
filterSpec |
protected StreamIdDataObj |
streamId |
| Constructor and Description |
|---|
GetSnapshotsForStream() |
| Modifier and Type | Method and Description |
|---|---|
SnapshotFilterSpecDataObj |
getFilterSpec()
Gets the value of the filterSpec property.
|
StreamIdDataObj |
getStreamId()
Gets the value of the streamId property.
|
void |
setFilterSpec(SnapshotFilterSpecDataObj value)
Sets the value of the filterSpec property.
|
void |
setStreamId(StreamIdDataObj value)
Sets the value of the streamId property.
|
protected StreamIdDataObj streamId
protected SnapshotFilterSpecDataObj filterSpec
public StreamIdDataObj getStreamId()
StreamIdDataObjpublic void setStreamId(StreamIdDataObj value)
value - allowed object is
StreamIdDataObjpublic SnapshotFilterSpecDataObj getFilterSpec()
SnapshotFilterSpecDataObjpublic void setFilterSpec(SnapshotFilterSpecDataObj value)
value - allowed object is
SnapshotFilterSpecDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.