Class BugCollection.FindBugsSummary.FindBugsProfile.ClassProfile

  • Enclosing class:
    BugCollection.FindBugsSummary.FindBugsProfile

    public static class BugCollection.FindBugsSummary.FindBugsProfile.ClassProfile
    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="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="totalMilliseconds" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="invocations" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="avgMicrosecondsPerInvocation" use="required" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="maxMicrosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
           <attribute name="maxContext" type="{http://www.w3.org/2001/XMLSchema}string" />
           <attribute name="standardDeviationMicrosecondsPerInvocation" type="{http://www.w3.org/2001/XMLSchema}unsignedInt" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Field Detail

      • totalMilliseconds

        protected long totalMilliseconds
      • invocations

        protected long invocations
      • avgMicrosecondsPerInvocation

        protected long avgMicrosecondsPerInvocation
      • maxMicrosecondsPerInvocation

        protected Long maxMicrosecondsPerInvocation
      • maxContext

        protected String maxContext
      • standardDeviationMicrosecondsPerInvocation

        protected Long standardDeviationMicrosecondsPerInvocation
    • Constructor Detail

      • ClassProfile

        public ClassProfile()
    • Method Detail

      • getName

        public String getName()
        Gets the value of the name property.
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • getTotalMilliseconds

        public long getTotalMilliseconds()
        Gets the value of the totalMilliseconds property.
      • setTotalMilliseconds

        public void setTotalMilliseconds​(long value)
        Sets the value of the totalMilliseconds property.
      • getInvocations

        public long getInvocations()
        Gets the value of the invocations property.
      • setInvocations

        public void setInvocations​(long value)
        Sets the value of the invocations property.
      • getAvgMicrosecondsPerInvocation

        public long getAvgMicrosecondsPerInvocation()
        Gets the value of the avgMicrosecondsPerInvocation property.
      • setAvgMicrosecondsPerInvocation

        public void setAvgMicrosecondsPerInvocation​(long value)
        Sets the value of the avgMicrosecondsPerInvocation property.
      • getMaxMicrosecondsPerInvocation

        public Long getMaxMicrosecondsPerInvocation()
        Gets the value of the maxMicrosecondsPerInvocation property.
        Returns:
        possible object is Long
      • setMaxMicrosecondsPerInvocation

        public void setMaxMicrosecondsPerInvocation​(Long value)
        Sets the value of the maxMicrosecondsPerInvocation property.
        Parameters:
        value - allowed object is Long
      • getMaxContext

        public String getMaxContext()
        Gets the value of the maxContext property.
        Returns:
        possible object is String
      • setMaxContext

        public void setMaxContext​(String value)
        Sets the value of the maxContext property.
        Parameters:
        value - allowed object is String
      • getStandardDeviationMicrosecondsPerInvocation

        public Long getStandardDeviationMicrosecondsPerInvocation()
        Gets the value of the standardDeviationMicrosecondsPerInvocation property.
        Returns:
        possible object is Long
      • setStandardDeviationMicrosecondsPerInvocation

        public void setStandardDeviationMicrosecondsPerInvocation​(Long value)
        Sets the value of the standardDeviationMicrosecondsPerInvocation property.
        Parameters:
        value - allowed object is Long