public class PackageStatsType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
_package |
protected java.util.List<ClassStatsType> |
classStats |
protected java.lang.String |
priority2 |
protected java.lang.String |
totalBugs |
protected java.lang.String |
totalSize |
protected java.lang.String |
totalTypes |
| Constructor and Description |
|---|
PackageStatsType() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ClassStatsType> |
getClassStats()
Gets the value of the classStats property.
|
java.lang.String |
getPackage()
Gets the value of the package property.
|
java.lang.String |
getPriority2()
Gets the value of the priority2 property.
|
java.lang.String |
getTotalBugs()
Gets the value of the totalBugs property.
|
java.lang.String |
getTotalSize()
Gets the value of the totalSize property.
|
java.lang.String |
getTotalTypes()
Gets the value of the totalTypes property.
|
void |
setPackage(java.lang.String value)
Sets the value of the package property.
|
void |
setPriority2(java.lang.String value)
Sets the value of the priority2 property.
|
void |
setTotalBugs(java.lang.String value)
Sets the value of the totalBugs property.
|
void |
setTotalSize(java.lang.String value)
Sets the value of the totalSize property.
|
void |
setTotalTypes(java.lang.String value)
Sets the value of the totalTypes property.
|
protected java.util.List<ClassStatsType> classStats
protected java.lang.String _package
protected java.lang.String totalBugs
protected java.lang.String totalTypes
protected java.lang.String totalSize
protected java.lang.String priority2
public java.util.List<ClassStatsType> getClassStats()
ClassStatsType
public java.lang.String getPackage()
Stringpublic void setPackage(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTotalBugs()
Stringpublic void setTotalBugs(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTotalTypes()
Stringpublic void setTotalTypes(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTotalSize()
Stringpublic void setTotalSize(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPriority2()
Stringpublic void setPriority2(java.lang.String value)
value - allowed object is
String