public class ComponentMetricsDataObj extends Object
Java class for componentMetricsDataObj complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="componentMetricsDataObj">
<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="componentId" type="{http://ws.coverity.com/v5}componentIdDataObj"/>
<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="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 ComponentIdDataObj |
componentId |
protected int |
dismissedCount |
protected int |
fixedCount |
protected int |
inspectedCount |
protected XMLGregorianCalendar |
metricsDate |
protected int |
newCount |
protected int |
outstandingCount |
protected int |
resolvedCount |
protected int |
totalCount |
protected int |
triagedCount |
| Constructor and Description |
|---|
ComponentMetricsDataObj() |
| 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.
|
ComponentIdDataObj |
getComponentId()
Gets the value of the componentId 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.
|
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 |
setComponentId(ComponentIdDataObj value)
Sets the value of the componentId 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 |
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 ComponentIdDataObj componentId
protected int dismissedCount
protected int fixedCount
protected int inspectedCount
protected XMLGregorianCalendar metricsDate
protected int newCount
protected int outstandingCount
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 ComponentIdDataObj getComponentId()
ComponentIdDataObjpublic void setComponentId(ComponentIdDataObj value)
value - allowed object is
ComponentIdDataObjpublic 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 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.