Class InsightGroupScores


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2024-04-03T23:27:37.555894Z[Etc/UTC]")
    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​(InsightsMetricScore deploymentFrequency)
      • getDeploymentFailureRate

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

        public void setDeploymentFailureRate​(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​(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
      • 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.
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
        Return the additional (undeclared) property.
      • getAdditionalProperty

        public java.lang.Object getAdditionalProperty​(java.lang.String key)
        Return the additional (undeclared) property with the specified name.
      • 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
      • validateJsonObject

        public static void validateJsonObject​(com.google.gson.JsonObject jsonObj)
                                       throws java.io.IOException
        Validates the JSON Object and throws an exception if issues found
        Parameters:
        jsonObj - JSON Object
        Throws:
        java.io.IOException - if the JSON Object 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