Class 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>
     
    • Field Detail

      • bugCount

        protected long bugCount
      • size

        protected Long size
      • bugHash

        protected String bugHash
    • Constructor Detail

      • FileStats

        public FileStats()
    • 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 is String
      • 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 Long getSize()
        Gets the value of the size property.
        Returns:
        possible object is Long
      • setSize

        public void setSize​(Long value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is Long
      • getBugHash

        public String getBugHash()
        Gets the value of the bugHash property.
        Returns:
        possible object is String
      • setBugHash

        public void setBugHash​(String value)
        Sets the value of the bugHash property.
        Parameters:
        value - allowed object is String