Class SummarySonarQubeMetric


  • public final class SummarySonarQubeMetric
    extends java.lang.Object
    • Method Detail

      • getId

        public java.lang.String getId()
      • getKey

        public java.lang.String getKey()
      • getType

        public java.lang.String getType()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • getDomain

        public java.lang.String getDomain()
      • getDirection

        public java.lang.Integer getDirection()
      • getQualitative

        public java.lang.Boolean getQualitative()
      • getHidden

        public java.lang.Boolean getHidden()
      • getCustom

        public java.lang.Boolean getCustom()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • withId

        public SummarySonarQubeMetric withId​(java.lang.String id)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withKey

        public SummarySonarQubeMetric withKey​(java.lang.String key)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withType

        public SummarySonarQubeMetric withType​(java.lang.String type)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withName

        public SummarySonarQubeMetric withName​(java.lang.String name)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withDescription

        public SummarySonarQubeMetric withDescription​(java.lang.String description)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withDomain

        public SummarySonarQubeMetric withDomain​(java.lang.String domain)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withDirection

        public SummarySonarQubeMetric withDirection​(java.lang.Integer direction)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withQualitative

        public SummarySonarQubeMetric withQualitative​(java.lang.Boolean qualitative)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withHidden

        public SummarySonarQubeMetric withHidden​(java.lang.Boolean hidden)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).
      • withCustom

        public SummarySonarQubeMetric withCustom​(java.lang.Boolean custom)
        Returns:
        a clone of this object, except with this updated property (returns this if an identical value is passed).