
    ~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
    redis

    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Z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d  Zd! Zd" Zd# Zd$ ZdS )&DescribeSlowLogsRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strz	list[str]int)contextdb_nameinstance_idnode_ids	page_sizequery_end_timequery_start_timeslow_log_typeContextDBName
InstanceIdNodeIdsPageSizeQueryEndTimeQueryStartTimeSlowLogTypeNc
                 >   |	t                      }	|	| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        ||| _        ||| _        || _        ||| _        || _        ||| _        ||| _        |	|| _        dS dS )z4DescribeSlowLogsRequest - a model defined in SwaggerN)r   _configuration_context_db_name_instance_id	_node_ids
_page_size_query_end_time_query_start_time_slow_log_typediscriminatorr   r	   r
   r   r   r   r   r   )
selfr   r	   r
   r   r   r   r   r   r   s
             }/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkredis/models/describe_slow_logs_request.py__init__z DescribeSlowLogsRequest.__init__9   s    !*__N, #!%"!"DL"DL&$DM"%"0D'$4D!$!.D %$    c                     | j         S )zGets the context of this DescribeSlowLogsRequest.  # noqa: E501


        :return: The context of this DescribeSlowLogsRequest.  # noqa: E501
        :rtype: str
        r   r#   s    r$   r   zDescribeSlowLogsRequest.contextX        }r&   c                     || _         dS )zSets the context of this DescribeSlowLogsRequest.


        :param context: The context of this DescribeSlowLogsRequest.  # noqa: E501
        :type: str
        Nr(   )r#   r   s     r$   r   zDescribeSlowLogsRequest.contextb         r&   c                     | j         S )zGets the db_name of this DescribeSlowLogsRequest.  # noqa: E501


        :return: The db_name of this DescribeSlowLogsRequest.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r	   zDescribeSlowLogsRequest.db_namem   r*   r&   c                     || _         dS )zSets the db_name of this DescribeSlowLogsRequest.


        :param db_name: The db_name of this DescribeSlowLogsRequest.  # noqa: E501
        :type: str
        Nr.   )r#   r	   s     r$   r	   zDescribeSlowLogsRequest.db_namew   r,   r&   c                     | j         S )zGets the instance_id of this DescribeSlowLogsRequest.  # noqa: E501


        :return: The instance_id of this DescribeSlowLogsRequest.  # noqa: E501
        :rtype: str
        )r   r)   s    r$   r
   z#DescribeSlowLogsRequest.instance_id   s       r&   c                 N    | j         j        r|t          d          || _        dS )zSets the instance_id of this DescribeSlowLogsRequest.


        :param instance_id: The instance_id of this DescribeSlowLogsRequest.  # noqa: E501
        :type: str
        Nz3Invalid value for `instance_id`, must not be `None`)r   client_side_validation
ValueErrorr   )r#   r
   s     r$   r
   z#DescribeSlowLogsRequest.instance_id   s5     5 	T+:MRSSS'r&   c                     | j         S )zGets the node_ids of this DescribeSlowLogsRequest.  # noqa: E501


        :return: The node_ids of this DescribeSlowLogsRequest.  # noqa: E501
        :rtype: list[str]
        r   r)   s    r$   r   z DescribeSlowLogsRequest.node_ids   s     ~r&   c                     || _         dS )zSets the node_ids of this DescribeSlowLogsRequest.


        :param node_ids: The node_ids of this DescribeSlowLogsRequest.  # noqa: E501
        :type: list[str]
        Nr5   )r#   r   s     r$   r   z DescribeSlowLogsRequest.node_ids   s     "r&   c                     | j         S )zGets the page_size of this DescribeSlowLogsRequest.  # noqa: E501


        :return: The page_size of this DescribeSlowLogsRequest.  # noqa: E501
        :rtype: int
        )r   r)   s    r$   r   z!DescribeSlowLogsRequest.page_size   s     r&   c                 N    | j         j        r|t          d          || _        dS )zSets the page_size of this DescribeSlowLogsRequest.


        :param page_size: The page_size of this DescribeSlowLogsRequest.  # noqa: E501
        :type: int
        Nz1Invalid value for `page_size`, must not be `None`)r   r2   r3   r   )r#   r   s     r$   r   z!DescribeSlowLogsRequest.page_size   s2     5 	R):KPQQQ#r&   c                     | j         S )zGets the query_end_time of this DescribeSlowLogsRequest.  # noqa: E501


        :return: The query_end_time of this DescribeSlowLogsRequest.  # noqa: E501
        :rtype: str
        r   r)   s    r$   r   z&DescribeSlowLogsRequest.query_end_time   s     ##r&   c                     || _         dS )zSets the query_end_time of this DescribeSlowLogsRequest.


        :param query_end_time: The query_end_time of this DescribeSlowLogsRequest.  # noqa: E501
        :type: str
        Nr:   )r#   r   s     r$   r   z&DescribeSlowLogsRequest.query_end_time   s      .r&   c                     | j         S )zGets the query_start_time of this DescribeSlowLogsRequest.  # noqa: E501


        :return: The query_start_time of this DescribeSlowLogsRequest.  # noqa: E501
        :rtype: str
        r    r)   s    r$   r   z(DescribeSlowLogsRequest.query_start_time   s     %%r&   c                     || _         dS )zSets the query_start_time of this DescribeSlowLogsRequest.


        :param query_start_time: The query_start_time of this DescribeSlowLogsRequest.  # noqa: E501
        :type: str
        Nr=   )r#   r   s     r$   r   z(DescribeSlowLogsRequest.query_start_time   s     "2r&   c                     | j         S )zGets the slow_log_type of this DescribeSlowLogsRequest.  # noqa: E501


        :return: The slow_log_type of this DescribeSlowLogsRequest.  # noqa: E501
        :rtype: str
        r!   r)   s    r$   r   z%DescribeSlowLogsRequest.slow_log_type   s     ""r&   c                     || _         dS )zSets the slow_log_type of this DescribeSlowLogsRequest.


        :param slow_log_type: The slow_log_type of this DescribeSlowLogsRequest.  # noqa: E501
        :type: str
        Nr@   )r#   r   s     r$   r   z%DescribeSlowLogsRequest.slow_log_type   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hasattrrD   )xs    r$   <lambda>z1DescribeSlowLogsRequest.to_dict.<locals>.<lambda>  s!    WQ	-B-BIaiikkk r&   rD   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rD   r   rE   )items    r$   rH   z1DescribeSlowLogsRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< r&   )six	iteritemsswagger_typesgetattr
isinstancelistmaprF   rD   dictitems
issubclassr   )r#   resultattr_valuekeys         r$   rD   zDescribeSlowLogsRequest.to_dict  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t-t44 	$"jjll $ $
U#sr&   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrD   r)   s    r$   to_strzDescribeSlowLogsRequest.to_str  s    ~dllnn---r&   c                 *    |                                  S )zFor `print` and `pprint`)r^   r)   s    r$   __repr__z DescribeSlowLogsRequest.__repr__#  s    {{}}r&   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrP   r   rD   r#   others     r$   __eq__zDescribeSlowLogsRequest.__eq__'  s5    %!899 	5||~~00r&   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrb   rc   s     r$   __ne__zDescribeSlowLogsRequest.__ne__.  s5    %!899 	4||~~00r&   )	NNNNNNNNN)__name__
__module____qualname____doc__rN   attribute_mapr%   propertyr   setterr	   r
   r   r   r   r   r   rD   r^   r`   re   rg    r&   r$   r   r      s        
 !	 	M #(,&	 	M/ / / />   X ^    ^    X ^    ^  ! ! X! 
( 
( 
(   X _" " _"   X 
$ 
$ 
$ $ $ X$ . . . & & X& 2 2 2 # # X# , , ,  6. . .  1 1 11 1 1 1 1r&   r   )rk   r\   rerL   volcenginesdkcore.configurationr   objectr   ro   r&   r$   <module>rs      s|      				 



 9 9 9 9 9 9]1 ]1 ]1 ]1 ]1f ]1 ]1 ]1 ]1 ]1r&   