
    ~i'                     J    d Z ddlZddlZddlZddlmZ  G d de          ZdS )z
    volc_observe

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
    N)Configurationc                      e Zd ZdZ	 ddddddddddd
Zdd	d
dddddddd
Zd-dZed             Zej	        d             Zed             Z
e
j	        d             Z
ed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d             Zed              Zej	        d!             Zed"             Zej	        d#             Zed$             Zej	        d%             Zed&             Zej	        d'             Zd( Zd) Zd* Zd+ Zd, ZdS ).GetTopDataRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    boolintz	list[str]z list[InstanceForGetTopDataInput]str)
ascend_timegroup_by	instancesmetric_names	namespaceorder_by_metric_name
start_timesub_namespacetop_nAscEndTimeGroupBy	InstancesMetricNames	NamespaceOrderByMetricName	StartTimeSubNamespaceTopNNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        ||| _        |	|	| _        |
	|
| _        dS dS )z.GetTopDataRequest - a model defined in SwaggerN)r   _configuration_asc	_end_time	_group_by
_instances_metric_names
_namespace_order_by_metric_name_start_time_sub_namespace_top_ndiscriminatorr	   r
   r   r   r   r   r   r   r   r   )selfr	   r
   r   r   r   r   r   r   r   r   r   s               }/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvolcobserve/models/get_top_data_request.py__init__zGetTopDataRequest.__init__=   s    !*__N,	!%)""!?DH$DM$DM &DN# ,D &DN+(<D%!(DO$!.DDJJJ     c                     | j         S )zGets the asc of this GetTopDataRequest.  # noqa: E501


        :return: The asc of this GetTopDataRequest.  # noqa: E501
        :rtype: bool
        r   r*   s    r+   r	   zGetTopDataRequest.ascd   s     yr-   c                     || _         dS )zSets the asc of this GetTopDataRequest.


        :param asc: The asc of this GetTopDataRequest.  # noqa: E501
        :type: bool
        Nr/   )r*   r	   s     r+   r	   zGetTopDataRequest.ascn   s     			r-   c                     | j         S )zGets the end_time of this GetTopDataRequest.  # noqa: E501


        :return: The end_time of this GetTopDataRequest.  # noqa: E501
        :rtype: int
        r    r0   s    r+   r
   zGetTopDataRequest.end_timey        ~r-   c                     || _         dS )zSets the end_time of this GetTopDataRequest.


        :param end_time: The end_time of this GetTopDataRequest.  # noqa: E501
        :type: int
        Nr3   )r*   r
   s     r+   r
   zGetTopDataRequest.end_time        "r-   c                     | j         S )zGets the group_by of this GetTopDataRequest.  # noqa: E501


        :return: The group_by of this GetTopDataRequest.  # noqa: E501
        :rtype: list[str]
        r!   r0   s    r+   r   zGetTopDataRequest.group_by   r4   r-   c                     || _         dS )zSets the group_by of this GetTopDataRequest.


        :param group_by: The group_by of this GetTopDataRequest.  # noqa: E501
        :type: list[str]
        Nr8   )r*   r   s     r+   r   zGetTopDataRequest.group_by   r6   r-   c                     | j         S )zGets the instances of this GetTopDataRequest.  # noqa: E501


        :return: The instances of this GetTopDataRequest.  # noqa: E501
        :rtype: list[InstanceForGetTopDataInput]
        r"   r0   s    r+   r   zGetTopDataRequest.instances        r-   c                     || _         dS )zSets the instances of this GetTopDataRequest.


        :param instances: The instances of this GetTopDataRequest.  # noqa: E501
        :type: list[InstanceForGetTopDataInput]
        Nr;   )r*   r   s     r+   r   zGetTopDataRequest.instances        $r-   c                     | j         S )zGets the metric_names of this GetTopDataRequest.  # noqa: E501


        :return: The metric_names of this GetTopDataRequest.  # noqa: E501
        :rtype: list[str]
        r#   r0   s    r+   r   zGetTopDataRequest.metric_names   s     !!r-   c                     || _         dS )zSets the metric_names of this GetTopDataRequest.


        :param metric_names: The metric_names of this GetTopDataRequest.  # noqa: E501
        :type: list[str]
        Nr@   )r*   r   s     r+   r   zGetTopDataRequest.metric_names   s     *r-   c                     | j         S )zGets the namespace of this GetTopDataRequest.  # noqa: E501


        :return: The namespace of this GetTopDataRequest.  # noqa: E501
        :rtype: str
        r$   r0   s    r+   r   zGetTopDataRequest.namespace   r<   r-   c                     || _         dS )zSets the namespace of this GetTopDataRequest.


        :param namespace: The namespace of this GetTopDataRequest.  # noqa: E501
        :type: str
        NrC   )r*   r   s     r+   r   zGetTopDataRequest.namespace   r>   r-   c                     | j         S )zGets the order_by_metric_name of this GetTopDataRequest.  # noqa: E501


        :return: The order_by_metric_name of this GetTopDataRequest.  # noqa: E501
        :rtype: str
        r%   r0   s    r+   r   z&GetTopDataRequest.order_by_metric_name   s     ))r-   c                     || _         dS )zSets the order_by_metric_name of this GetTopDataRequest.


        :param order_by_metric_name: The order_by_metric_name of this GetTopDataRequest.  # noqa: E501
        :type: str
        NrF   )r*   r   s     r+   r   z&GetTopDataRequest.order_by_metric_name   s     &:"""r-   c                     | j         S )zGets the start_time of this GetTopDataRequest.  # noqa: E501


        :return: The start_time of this GetTopDataRequest.  # noqa: E501
        :rtype: int
        r&   r0   s    r+   r   zGetTopDataRequest.start_time   s     r-   c                     || _         dS )zSets the start_time of this GetTopDataRequest.


        :param start_time: The start_time of this GetTopDataRequest.  # noqa: E501
        :type: int
        NrI   )r*   r   s     r+   r   zGetTopDataRequest.start_time  s     &r-   c                     | j         S )zGets the sub_namespace of this GetTopDataRequest.  # noqa: E501


        :return: The sub_namespace of this GetTopDataRequest.  # noqa: E501
        :rtype: str
        r'   r0   s    r+   r   zGetTopDataRequest.sub_namespace  s     ""r-   c                     || _         dS )zSets the sub_namespace of this GetTopDataRequest.


        :param sub_namespace: The sub_namespace of this GetTopDataRequest.  # noqa: E501
        :type: str
        NrL   )r*   r   s     r+   r   zGetTopDataRequest.sub_namespace  s     ,r-   c                     | j         S )zGets the top_n of this GetTopDataRequest.  # noqa: E501


        :return: The top_n of this GetTopDataRequest.  # noqa: E501
        :rtype: int
        r(   r0   s    r+   r   zGetTopDataRequest.top_n!  s     {r-   c                     || _         dS )zSets the top_n of this GetTopDataRequest.


        :param top_n: The top_n of this GetTopDataRequest.  # noqa: E501
        :type: int
        NrO   )r*   r   s     r+   r   zGetTopDataRequest.top_n+  s     r-   c                 4   i }t          j        | j                  D ]\  }}t          | |          }t	          |t
                    r"t          t          d |                    ||<   Lt          |d          r|                                ||<   tt	          |t                    r4t          t          d |
                                                    ||<   |||<   t          t          t                    r| 
                                D ]
\  }}|||<   |S )z&Returns the model properties as a dictc                 N    t          | d          r|                                 n| S )Nto_dicthasattrrS   )xs    r+   <lambda>z+GetTopDataRequest.to_dict.<locals>.<lambda>>  s!    WQ	-B-BIaiikkk r-   rS   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rS   r   rT   )items    r+   rW   z+GetTopDataRequest.to_dict.<locals>.<lambda>E  s<    tAw	22"=$q'47??+<+<!=!=8< r-   )six	iteritemsswagger_typesgetattr
isinstancelistmaprU   rS   dictitems
issubclassr   )r*   resultattr_valuekeys         r+   rS   zGetTopDataRequest.to_dict6  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t'.. 	$"jjll $ $
U#sr-   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrS   r0   s    r+   to_strzGetTopDataRequest.to_strQ  s    ~dllnn---r-   c                 *    |                                  S )zFor `print` and `pprint`)rm   r0   s    r+   __repr__zGetTopDataRequest.__repr__U  s    {{}}r-   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr_   r   rS   r*   others     r+   __eq__zGetTopDataRequest.__eq__Y  s5    %!233 	5||~~00r-   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrq   rr   s     r+   __ne__zGetTopDataRequest.__ne__`  s5    %!233 	4||~~00r-   )NNNNNNNNNNN)__name__
__module____qualname____doc__r]   attribute_mapr,   propertyr	   setterr
   r   r   r   r   r   r   r   r   rS   rm   ro   rt   rv    r-   r+   r   r      s        
 7# % M  %  3!' M% % % %N   X 	Z  Z   X _" " _"   X _" " _"   X $ $ $ " " X" * * *   X $ $ $ * * X*  : : ! :     X  & & & # # X# , , ,   X \  \  6. . .  1 1 11 1 1 1 1r-   r   )rz   rk   rer[   volcenginesdkcore.configurationr   objectr   r~   r-   r+   <module>r      s|      				 



 9 9 9 9 9 9O1 O1 O1 O1 O1 O1 O1 O1 O1 O1r-   