public class FindBugsSummaryType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
allocMbytes |
protected java.lang.String |
clockSeconds |
protected java.lang.String |
cpuSeconds |
protected FindBugsProfileType |
findBugsProfile |
protected java.lang.String |
gcSeconds |
protected java.lang.String |
javaVersion |
protected java.lang.String |
numPackages |
protected java.util.List<PackageStatsType> |
packageStats |
protected java.lang.String |
peakMbytes |
protected java.lang.String |
priority2 |
protected java.lang.String |
referencedClasses |
protected java.lang.String |
timestamp |
protected java.lang.String |
totalBugs |
protected java.lang.String |
totalClasses |
protected java.lang.String |
totalSize |
protected java.lang.String |
vmVersion |
| Constructor and Description |
|---|
FindBugsSummaryType() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAllocMbytes()
Gets the value of the allocMbytes property.
|
java.lang.String |
getClockSeconds()
Gets the value of the clockSeconds property.
|
java.lang.String |
getCpuSeconds()
Gets the value of the cpuSeconds property.
|
FindBugsProfileType |
getFindBugsProfile()
Gets the value of the findBugsProfile property.
|
java.lang.String |
getGcSeconds()
Gets the value of the gcSeconds property.
|
java.lang.String |
getJavaVersion()
Gets the value of the javaVersion property.
|
java.lang.String |
getNumPackages()
Gets the value of the numPackages property.
|
java.util.List<PackageStatsType> |
getPackageStats()
Gets the value of the packageStats property.
|
java.lang.String |
getPeakMbytes()
Gets the value of the peakMbytes property.
|
java.lang.String |
getPriority2()
Gets the value of the priority2 property.
|
java.lang.String |
getReferencedClasses()
Gets the value of the referencedClasses property.
|
java.lang.String |
getTimestamp()
Gets the value of the timestamp property.
|
java.lang.String |
getTotalBugs()
Gets the value of the totalBugs property.
|
java.lang.String |
getTotalClasses()
Gets the value of the totalClasses property.
|
java.lang.String |
getTotalSize()
Gets the value of the totalSize property.
|
java.lang.String |
getVmVersion()
Gets the value of the vmVersion property.
|
void |
setAllocMbytes(java.lang.String value)
Sets the value of the allocMbytes property.
|
void |
setClockSeconds(java.lang.String value)
Sets the value of the clockSeconds property.
|
void |
setCpuSeconds(java.lang.String value)
Sets the value of the cpuSeconds property.
|
void |
setFindBugsProfile(FindBugsProfileType value)
Sets the value of the findBugsProfile property.
|
void |
setGcSeconds(java.lang.String value)
Sets the value of the gcSeconds property.
|
void |
setJavaVersion(java.lang.String value)
Sets the value of the javaVersion property.
|
void |
setNumPackages(java.lang.String value)
Sets the value of the numPackages property.
|
void |
setPeakMbytes(java.lang.String value)
Sets the value of the peakMbytes property.
|
void |
setPriority2(java.lang.String value)
Sets the value of the priority2 property.
|
void |
setReferencedClasses(java.lang.String value)
Sets the value of the referencedClasses property.
|
void |
setTimestamp(java.lang.String value)
Sets the value of the timestamp property.
|
void |
setTotalBugs(java.lang.String value)
Sets the value of the totalBugs property.
|
void |
setTotalClasses(java.lang.String value)
Sets the value of the totalClasses property.
|
void |
setTotalSize(java.lang.String value)
Sets the value of the totalSize property.
|
void |
setVmVersion(java.lang.String value)
Sets the value of the vmVersion property.
|
protected java.util.List<PackageStatsType> packageStats
protected FindBugsProfileType findBugsProfile
protected java.lang.String timestamp
protected java.lang.String totalClasses
protected java.lang.String referencedClasses
protected java.lang.String totalBugs
protected java.lang.String totalSize
protected java.lang.String numPackages
protected java.lang.String javaVersion
protected java.lang.String vmVersion
protected java.lang.String cpuSeconds
protected java.lang.String clockSeconds
protected java.lang.String peakMbytes
protected java.lang.String allocMbytes
protected java.lang.String gcSeconds
protected java.lang.String priority2
public java.util.List<PackageStatsType> getPackageStats()
PackageStatsType
public FindBugsProfileType getFindBugsProfile()
FindBugsProfileTypepublic void setFindBugsProfile(FindBugsProfileType value)
value - allowed object is
FindBugsProfileTypepublic java.lang.String getTimestamp()
Stringpublic void setTimestamp(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTotalClasses()
Stringpublic void setTotalClasses(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReferencedClasses()
Stringpublic void setReferencedClasses(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 getTotalSize()
Stringpublic void setTotalSize(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getNumPackages()
Stringpublic void setNumPackages(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getJavaVersion()
Stringpublic void setJavaVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getVmVersion()
Stringpublic void setVmVersion(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCpuSeconds()
Stringpublic void setCpuSeconds(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getClockSeconds()
Stringpublic void setClockSeconds(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getPeakMbytes()
Stringpublic void setPeakMbytes(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getAllocMbytes()
Stringpublic void setAllocMbytes(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getGcSeconds()
Stringpublic void setGcSeconds(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