Class ClassProfileType


  • public class ClassProfileType
    extends java.lang.Object
    • Field Detail

      • value

        protected java.lang.String value
      • name

        protected java.lang.String name
      • totalMilliseconds

        protected java.lang.String totalMilliseconds
      • invocations

        protected java.lang.String invocations
      • avgMicrosecondsPerInvocation

        protected java.lang.String avgMicrosecondsPerInvocation
      • maxMicrosecondsPerInvocation

        protected java.lang.String maxMicrosecondsPerInvocation
      • standardDeviationMircosecondsPerInvocation

        protected java.lang.String standardDeviationMircosecondsPerInvocation
    • Constructor Detail

      • ClassProfileType

        public ClassProfileType()
    • 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
      • getName

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

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

        public java.lang.String getTotalMilliseconds()
        Gets the value of the totalMilliseconds property.
        Returns:
        possible object is String
      • setTotalMilliseconds

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

        public java.lang.String getInvocations()
        Gets the value of the invocations property.
        Returns:
        possible object is String
      • setInvocations

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

        public java.lang.String getAvgMicrosecondsPerInvocation()
        Gets the value of the avgMicrosecondsPerInvocation property.
        Returns:
        possible object is String
      • setAvgMicrosecondsPerInvocation

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

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

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

        public java.lang.String getStandardDeviationMircosecondsPerInvocation()
        Gets the value of the standardDeviationMircosecondsPerInvocation property.
        Returns:
        possible object is String
      • setStandardDeviationMircosecondsPerInvocation

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