Class BugCollection.FindBugsSummary.FileStats
- java.lang.Object
-
- io.github.dnalchemist.gitlab.codequality.spotbugs.BugCollection.FindBugsSummary.FileStats
-
- Enclosing class:
- BugCollection.FindBugsSummary
public static class BugCollection.FindBugsSummary.FileStats 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="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.java.lang.StringgetBugHash()Gets the value of the bugHash property.java.lang.StringgetPath()Gets the value of the path property.java.lang.LonggetSize()Gets the value of the size property.voidsetBugCount(long value)Sets the value of the bugCount property.voidsetBugHash(java.lang.String value)Sets the value of the bugHash property.voidsetPath(java.lang.String value)Sets the value of the path property.voidsetSize(java.lang.Long value)Sets the value of the size property.
-
-
-
Method Detail
-
getPath
public java.lang.String getPath()
Gets the value of the path property.- Returns:
- possible object is
String
-
setPath
public void setPath(java.lang.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.
-
getSize
public java.lang.Long getSize()
Gets the value of the size property.- Returns:
- possible object is
Long
-
setSize
public void setSize(java.lang.Long value)
Sets the value of the size property.- Parameters:
value- allowed object isLong
-
getBugHash
public java.lang.String getBugHash()
Gets the value of the bugHash property.- Returns:
- possible object is
String
-
setBugHash
public void setBugHash(java.lang.String value)
Sets the value of the bugHash property.- Parameters:
value- allowed object isString
-
-