Class ClassStatsType


  • public class ClassStatsType
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String _interface  
      protected java.lang.String bugs  
      protected java.lang.String clazz  
      protected java.lang.String priority2  
      protected java.lang.String size  
      protected java.lang.String sourceFile  
      protected java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassStatsType()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBugs()
      Gets the value of the bugs property.
      java.lang.String getClazz()
      Gets the value of the clazz property.
      java.lang.String getInterface()
      Gets the value of the interface property.
      java.lang.String getPriority2()
      Gets the value of the priority2 property.
      java.lang.String getSize()
      Gets the value of the size property.
      java.lang.String getSourceFile()
      Gets the value of the sourceFile property.
      java.lang.String getValue()
      Gets the value of the value property.
      void setBugs​(java.lang.String value)
      Sets the value of the bugs property.
      void setClazz​(java.lang.String value)
      Sets the value of the clazz property.
      void setInterface​(java.lang.String value)
      Sets the value of the interface property.
      void setPriority2​(java.lang.String value)
      Sets the value of the priority2 property.
      void setSize​(java.lang.String value)
      Sets the value of the size property.
      void setSourceFile​(java.lang.String value)
      Sets the value of the sourceFile property.
      void setValue​(java.lang.String value)
      Sets the value of the value property.
      • Methods inherited from class java.lang.Object

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

      • value

        protected java.lang.String value
      • clazz

        protected java.lang.String clazz
      • sourceFile

        protected java.lang.String sourceFile
      • _interface

        protected java.lang.String _interface
      • size

        protected java.lang.String size
      • bugs

        protected java.lang.String bugs
      • priority2

        protected java.lang.String priority2
    • Constructor Detail

      • ClassStatsType

        public ClassStatsType()
    • Method Detail

      • getValue

        public java.lang.String getValue()
        Gets the value of the value property.
        Returns:
        possible object is String
      • setValue

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

        public java.lang.String getClazz()
        Gets the value of the clazz property.
        Returns:
        possible object is String
      • setClazz

        public void setClazz​(java.lang.String value)
        Sets the value of the clazz property.
        Parameters:
        value - allowed object is String
      • getSourceFile

        public java.lang.String getSourceFile()
        Gets the value of the sourceFile property.
        Returns:
        possible object is String
      • setSourceFile

        public void setSourceFile​(java.lang.String value)
        Sets the value of the sourceFile property.
        Parameters:
        value - allowed object is String
      • getInterface

        public java.lang.String getInterface()
        Gets the value of the interface property.
        Returns:
        possible object is String
      • setInterface

        public void setInterface​(java.lang.String value)
        Sets the value of the interface property.
        Parameters:
        value - allowed object is String
      • getSize

        public java.lang.String getSize()
        Gets the value of the size property.
        Returns:
        possible object is String
      • setSize

        public void setSize​(java.lang.String value)
        Sets the value of the size property.
        Parameters:
        value - allowed object is String
      • getBugs

        public java.lang.String getBugs()
        Gets the value of the bugs property.
        Returns:
        possible object is String
      • setBugs

        public void setBugs​(java.lang.String value)
        Sets the value of the bugs 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