Class SummarySonarQubeMetric
- java.lang.Object
-
- tech.kronicle.sdk.models.sonarqube.SummarySonarQubeMetric
-
public final class SummarySonarQubeMetric extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSummarySonarQubeMetric.SummarySonarQubeMetricBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SummarySonarQubeMetric.SummarySonarQubeMetricBuilderbuilder()booleanequals(java.lang.Object o)java.lang.BooleangetCustom()java.lang.StringgetDescription()java.lang.IntegergetDirection()java.lang.StringgetDomain()java.lang.BooleangetHidden()java.lang.StringgetId()java.lang.StringgetKey()java.lang.StringgetName()java.lang.BooleangetQualitative()java.lang.StringgetType()inthashCode()SummarySonarQubeMetric.SummarySonarQubeMetricBuildertoBuilder()java.lang.StringtoString()SummarySonarQubeMetricwithCustom(java.lang.Boolean custom)SummarySonarQubeMetricwithDescription(java.lang.String description)SummarySonarQubeMetricwithDirection(java.lang.Integer direction)SummarySonarQubeMetricwithDomain(java.lang.String domain)SummarySonarQubeMetricwithHidden(java.lang.Boolean hidden)SummarySonarQubeMetricwithId(java.lang.String id)SummarySonarQubeMetricwithKey(java.lang.String key)SummarySonarQubeMetricwithName(java.lang.String name)SummarySonarQubeMetricwithQualitative(java.lang.Boolean qualitative)SummarySonarQubeMetricwithType(java.lang.String type)
-
-
-
Method Detail
-
builder
public static SummarySonarQubeMetric.SummarySonarQubeMetricBuilder builder()
-
toBuilder
public SummarySonarQubeMetric.SummarySonarQubeMetricBuilder toBuilder()
-
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:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
withId
public SummarySonarQubeMetric withId(java.lang.String id)
- Returns:
- a clone of this object, except with this updated property (returns
thisif 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
thisif 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
thisif 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
thisif 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
thisif 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
thisif 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
thisif 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
thisif 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
thisif 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
thisif an identical value is passed).
-
-