U vi5 @ s( d Z ddlZddlZG dd deZdS )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 ZdZddddZddddZdd d Zedd Zej d d Zedd Z e j dd Z edd Zej dd Zdd Zdd Z dd Zdd Zdd ZdS )DeletePredicateRequestzNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. datetimestr)startstop predicater r r Nc C s6 d| _ d| _d| _d| _|| _|| _|dk r2|| _dS )z4DeletePredicateRequest - a model defined in OpenAPI.N)_start_stop _predicateZ discriminatorr r r )selfr r r r `/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/delete_predicate_request.py__init__, s zDeletePredicateRequest.__init__c C s | j S )a3 Get the start of this DeletePredicateRequest. A timestamp ([RFC3339 date/time format](https://docs.influxdata.com/influxdb/latest/reference/glossary/#rfc3339-timestamp)). The earliest time to delete from. :return: The start of this DeletePredicateRequest. :rtype: datetime )r r r r r r 8 s zDeletePredicateRequest.startc C s |dkrt d|| _dS )a7 Set the start of this DeletePredicateRequest. A timestamp ([RFC3339 date/time format](https://docs.influxdata.com/influxdb/latest/reference/glossary/#rfc3339-timestamp)). The earliest time to delete from. :param start: The start of this DeletePredicateRequest. :type: datetime Nz-Invalid value for `start`, must not be `None`) ValueErrorr )r r r r r r C s c C s | j S )a/ Get the stop of this DeletePredicateRequest. A timestamp ([RFC3339 date/time format](https://docs.influxdata.com/influxdb/latest/reference/glossary/#rfc3339-timestamp)). The latest time to delete from. :return: The stop of this DeletePredicateRequest. :rtype: datetime )r r r r r r P s zDeletePredicateRequest.stopc C s |dkrt d|| _dS )a2 Set the stop of this DeletePredicateRequest. A timestamp ([RFC3339 date/time format](https://docs.influxdata.com/influxdb/latest/reference/glossary/#rfc3339-timestamp)). The latest time to delete from. :param stop: The stop of this DeletePredicateRequest. :type: datetime Nz,Invalid value for `stop`, must not be `None`)r r )r r r r r r [ s c C s | j S )a Get the predicate of this DeletePredicateRequest. An expression in [delete predicate syntax](https://docs.influxdata.com/influxdb/latest/reference/syntax/delete-predicate/). :return: The predicate of this DeletePredicateRequest. :rtype: str r r r r r r h s z DeletePredicateRequest.predicatec C s || _ dS )a Set the predicate of this DeletePredicateRequest. An expression in [delete predicate syntax](https://docs.influxdata.com/influxdb/latest/reference/syntax/delete-predicate/). :param predicate: The predicate of this DeletePredicateRequest. :type: str Nr )r r r r r r s s c C s i }| j D ]z\}}t| |}t|trBttdd |||<