U wâ’iã ã @ 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„ ƒZed d„ ƒZ e j dd„ ƒZ dd„ Zdd„ Zdd„ Z dd„ Zdd„ ZdS )Ú ShardManifestz‹NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. Úintzlist[ShardOwner])ÚidÚshard_ownersr ZshardOwnersNc C s" d| _ d| _d| _|| _|| _dS )z+ShardManifest - a model defined in OpenAPI.N)Ú_idÚ _shard_ownersZ discriminatorr r )Úselfr r © r úV/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/shard_manifest.pyÚ__init__* s zShardManifest.__init__c C s | j S )znGet the id of this ShardManifest. :return: The id of this ShardManifest. :rtype: int )r ©r r r r r 3 s zShardManifest.idc C s |dkrt dƒ‚|| _dS )zoSet the id of this ShardManifest. :param id: The id of this ShardManifest. :type: int Nz*Invalid value for `id`, must not be `None`)Ú ValueErrorr )r r r r r r <