public class GetStreamDefects extends Object
Java class for getStreamDefects complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="getStreamDefects">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="cids" type="{http://www.w3.org/2001/XMLSchema}long" maxOccurs="unbounded" minOccurs="0"/>
<element name="filterSpec" type="{http://ws.coverity.com/v5}streamDefectFilterSpecDataObj" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<Long> |
cids |
protected StreamDefectFilterSpecDataObj |
filterSpec |
| Constructor and Description |
|---|
GetStreamDefects() |
| Modifier and Type | Method and Description |
|---|---|
List<Long> |
getCids()
Gets the value of the cids property.
|
StreamDefectFilterSpecDataObj |
getFilterSpec()
Gets the value of the filterSpec property.
|
void |
setFilterSpec(StreamDefectFilterSpecDataObj value)
Sets the value of the filterSpec property.
|
protected StreamDefectFilterSpecDataObj filterSpec
public List<Long> getCids()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the cids property.
For example, to add a new item, do as follows:
getCids().add(newItem);
Objects of the following type(s) are allowed in the list
Long
public StreamDefectFilterSpecDataObj getFilterSpec()
StreamDefectFilterSpecDataObjpublic void setFilterSpec(StreamDefectFilterSpecDataObj value)
value - allowed object is
StreamDefectFilterSpecDataObjCopyright © 2004-2013 Hudson. All Rights Reserved.