a üÎòf2ã@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 d d„Z dd„Z dd„Z dS)Ú BucketRangezR Represents querylanguage bucket command input arguments in parse output. cKs2ddddœ|_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__cCs|jS)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 ©rrrrr 4s zBucketRange.lowercCs ||_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)rr rrrr @s cCs|jS)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 rrrrr Ls zBucketRange.uppercCs ||_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)rr rrrr Xs cCs|jS)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 ©rrrrrr ds zBucketRange.aliascCs ||_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)rr rrrr ps cCst|ƒS©N)rrrrrÚ__repr__|szBucketRange.__repr__cCs|dur dS|j|jkS)NF)Ú__dict__©rÚotherrrrÚ__eq__szBucketRange.__eq__cCs ||k SrrrrrrÚ__ne__…szBucketRange.__ne__N) Ú__name__Ú __module__Ú __qualname__Ú__doc__rÚpropertyr Úsetterr r rrrrrrrr s""      rN)Zoci.utilrrrZoci.decoratorsrÚobjectrrrrrÚs