Class Measures


  • public final class Measures
    extends Object
    The Class Measures.
    • Constructor Detail

      • Measures

        public Measures()
        Instantiates a new measures.
    • Method Detail

      • getComponent

        public String getComponent()
        Gets the component.
        Returns:
        the component
      • setComponent

        public void setComponent​(String component)
        Sets the component.
        Parameters:
        component - the new component
      • getMetric

        public String getMetric()
        Gets the metric.
        Returns:
        the metric
      • setMetric

        public void setMetric​(String metric)
        Sets the metric.
        Parameters:
        metric - the new metric
      • getValue

        public String getValue()
        Gets the value.
        Returns:
        the value
      • setValue

        public void setValue​(String value)
        Sets the value.
        Parameters:
        value - the new value
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object