Class FindBugsSummaryType
- java.lang.Object
-
- de.kontext_e.jqassistant.plugin.spotbugs.jaxb.FindBugsSummaryType
-
public class FindBugsSummaryType extends java.lang.Object-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringallocMbytesprotected java.lang.StringclockSecondsprotected java.lang.StringcpuSecondsprotected FindBugsProfileTypefindBugsProfileprotected java.lang.StringgcSecondsprotected java.lang.StringjavaVersionprotected java.lang.StringnumPackagesprotected java.util.List<PackageStatsType>packageStatsprotected java.lang.StringpeakMbytesprotected java.lang.Stringpriority2protected java.lang.StringreferencedClassesprotected java.lang.Stringtimestampprotected java.lang.StringtotalBugsprotected java.lang.StringtotalClassesprotected java.lang.StringtotalSizeprotected java.lang.StringvmVersion
-
Constructor Summary
Constructors Constructor Description FindBugsSummaryType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAllocMbytes()Gets the value of the allocMbytes property.java.lang.StringgetClockSeconds()Gets the value of the clockSeconds property.java.lang.StringgetCpuSeconds()Gets the value of the cpuSeconds property.FindBugsProfileTypegetFindBugsProfile()Gets the value of the findBugsProfile property.java.lang.StringgetGcSeconds()Gets the value of the gcSeconds property.java.lang.StringgetJavaVersion()Gets the value of the javaVersion property.java.lang.StringgetNumPackages()Gets the value of the numPackages property.java.util.List<PackageStatsType>getPackageStats()Gets the value of the packageStats property.java.lang.StringgetPeakMbytes()Gets the value of the peakMbytes property.java.lang.StringgetPriority2()Gets the value of the priority2 property.java.lang.StringgetReferencedClasses()Gets the value of the referencedClasses property.java.lang.StringgetTimestamp()Gets the value of the timestamp property.java.lang.StringgetTotalBugs()Gets the value of the totalBugs property.java.lang.StringgetTotalClasses()Gets the value of the totalClasses property.java.lang.StringgetTotalSize()Gets the value of the totalSize property.java.lang.StringgetVmVersion()Gets the value of the vmVersion property.voidsetAllocMbytes(java.lang.String value)Sets the value of the allocMbytes property.voidsetClockSeconds(java.lang.String value)Sets the value of the clockSeconds property.voidsetCpuSeconds(java.lang.String value)Sets the value of the cpuSeconds property.voidsetFindBugsProfile(FindBugsProfileType value)Sets the value of the findBugsProfile property.voidsetGcSeconds(java.lang.String value)Sets the value of the gcSeconds property.voidsetJavaVersion(java.lang.String value)Sets the value of the javaVersion property.voidsetNumPackages(java.lang.String value)Sets the value of the numPackages property.voidsetPeakMbytes(java.lang.String value)Sets the value of the peakMbytes property.voidsetPriority2(java.lang.String value)Sets the value of the priority2 property.voidsetReferencedClasses(java.lang.String value)Sets the value of the referencedClasses property.voidsetTimestamp(java.lang.String value)Sets the value of the timestamp property.voidsetTotalBugs(java.lang.String value)Sets the value of the totalBugs property.voidsetTotalClasses(java.lang.String value)Sets the value of the totalClasses property.voidsetTotalSize(java.lang.String value)Sets the value of the totalSize property.voidsetVmVersion(java.lang.String value)Sets the value of the vmVersion property.
-
-
-
Field Detail
-
packageStats
protected java.util.List<PackageStatsType> packageStats
-
findBugsProfile
protected FindBugsProfileType findBugsProfile
-
timestamp
protected java.lang.String timestamp
-
totalClasses
protected java.lang.String totalClasses
-
referencedClasses
protected java.lang.String referencedClasses
-
totalBugs
protected java.lang.String totalBugs
-
totalSize
protected java.lang.String totalSize
-
numPackages
protected java.lang.String numPackages
-
javaVersion
protected java.lang.String javaVersion
-
vmVersion
protected java.lang.String vmVersion
-
cpuSeconds
protected java.lang.String cpuSeconds
-
clockSeconds
protected java.lang.String clockSeconds
-
peakMbytes
protected java.lang.String peakMbytes
-
allocMbytes
protected java.lang.String allocMbytes
-
gcSeconds
protected java.lang.String gcSeconds
-
priority2
protected java.lang.String priority2
-
-
Method Detail
-
getPackageStats
public java.util.List<PackageStatsType> getPackageStats()
Gets the value of the packageStats property.PackageStatsType
-
getFindBugsProfile
public FindBugsProfileType getFindBugsProfile()
Gets the value of the findBugsProfile property.- Returns:
- possible object is
FindBugsProfileType
-
setFindBugsProfile
public void setFindBugsProfile(FindBugsProfileType value)
Sets the value of the findBugsProfile property.- Parameters:
value- allowed object isFindBugsProfileType
-
getTimestamp
public java.lang.String getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
String
-
setTimestamp
public void setTimestamp(java.lang.String value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isString
-
getTotalClasses
public java.lang.String getTotalClasses()
Gets the value of the totalClasses property.- Returns:
- possible object is
String
-
setTotalClasses
public void setTotalClasses(java.lang.String value)
Sets the value of the totalClasses property.- Parameters:
value- allowed object isString
-
getReferencedClasses
public java.lang.String getReferencedClasses()
Gets the value of the referencedClasses property.- Returns:
- possible object is
String
-
setReferencedClasses
public void setReferencedClasses(java.lang.String value)
Sets the value of the referencedClasses property.- Parameters:
value- allowed object isString
-
getTotalBugs
public java.lang.String getTotalBugs()
Gets the value of the totalBugs property.- Returns:
- possible object is
String
-
setTotalBugs
public void setTotalBugs(java.lang.String value)
Sets the value of the totalBugs property.- Parameters:
value- allowed object isString
-
getTotalSize
public java.lang.String getTotalSize()
Gets the value of the totalSize property.- Returns:
- possible object is
String
-
setTotalSize
public void setTotalSize(java.lang.String value)
Sets the value of the totalSize property.- Parameters:
value- allowed object isString
-
getNumPackages
public java.lang.String getNumPackages()
Gets the value of the numPackages property.- Returns:
- possible object is
String
-
setNumPackages
public void setNumPackages(java.lang.String value)
Sets the value of the numPackages property.- Parameters:
value- allowed object isString
-
getJavaVersion
public java.lang.String getJavaVersion()
Gets the value of the javaVersion property.- Returns:
- possible object is
String
-
setJavaVersion
public void setJavaVersion(java.lang.String value)
Sets the value of the javaVersion property.- Parameters:
value- allowed object isString
-
getVmVersion
public java.lang.String getVmVersion()
Gets the value of the vmVersion property.- Returns:
- possible object is
String
-
setVmVersion
public void setVmVersion(java.lang.String value)
Sets the value of the vmVersion property.- Parameters:
value- allowed object isString
-
getCpuSeconds
public java.lang.String getCpuSeconds()
Gets the value of the cpuSeconds property.- Returns:
- possible object is
String
-
setCpuSeconds
public void setCpuSeconds(java.lang.String value)
Sets the value of the cpuSeconds property.- Parameters:
value- allowed object isString
-
getClockSeconds
public java.lang.String getClockSeconds()
Gets the value of the clockSeconds property.- Returns:
- possible object is
String
-
setClockSeconds
public void setClockSeconds(java.lang.String value)
Sets the value of the clockSeconds property.- Parameters:
value- allowed object isString
-
getPeakMbytes
public java.lang.String getPeakMbytes()
Gets the value of the peakMbytes property.- Returns:
- possible object is
String
-
setPeakMbytes
public void setPeakMbytes(java.lang.String value)
Sets the value of the peakMbytes property.- Parameters:
value- allowed object isString
-
getAllocMbytes
public java.lang.String getAllocMbytes()
Gets the value of the allocMbytes property.- Returns:
- possible object is
String
-
setAllocMbytes
public void setAllocMbytes(java.lang.String value)
Sets the value of the allocMbytes property.- Parameters:
value- allowed object isString
-
getGcSeconds
public java.lang.String getGcSeconds()
Gets the value of the gcSeconds property.- Returns:
- possible object is
String
-
setGcSeconds
public void setGcSeconds(java.lang.String value)
Sets the value of the gcSeconds property.- Parameters:
value- allowed object isString
-
getPriority2
public java.lang.String getPriority2()
Gets the value of the priority2 property.- Returns:
- possible object is
String
-
setPriority2
public void setPriority2(java.lang.String value)
Sets the value of the priority2 property.- Parameters:
value- allowed object isString
-
-
-