Class BugCollection.FindBugsSummary.FileStats
- java.lang.Object
-
- de.chkal.maven.gitlab.codequality.spotbugs.BugCollection.FindBugsSummary.FileStats
-
- Enclosing class:
- BugCollection.FindBugsSummary
public static class BugCollection.FindBugsSummary.FileStats 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="path" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="bugCount" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="size" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" /> <attribute name="bugHash" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FileStats()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBugCount()Gets the value of the bugCount property.StringgetBugHash()Gets the value of the bugHash property.StringgetPath()Gets the value of the path property.LonggetSize()Gets the value of the size property.voidsetBugCount(long value)Sets the value of the bugCount property.voidsetBugHash(String value)Sets the value of the bugHash property.voidsetPath(String value)Sets the value of the path property.voidsetSize(Long value)Sets the value of the size property.
-
-
-
Method Detail
-
getPath
public String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(String value)
Sets the value of the path property.- Parameters:
value- allowed object isString
-
getBugCount
public long getBugCount()
Gets the value of the bugCount property.
-
setBugCount
public void setBugCount(long value)
Sets the value of the bugCount property.
-
setSize
public void setSize(Long value)
Sets the value of the size property.- Parameters:
value- allowed object isLong
-
getBugHash
public String getBugHash()
Gets the value of the bugHash property.- Returns:
- possible object is
String
-
-