Class BugCollection.FindBugsSummary.PackageStats
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.FindBugsSummary.PackageStats
-
- Enclosing class:
- BugCollection.FindBugsSummary
public static class BugCollection.FindBugsSummary.PackageStats extends java.lang.ObjectJava class for anonymous complex type
.The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ClassStats" maxOccurs="unbounded" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attribute name="class" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="sourceFile" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="interface" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" /> <attribute name="size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <attribute name="bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType> </element> </sequence> <attribute name="package" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="total_bugs" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="total_types" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="total_size" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedLong" /> <attribute name="priority_1" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="priority_2" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="priority_3" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> </restriction> </complexContent> </complexType>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBugCollection.FindBugsSummary.PackageStats.ClassStatsJava class for anonymous complex type
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String_packageprotected java.util.List<BugCollection.FindBugsSummary.PackageStats.ClassStats>classStatsprotected java.lang.Longpriority1protected java.lang.Longpriority2protected java.lang.Longpriority3protected longtotalBugsprotected java.math.BigIntegertotalSizeprotected longtotalTypes
-
Constructor Summary
Constructors Constructor Description PackageStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<BugCollection.FindBugsSummary.PackageStats.ClassStats>getClassStats()Gets the value of the classStats property.java.lang.StringgetPackage()Gets the value of the package property.java.lang.LonggetPriority1()Gets the value of the priority1 property.java.lang.LonggetPriority2()Gets the value of the priority2 property.java.lang.LonggetPriority3()Gets the value of the priority3 property.longgetTotalBugs()Gets the value of the totalBugs property.java.math.BigIntegergetTotalSize()Gets the value of the totalSize property.longgetTotalTypes()Gets the value of the totalTypes property.voidsetPackage(java.lang.String value)Sets the value of the package property.voidsetPriority1(java.lang.Long value)Sets the value of the priority1 property.voidsetPriority2(java.lang.Long value)Sets the value of the priority2 property.voidsetPriority3(java.lang.Long value)Sets the value of the priority3 property.voidsetTotalBugs(long value)Sets the value of the totalBugs property.voidsetTotalSize(java.math.BigInteger value)Sets the value of the totalSize property.voidsetTotalTypes(long value)Sets the value of the totalTypes property.
-
-
-
Field Detail
-
classStats
protected java.util.List<BugCollection.FindBugsSummary.PackageStats.ClassStats> classStats
-
_package
protected java.lang.String _package
-
totalBugs
protected long totalBugs
-
totalTypes
protected long totalTypes
-
totalSize
protected java.math.BigInteger totalSize
-
priority1
protected java.lang.Long priority1
-
priority2
protected java.lang.Long priority2
-
priority3
protected java.lang.Long priority3
-
-
Method Detail
-
getClassStats
public java.util.List<BugCollection.FindBugsSummary.PackageStats.ClassStats> getClassStats()
Gets the value of the classStats property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the classStats property.For example, to add a new item, do as follows:
getClassStats().add(newItem);
Objects of the following type(s) are allowed in the list
BugCollection.FindBugsSummary.PackageStats.ClassStats- Returns:
- The value of the classStats property.
-
getPackage
public java.lang.String getPackage()
Gets the value of the package property.- Returns:
- possible object is
String
-
setPackage
public void setPackage(java.lang.String value)
Sets the value of the package property.- Parameters:
value- allowed object isString
-
getTotalBugs
public long getTotalBugs()
Gets the value of the totalBugs property.
-
setTotalBugs
public void setTotalBugs(long value)
Sets the value of the totalBugs property.
-
getTotalTypes
public long getTotalTypes()
Gets the value of the totalTypes property.
-
setTotalTypes
public void setTotalTypes(long value)
Sets the value of the totalTypes property.
-
getTotalSize
public java.math.BigInteger getTotalSize()
Gets the value of the totalSize property.- Returns:
- possible object is
BigInteger
-
setTotalSize
public void setTotalSize(java.math.BigInteger value)
Sets the value of the totalSize property.- Parameters:
value- allowed object isBigInteger
-
getPriority1
public java.lang.Long getPriority1()
Gets the value of the priority1 property.- Returns:
- possible object is
Long
-
setPriority1
public void setPriority1(java.lang.Long value)
Sets the value of the priority1 property.- Parameters:
value- allowed object isLong
-
getPriority2
public java.lang.Long getPriority2()
Gets the value of the priority2 property.- Returns:
- possible object is
Long
-
setPriority2
public void setPriority2(java.lang.Long value)
Sets the value of the priority2 property.- Parameters:
value- allowed object isLong
-
getPriority3
public java.lang.Long getPriority3()
Gets the value of the priority3 property.- Returns:
- possible object is
Long
-
setPriority3
public void setPriority3(java.lang.Long value)
Sets the value of the priority3 property.- Parameters:
value- allowed object isLong
-
-