Class PackageStatsType


  • public class PackageStatsType
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<ClassStatsType> getClassStats()
      Gets the value of the classStats property.
      java.lang.String getPackage()
      Gets the value of the package property.
      java.lang.String getPriority2()
      Gets the value of the priority2 property.
      java.lang.String getTotalBugs()
      Gets the value of the totalBugs property.
      java.lang.String getTotalSize()
      Gets the value of the totalSize property.
      java.lang.String getTotalTypes()
      Gets the value of the totalTypes property.
      void setPackage​(java.lang.String value)
      Sets the value of the package property.
      void setPriority2​(java.lang.String value)
      Sets the value of the priority2 property.
      void setTotalBugs​(java.lang.String value)
      Sets the value of the totalBugs property.
      void setTotalSize​(java.lang.String value)
      Sets the value of the totalSize property.
      void setTotalTypes​(java.lang.String value)
      Sets the value of the totalTypes property.
      • Methods inherited from class java.lang.Object

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

      • _package

        protected java.lang.String _package
      • totalBugs

        protected java.lang.String totalBugs
      • totalTypes

        protected java.lang.String totalTypes
      • totalSize

        protected java.lang.String totalSize
      • priority2

        protected java.lang.String priority2
    • Constructor Detail

      • PackageStatsType

        public PackageStatsType()
    • Method Detail

      • getClassStats

        public java.util.List<ClassStatsType> getClassStats()
        Gets the value of the classStats property. ClassStatsType
      • getPackage

        public java.lang.String getPackage()
        Gets the value of the package property.
        Returns:
        possible object is String
      • setPackage

        public void setPackage​(java.lang.String value)
        Sets the value of the package property.
        Parameters:
        value - allowed object is String
      • getTotalBugs

        public java.lang.String getTotalBugs()
        Gets the value of the totalBugs property.
        Returns:
        possible object is String
      • setTotalBugs

        public void setTotalBugs​(java.lang.String value)
        Sets the value of the totalBugs property.
        Parameters:
        value - allowed object is String
      • getTotalTypes

        public java.lang.String getTotalTypes()
        Gets the value of the totalTypes property.
        Returns:
        possible object is String
      • setTotalTypes

        public void setTotalTypes​(java.lang.String value)
        Sets the value of the totalTypes property.
        Parameters:
        value - allowed object is String
      • getTotalSize

        public java.lang.String getTotalSize()
        Gets the value of the totalSize property.
        Returns:
        possible object is String
      • setTotalSize

        public void setTotalSize​(java.lang.String value)
        Sets the value of the totalSize property.
        Parameters:
        value - allowed object is String
      • getPriority2

        public java.lang.String getPriority2()
        Gets the value of the priority2 property.
        Returns:
        possible object is String
      • setPriority2

        public void setPriority2​(java.lang.String value)
        Sets the value of the priority2 property.
        Parameters:
        value - allowed object is String