U vâ’id ã @ s( d Z ddlZddlZG dd„ deƒZdS )a InfluxDB OSS API Service. The InfluxDB v2 API provides a programmatic interface for all interactions with InfluxDB. Access the InfluxDB API using the `/api/v2/` endpoint. # noqa: E501 OpenAPI spec version: 2.0.0 Generated by: https://openapi-generator.tech é Nc @ sŠ e Zd ZdZdddœZdddœZddd„Zed d „ ƒZej dd „ ƒZedd „ ƒZ e j dd „ ƒZ dd„ Zdd„ Zdd„ Z dd„ Zdd„ ZdS )ÚAxesz‹NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. ZAxis)ÚxÚyr r Nc C s" d| _ d| _d| _|| _|| _dS )z"Axes - a model defined in OpenAPI.N)Ú_xÚ_yZ discriminatorr r )Úselfr r © r úL/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/axes.pyÚ__init__* s z Axes.__init__c C s | j S )z[Get the x of this Axes. :return: The x of this Axes. :rtype: Axis )r ©r r r r r 3 s zAxes.xc C s |dkrt dƒ‚|| _dS )z[Set the x of this Axes. :param x: The x of this Axes. :type: Axis Nz)Invalid value for `x`, must not be `None`)Ú ValueErrorr )r r r r r r <