public class MergedDefectsPageDataObj extends Object
Java class for mergedDefectsPageDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="mergedDefectsPageDataObj"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="mergedDefectIds" type="{http://ws.coverity.com/v9}mergedDefectIdDataObj" maxOccurs="unbounded" minOccurs="0"/> <element name="mergedDefects" type="{http://ws.coverity.com/v9}mergedDefectDataObj" maxOccurs="unbounded" minOccurs="0"/> <element name="totalNumberOfRecords" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected List<MergedDefectIdDataObj> |
mergedDefectIds |
protected List<MergedDefectDataObj> |
mergedDefects |
protected Integer |
totalNumberOfRecords |
Constructor and Description |
---|
MergedDefectsPageDataObj() |
Modifier and Type | Method and Description |
---|---|
List<MergedDefectIdDataObj> |
getMergedDefectIds()
Gets the value of the mergedDefectIds property.
|
List<MergedDefectDataObj> |
getMergedDefects()
Gets the value of the mergedDefects property.
|
Integer |
getTotalNumberOfRecords()
Gets the value of the totalNumberOfRecords property.
|
void |
setTotalNumberOfRecords(Integer value)
Sets the value of the totalNumberOfRecords property.
|
protected List<MergedDefectIdDataObj> mergedDefectIds
protected List<MergedDefectDataObj> mergedDefects
protected Integer totalNumberOfRecords
public List<MergedDefectIdDataObj> getMergedDefectIds()
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 mergedDefectIds property.
For example, to add a new item, do as follows:
getMergedDefectIds().add(newItem);
Objects of the following type(s) are allowed in the list
MergedDefectIdDataObj
public List<MergedDefectDataObj> getMergedDefects()
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 mergedDefects property.
For example, to add a new item, do as follows:
getMergedDefects().add(newItem);
Objects of the following type(s) are allowed in the list
MergedDefectDataObj
public Integer getTotalNumberOfRecords()
Integer
Copyright © 2016–2019. All rights reserved.