Class BugCollection.FindBugsSummary.FileStats

  • Enclosing class:
    BugCollection.FindBugsSummary

    public static class BugCollection.FindBugsSummary.FileStats
    extends java.lang.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 Summary

      Fields 
      Modifier and Type Field Description
      protected long bugCount  
      protected java.lang.String bugHash  
      protected java.lang.String path  
      protected java.lang.Long size  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileStats()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getBugCount()
      Gets the value of the bugCount property.
      java.lang.String getBugHash()
      Gets the value of the bugHash property.
      java.lang.String getPath()
      Gets the value of the path property.
      java.lang.Long getSize()
      Gets the value of the size property.
      void setBugCount​(long value)
      Sets the value of the bugCount property.
      void setBugHash​(java.lang.String value)
      Sets the value of the bugHash property.
      void setPath​(java.lang.String value)
      Sets the value of the path property.
      void setSize​(java.lang.Long value)
      Sets the value of the size property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • path

        protected java.lang.String path
      • bugCount

        protected long bugCount
      • size

        protected java.lang.Long size
      • bugHash

        protected java.lang.String bugHash
    • Constructor Detail

      • FileStats

        public FileStats()
    • 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 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 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 is Long
      • 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 is String