public class ProjectMetricsDataObj extends Object
Java class for projectMetricsDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="projectMetricsDataObj">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="blankLineCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="codeLineCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="commentLineCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="dismissedCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="fixedCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="inspectedCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="metricsDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="newCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="outstandingCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="projectId" type="{http://ws.coverity.com/v5}projectIdDataObj"/>
<element name="resolvedCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="totalCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="triagedCount" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected int |
blankLineCount |
protected int |
codeLineCount |
protected int |
commentLineCount |
protected int |
dismissedCount |
protected int |
fixedCount |
protected int |
inspectedCount |
protected XMLGregorianCalendar |
metricsDate |
protected int |
newCount |
protected int |
outstandingCount |
protected ProjectIdDataObj |
projectId |
protected int |
resolvedCount |
protected int |
totalCount |
protected int |
triagedCount |
| Constructor and Description |
|---|
ProjectMetricsDataObj() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBlankLineCount()
Gets the value of the blankLineCount property.
|
int |
getCodeLineCount()
Gets the value of the codeLineCount property.
|
int |
getCommentLineCount()
Gets the value of the commentLineCount property.
|
int |
getDismissedCount()
Gets the value of the dismissedCount property.
|
int |
getFixedCount()
Gets the value of the fixedCount property.
|
int |
getInspectedCount()
Gets the value of the inspectedCount property.
|
XMLGregorianCalendar |
getMetricsDate()
Gets the value of the metricsDate property.
|
int |
getNewCount()
Gets the value of the newCount property.
|
int |
getOutstandingCount()
Gets the value of the outstandingCount property.
|
ProjectIdDataObj |
getProjectId()
Gets the value of the projectId property.
|
int |
getResolvedCount()
Gets the value of the resolvedCount property.
|
int |
getTotalCount()
Gets the value of the totalCount property.
|
int |
getTriagedCount()
Gets the value of the triagedCount property.
|
void |
setBlankLineCount(int value)
Sets the value of the blankLineCount property.
|
void |
setCodeLineCount(int value)
Sets the value of the codeLineCount property.
|
void |
setCommentLineCount(int value)
Sets the value of the commentLineCount property.
|
void |
setDismissedCount(int value)
Sets the value of the dismissedCount property.
|
void |
setFixedCount(int value)
Sets the value of the fixedCount property.
|
void |
setInspectedCount(int value)
Sets the value of the inspectedCount property.
|
void |
setMetricsDate(XMLGregorianCalendar value)
Sets the value of the metricsDate property.
|
void |
setNewCount(int value)
Sets the value of the newCount property.
|
void |
setOutstandingCount(int value)
Sets the value of the outstandingCount property.
|
void |
setProjectId(ProjectIdDataObj value)
Sets the value of the projectId property.
|
void |
setResolvedCount(int value)
Sets the value of the resolvedCount property.
|
void |
setTotalCount(int value)
Sets the value of the totalCount property.
|
void |
setTriagedCount(int value)
Sets the value of the triagedCount property.
|
protected int blankLineCount
protected int codeLineCount
protected int commentLineCount
protected int dismissedCount
protected int fixedCount
protected int inspectedCount
protected XMLGregorianCalendar metricsDate
protected int newCount
protected int outstandingCount
protected ProjectIdDataObj projectId
protected int resolvedCount
protected int totalCount
protected int triagedCount
public int getBlankLineCount()
public void setBlankLineCount(int value)
public int getCodeLineCount()
public void setCodeLineCount(int value)
public int getCommentLineCount()
public void setCommentLineCount(int value)
public int getDismissedCount()
public void setDismissedCount(int value)
public int getFixedCount()
public void setFixedCount(int value)
public int getInspectedCount()
public void setInspectedCount(int value)
public XMLGregorianCalendar getMetricsDate()
XMLGregorianCalendarpublic void setMetricsDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic int getNewCount()
public void setNewCount(int value)
public int getOutstandingCount()
public void setOutstandingCount(int value)
public ProjectIdDataObj getProjectId()
ProjectIdDataObjpublic void setProjectId(ProjectIdDataObj value)
value - allowed object is
ProjectIdDataObjpublic int getResolvedCount()
public void setResolvedCount(int value)
public int getTotalCount()
public void setTotalCount(int value)
public int getTriagedCount()
public void setTriagedCount(int value)
Copyright © 2004-2013 Hudson. All Rights Reserved.