Class BugCollection.FindBugsSummary.PackageStats.ClassStats
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.FindBugsSummary.PackageStats.ClassStats
-
- Enclosing class:
- BugCollection.FindBugsSummary.PackageStats
public static class BugCollection.FindBugsSummary.PackageStats.ClassStats extends Object
Java 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 Stringclazzprotected Longpriority1protected Longpriority2protected Longpriority3protected BigIntegersizeprotected 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.StringgetClazz()Gets the value of the clazz property.LonggetPriority1()Gets the value of the priority1 property.LonggetPriority2()Gets the value of the priority2 property.LonggetPriority3()Gets the value of the priority3 property.BigIntegergetSize()Gets the value of the size property.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(String value)Sets the value of the clazz property.voidsetInterface(boolean value)Sets the value of the interface property.voidsetPriority1(Long value)Sets the value of the priority1 property.voidsetPriority2(Long value)Sets the value of the priority2 property.voidsetPriority3(Long value)Sets the value of the priority3 property.voidsetSize(BigInteger value)Sets the value of the size property.voidsetSourceFile(String value)Sets the value of the sourceFile property.
-
-
-
Method Detail
-
getClazz
public String getClazz()
Gets the value of the clazz property.- Returns:
- possible object is
String
-
setClazz
public void setClazz(String value)
Sets the value of the clazz property.- Parameters:
value- allowed object isString
-
getSourceFile
public String getSourceFile()
Gets the value of the sourceFile property.- Returns:
- possible object is
String
-
setSourceFile
public void setSourceFile(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 BigInteger getSize()
Gets the value of the size property.- Returns:
- possible object is
BigInteger
-
setSize
public void setSize(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 Long getPriority1()
Gets the value of the priority1 property.- Returns:
- possible object is
Long
-
setPriority1
public void setPriority1(Long value)
Sets the value of the priority1 property.- Parameters:
value- allowed object isLong
-
getPriority2
public Long getPriority2()
Gets the value of the priority2 property.- Returns:
- possible object is
Long
-
setPriority2
public void setPriority2(Long value)
Sets the value of the priority2 property.- Parameters:
value- allowed object isLong
-
getPriority3
public Long getPriority3()
Gets the value of the priority3 property.- Returns:
- possible object is
Long
-
-