Class BugCollection.FindBugsSummary.PackageStats.ClassStats
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.FindBugsSummary.PackageStats.ClassStats
-
- Enclosing class:
- BugCollection.FindBugsSummary.PackageStats
public static class BugCollection.FindBugsSummary.PackageStats.ClassStats 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"> <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>
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean_interfaceprotected longbugsprotected java.lang.Stringclazzprotected java.lang.Longpriority1protected java.lang.Longpriority2protected java.lang.Longpriority3protected java.math.BigIntegersizeprotected java.lang.StringsourceFile
-
Constructor Summary
Constructors Constructor Description ClassStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBugs()Gets the value of the bugs property.java.lang.StringgetClazz()Gets the value of the clazz 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.java.math.BigIntegergetSize()Gets the value of the size property.java.lang.StringgetSourceFile()Gets the value of the sourceFile property.booleanisInterface()Gets the value of the interface property.voidsetBugs(long value)Sets the value of the bugs property.voidsetClazz(java.lang.String value)Sets the value of the clazz property.voidsetInterface(boolean value)Sets the value of the interface 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.voidsetSize(java.math.BigInteger value)Sets the value of the size property.voidsetSourceFile(java.lang.String value)Sets the value of the sourceFile property.
-
-
-
Field Detail
-
clazz
protected java.lang.String clazz
-
sourceFile
protected java.lang.String sourceFile
-
_interface
protected boolean _interface
-
size
protected java.math.BigInteger size
-
bugs
protected long bugs
-
priority1
protected java.lang.Long priority1
-
priority2
protected java.lang.Long priority2
-
priority3
protected java.lang.Long priority3
-
-
Method Detail
-
getClazz
public java.lang.String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(java.lang.String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getSourceFile
public java.lang.String getSourceFile()
Gets the value of the sourceFile property.- Returns:
- possible object is
String
-
setSourceFile
public void setSourceFile(java.lang.String value)
Sets the value of the sourceFile property.- Parameters:
value- allowed object isString
-
isInterface
public boolean isInterface()
Gets the value of the interface property.
-
setInterface
public void setInterface(boolean value)
Sets the value of the interface property.
-
getSize
public java.math.BigInteger getSize()
Gets the value of the size property.- Returns:
- possible object is
BigInteger
-
setSize
public void setSize(java.math.BigInteger value)
Sets the value of the size property.- Parameters:
value- allowed object isBigInteger
-
getBugs
public long getBugs()
Gets the value of the bugs property.
-
setBugs
public void setBugs(long value)
Sets the value of the bugs property.
-
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
-
-