ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �AssetAggregationzD The result of an analytics aggregation on a set of assets. c K sZ dddddddd�| _ dddd d ddd�| _d | _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new AssetAggregation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param dimensions: The value to assign to the dimensions property of this AssetAggregation. :type dimensions: dict(str, str) :param count: The value to assign to the count property of this AssetAggregation. :type count: int :param max: The value to assign to the max property of this AssetAggregation. :type max: float :param mean: The value to assign to the mean property of this AssetAggregation. :type mean: float :param min: The value to assign to the min property of this AssetAggregation. :type min: float :param sum: The value to assign to the sum property of this AssetAggregation. :type sum: float :param aggregated_property: The value to assign to the aggregated_property property of this AssetAggregation. :type aggregated_property: str zdict(str, str)�int�float�str)� dimensions�count�max�mean�min�sum�aggregated_propertyr r r r r r ZaggregatedPropertyN) Z swagger_typesZ attribute_map�_dimensions�_count�_max�_mean�_min�_sum�_aggregated_property)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/cloud_bridge/models/asset_aggregation.py�__init__ s. #�� zAssetAggregation.__init__c C s | j S )z� Gets the dimensions of this AssetAggregation. The dimensions along which assets can be aggregated for analytics. :return: The dimensions of this AssetAggregation. :rtype: dict(str, str) �r �r r r r r P s zAssetAggregation.dimensionsc C s || _ dS )z� Sets the dimensions of this AssetAggregation. The dimensions along which assets can be aggregated for analytics. :param dimensions: The dimensions of this AssetAggregation. :type: dict(str, str) Nr )r r r r r r \ s c C s | j S )z� Gets the count of this AssetAggregation. Returns the total number of observations from the group of assets. :return: The count of this AssetAggregation. :rtype: int �r r r r r r h s zAssetAggregation.countc C s || _ dS )z� Sets the count of this AssetAggregation. Returns the total number of observations from the group of assets. :param count: The count of this AssetAggregation. :type: int Nr )r r r r r r t s c C s | j S )z� Gets the max of this AssetAggregation. Returns the highest value from all the assets. :return: The max of this AssetAggregation. :rtype: float �r r r r r r � s zAssetAggregation.maxc C s || _ dS )z� Sets the max of this AssetAggregation. Returns the highest value from all the assets. :param max: The max of this AssetAggregation. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the mean of this AssetAggregation. Returns the value of sum divided by count from the group of assets. :return: The mean of this AssetAggregation. :rtype: float �r r r r r r � s zAssetAggregation.meanc C s || _ dS )z� Sets the mean of this AssetAggregation. Returns the value of sum divided by count from the group of assets. :param mean: The mean of this AssetAggregation. :type: float Nr! )r r r r r r � s c C s | j S )z� Gets the min of this AssetAggregation. Returns the lowest value from the group of assets. :return: The min of this AssetAggregation. :rtype: float �r r r r r r � s zAssetAggregation.minc C s || _ dS )z� Sets the min of this AssetAggregation. Returns the lowest value from the group of assets. :param min: The min of this AssetAggregation. :type: float Nr"