Class InsightGroupScores


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2026-03-05T10:45:26.516033Z[Etc/UTC]",
               comments="Generator version: 7.18.0")
    public class InsightGroupScores
    extends java.lang.Object
    InsightGroupScores
    • Field Detail

      • SERIALIZED_NAME_OVERALL

        public static final java.lang.String SERIALIZED_NAME_OVERALL
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_DEPLOYMENT_FREQUENCY

        public static final java.lang.String SERIALIZED_NAME_DEPLOYMENT_FREQUENCY
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_DEPLOYMENT_FAILURE_RATE

        public static final java.lang.String SERIALIZED_NAME_DEPLOYMENT_FAILURE_RATE
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_LEAD_TIME

        public static final java.lang.String SERIALIZED_NAME_LEAD_TIME
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_IMPACT_SIZE

        public static final java.lang.String SERIALIZED_NAME_IMPACT_SIZE
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_EXPERIMENTATION_COVERAGE

        public static final java.lang.String SERIALIZED_NAME_EXPERIMENTATION_COVERAGE
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_FLAG_HEALTH

        public static final java.lang.String SERIALIZED_NAME_FLAG_HEALTH
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_VELOCITY

        public static final java.lang.String SERIALIZED_NAME_VELOCITY
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_RISK

        public static final java.lang.String SERIALIZED_NAME_RISK
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_EFFICIENCY

        public static final java.lang.String SERIALIZED_NAME_EFFICIENCY
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_CREATION_RATIO

        public static final java.lang.String SERIALIZED_NAME_CREATION_RATIO
        See Also:
        Constant Field Values
      • openapiFields

        public static java.util.HashSet<java.lang.String> openapiFields
      • openapiRequiredFields

        public static java.util.HashSet<java.lang.String> openapiRequiredFields
    • Constructor Detail

      • InsightGroupScores

        public InsightGroupScores()
    • Method Detail

      • getDeploymentFrequency

        @Nonnull
        public InsightsMetricScore getDeploymentFrequency()
        Get deploymentFrequency
        Returns:
        deploymentFrequency
      • setDeploymentFrequency

        public void setDeploymentFrequency​(@Nonnull
                                           InsightsMetricScore deploymentFrequency)
      • getDeploymentFailureRate

        @Nonnull
        public InsightsMetricScore getDeploymentFailureRate()
        Get deploymentFailureRate
        Returns:
        deploymentFailureRate
      • setDeploymentFailureRate

        public void setDeploymentFailureRate​(@Nonnull
                                             InsightsMetricScore deploymentFailureRate)
      • getLeadTime

        @Nonnull
        public InsightsMetricScore getLeadTime()
        Get leadTime
        Returns:
        leadTime
      • getImpactSize

        @Nonnull
        public InsightsMetricScore getImpactSize()
        Get impactSize
        Returns:
        impactSize
      • getExperimentationCoverage

        @Nonnull
        public InsightsMetricScore getExperimentationCoverage()
        Get experimentationCoverage
        Returns:
        experimentationCoverage
      • setExperimentationCoverage

        public void setExperimentationCoverage​(@Nonnull
                                               InsightsMetricScore experimentationCoverage)
      • getFlagHealth

        @Nonnull
        public InsightsMetricScore getFlagHealth()
        Get flagHealth
        Returns:
        flagHealth
      • getVelocity

        @Nonnull
        public InsightsMetricScore getVelocity()
        Get velocity
        Returns:
        velocity
      • getEfficiency

        @Nonnull
        public InsightsMetricScore getEfficiency()
        Get efficiency
        Returns:
        efficiency
      • getCreationRatio

        @Nullable
        public InsightsMetricScore getCreationRatio()
        Get creationRatio
        Returns:
        creationRatio
      • setCreationRatio

        public void setCreationRatio​(@Nullable
                                     InsightsMetricScore creationRatio)
      • putAdditionalProperty

        public InsightGroupScores putAdditionalProperty​(java.lang.String key,
                                                        java.lang.Object value)
        Set the additional (undeclared) property with the specified name and value. If the property does not already exist, create it otherwise replace it.
        Parameters:
        key - name of the property
        value - value of the property
        Returns:
        the InsightGroupScores instance itself
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
        Return the additional (undeclared) property.
        Returns:
        a map of objects
      • getAdditionalProperty

        public java.lang.Object getAdditionalProperty​(java.lang.String key)
        Return the additional (undeclared) property with the specified name.
        Parameters:
        key - name of the property
        Returns:
        an object
      • 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
      • validateJsonElement

        public static void validateJsonElement​(com.google.gson.JsonElement jsonElement)
                                        throws java.io.IOException
        Validates the JSON Element and throws an exception if issues found
        Parameters:
        jsonElement - JSON Element
        Throws:
        java.io.IOException - if the JSON Element is invalid with respect to InsightGroupScores
      • fromJson

        public static InsightGroupScores fromJson​(java.lang.String jsonString)
                                           throws java.io.IOException
        Create an instance of InsightGroupScores given an JSON string
        Parameters:
        jsonString - JSON string
        Returns:
        An instance of InsightGroupScores
        Throws:
        java.io.IOException - if the JSON string is invalid with respect to InsightGroupScores
      • toJson

        public java.lang.String toJson()
        Convert an instance of InsightGroupScores to an JSON string
        Returns:
        JSON string