Class QuickStats


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2026-06-30T13:33:45.929090Z[Etc/UTC]",
               comments="Generator version: 7.18.0")
    public class QuickStats
    extends java.lang.Object
    QuickStats
    • Field Detail

      • SERIALIZED_NAME_ACTIVE_CONFIGS

        public static final java.lang.String SERIALIZED_NAME_ACTIVE_CONFIGS
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_ACTIVE_EXPERIMENTS

        public static final java.lang.String SERIALIZED_NAME_ACTIVE_EXPERIMENTS
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_AVERAGE_SATISFACTION7_D

        public static final java.lang.String SERIALIZED_NAME_AVERAGE_SATISFACTION7_D
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_SPEND_MONTH_TO_DATE

        public static final java.lang.String SERIALIZED_NAME_SPEND_MONTH_TO_DATE
        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

      • QuickStats

        public QuickStats()
    • Method Detail

      • activeConfigs

        public QuickStats activeConfigs​(@Nonnull
                                        java.lang.Integer activeConfigs)
      • getActiveConfigs

        @Nonnull
        public java.lang.Integer getActiveConfigs()
        Get activeConfigs
        Returns:
        activeConfigs
      • setActiveConfigs

        public void setActiveConfigs​(@Nonnull
                                     java.lang.Integer activeConfigs)
      • activeExperiments

        public QuickStats activeExperiments​(@Nonnull
                                            java.lang.Integer activeExperiments)
      • getActiveExperiments

        @Nonnull
        public java.lang.Integer getActiveExperiments()
        Get activeExperiments
        Returns:
        activeExperiments
      • setActiveExperiments

        public void setActiveExperiments​(@Nonnull
                                         java.lang.Integer activeExperiments)
      • averageSatisfaction7D

        public QuickStats averageSatisfaction7D​(@Nullable
                                                java.lang.Float averageSatisfaction7D)
      • getAverageSatisfaction7D

        @Nullable
        public java.lang.Float getAverageSatisfaction7D()
        Get averageSatisfaction7D
        Returns:
        averageSatisfaction7D
      • setAverageSatisfaction7D

        public void setAverageSatisfaction7D​(@Nullable
                                             java.lang.Float averageSatisfaction7D)
      • spendMonthToDate

        public QuickStats spendMonthToDate​(@Nullable
                                           java.lang.Double spendMonthToDate)
      • getSpendMonthToDate

        @Nullable
        public java.lang.Double getSpendMonthToDate()
        Get spendMonthToDate
        Returns:
        spendMonthToDate
      • setSpendMonthToDate

        public void setSpendMonthToDate​(@Nullable
                                        java.lang.Double spendMonthToDate)
      • putAdditionalProperty

        public QuickStats 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 QuickStats 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 QuickStats
      • fromJson

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

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