HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/opsi/models/__pycache__/summary_statistics.cpython-39.pyc
a

���f8�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zdd�Z
dd�Zdd�ZdS)�SummaryStatisticsz-
    Contains common summary statistics.
    cKsPddddddd�|_ddddddd�|_d	|_d	|_d	|_d	|_d	|_d	|_d	S)
a*
        Initializes a new SummaryStatistics object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param minimum:
            The value to assign to the minimum property of this SummaryStatistics.
        :type minimum: float

        :param maximum:
            The value to assign to the maximum property of this SummaryStatistics.
        :type maximum: float

        :param average:
            The value to assign to the average property of this SummaryStatistics.
        :type average: float

        :param median:
            The value to assign to the median property of this SummaryStatistics.
        :type median: float

        :param lower_quartile:
            The value to assign to the lower_quartile property of this SummaryStatistics.
        :type lower_quartile: float

        :param upper_quartile:
            The value to assign to the upper_quartile property of this SummaryStatistics.
        :type upper_quartile: float

        �float)�minimum�maximum�average�median�lower_quartile�upper_quartilerr	r
rZ
lowerQuartileZ
upperQuartileN)Z
swagger_typesZ
attribute_map�_minimum�_maximum�_average�_median�_lower_quartile�_upper_quartile)�self�kwargs�r�F/usr/lib/python3.9/site-packages/oci/opsi/models/summary_statistics.py�__init__s(�
�	zSummaryStatistics.__init__cCs|jS)z�
        **[Required]** Gets the minimum of this SummaryStatistics.
        The smallest number in the data set.


        :return: The minimum of this SummaryStatistics.
        :rtype: float
        �r�rrrrrIs
zSummaryStatistics.minimumcCs
||_dS)z�
        Sets the minimum of this SummaryStatistics.
        The smallest number in the data set.


        :param minimum: The minimum of this SummaryStatistics.
        :type: float
        Nr)rrrrrrUs
cCs|jS)z�
        **[Required]** Gets the maximum of this SummaryStatistics.
        The largest number in the data set.


        :return: The maximum of this SummaryStatistics.
        :rtype: float
        �rrrrrr	as
zSummaryStatistics.maximumcCs
||_dS)z�
        Sets the maximum of this SummaryStatistics.
        The largest number in the data set.


        :param maximum: The maximum of this SummaryStatistics.
        :type: float
        Nr)rr	rrrr	ms
cCs|jS)z�
        **[Required]** Gets the average of this SummaryStatistics.
        The average number in the data set.


        :return: The average of this SummaryStatistics.
        :rtype: float
        �rrrrrr
ys
zSummaryStatistics.averagecCs
||_dS)z�
        Sets the average of this SummaryStatistics.
        The average number in the data set.


        :param average: The average of this SummaryStatistics.
        :type: float
        Nr)rr
rrrr
�s
cCs|jS)z�
        **[Required]** Gets the median of this SummaryStatistics.
        The middle number in the data set.


        :return: The median of this SummaryStatistics.
        :rtype: float
        �rrrrrr�s
zSummaryStatistics.mediancCs
||_dS)z�
        Sets the median of this SummaryStatistics.
        The middle number in the data set.


        :param median: The median of this SummaryStatistics.
        :type: float
        Nr)rrrrrr�s
cCs|jS)a&
        **[Required]** Gets the lower_quartile of this SummaryStatistics.
        The middle number between the smallest number and the median of the data set. It's also known as the 25th quartile.


        :return: The lower_quartile of this SummaryStatistics.
        :rtype: float
        �rrrrrr�s
z SummaryStatistics.lower_quartilecCs
||_dS)a$
        Sets the lower_quartile of this SummaryStatistics.
        The middle number between the smallest number and the median of the data set. It's also known as the 25th quartile.


        :param lower_quartile: The lower_quartile of this SummaryStatistics.
        :type: float
        Nr)rrrrrr�s
cCs|jS)a%
        **[Required]** Gets the upper_quartile of this SummaryStatistics.
        The middle number between the median and the largest number of the data set. It's also known as the 75th quartile.


        :return: The upper_quartile of this SummaryStatistics.
        :rtype: float
        �rrrrrr
�s
z SummaryStatistics.upper_quartilecCs
||_dS)a#
        Sets the upper_quartile of this SummaryStatistics.
        The middle number between the median and the largest number of the data set. It's also known as the 75th quartile.


        :param upper_quartile: The upper_quartile of this SummaryStatistics.
        :type: float
        Nr)rr
rrrr
�s
cCst|�S�N)rrrrr�__repr__�szSummaryStatistics.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__�szSummaryStatistics.__eq__cCs
||kSr rr#rrr�__ne__�szSummaryStatistics.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	r
rrr
r!r%r&rrrrrs:7











rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s