ruạṛ
a ���f2 � @ 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 d d� Z dd� Zdd� ZdS )�BucketRangezR Represents querylanguage bucket command input arguments in parse output. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a< Initializes a new BucketRange object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param lower: The value to assign to the lower property of this BucketRange. :type lower: float :param upper: The value to assign to the upper property of this BucketRange. :type upper: float :param alias: The value to assign to the alias property of this BucketRange. :type alias: str �float�str)�lower�upper�aliasr r r N)Z swagger_typesZ attribute_map�_lower�_upper�_alias)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/log_analytics/models/bucket_range.py�__init__ s ��zBucketRange.__init__c C s | j S )z� Gets the lower of this BucketRange. Lower bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command. :return: The lower of this BucketRange. :rtype: float �r �r r r r r 4 s zBucketRange.lowerc C s || _ dS )z� Sets the lower of this BucketRange. Lower bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command. :param lower: The lower of this BucketRange. :type: float Nr )r r r r r r @ s c C s | j S )z� Gets the upper of this BucketRange. Upper bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command. :return: The upper of this BucketRange. :rtype: float �r r r r r r L s zBucketRange.upperc C s || _ dS )z� Sets the upper of this BucketRange. Upper bound of the bucket range specified in the querystring for the numeric field referenced in tbe bucket command. :param upper: The upper of this BucketRange. :type: float Nr )r r r r r r X s c C s | j S )z� Gets the alias of this BucketRange. Optional alias of the bucket range if specified in the querystring. :return: The alias of this BucketRange. :rtype: str �r r r r r r d s zBucketRange.aliasc C s || _ dS )z� Sets the alias of this BucketRange. Optional alias of the bucket range if specified in the querystring. :param alias: The alias of this BucketRange. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zBucketRange.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zBucketRange.__eq__c C s | |k S r r r r r r �__ne__� s zBucketRange.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"