U wi @ s4 d Z ddlZddlZddlmZ G 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 N) Expressionc @ s e Zd ZdZddddZddddZdd dZedd Zej dd Zedd Z e j dd Z edd Zej dd Zdd Zdd Z dd Zdd Zdd Zd S ) PipeExpressionzNOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. strr ZCallExpression)typeargumentcallr r r Nc C sP t | d| _d| _d| _d| _|dk r0|| _|dk r>|| _|dk rL|| _dS )z,PipeExpression - a model defined in OpenAPI.N) r __init___type _argument_callZ discriminatorr r r )selfr r r r W/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/pipe_expression.pyr . s zPipeExpression.__init__c C s | j S )zGet the type of this PipeExpression. Type of AST node :return: The type of this PipeExpression. :rtype: str r r r r r r > s zPipeExpression.typec C s || _ dS )zSet the type of this PipeExpression. Type of AST node :param type: The type of this PipeExpression. :type: str Nr )r r r r r r I s c C s | j S )zGet the argument of this PipeExpression. :return: The argument of this PipeExpression. :rtype: Expression r r r r r r T s zPipeExpression.argumentc C s || _ dS )zSet the argument of this PipeExpression. :param argument: The argument of this PipeExpression. :type: Expression Nr )r r r r r r ] s c C s | j S )zGet the call of this PipeExpression. :return: The call of this PipeExpression. :rtype: CallExpression r r r r r r f s zPipeExpression.callc C s || _ dS )zSet the call of this PipeExpression. :param call: The call of this PipeExpression. :type: CallExpression Nr )r r r r r r o s c C s i }| j D ]z\}}t| |}t|trBttdd |||<