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

    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ddZdddd	d
ddddddddZd1d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ed(             Zej	        d)             Zed*             Zej	        d+             Zd, Zd- Zd. Zd/ Zd0 ZdS )2DescribeTasksRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strintz	list[str])creation_end_timecreation_start_timeinstance_idpage_number	page_sizeproject_nametask_actiontask_categorytask_idtask_sourcetask_status	task_typeCreationEndTimeCreationStartTime
InstanceId
PageNumberPageSizeProjectName
TaskActionTaskCategoryTaskId
TaskSource
TaskStatusTaskTypeNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _        || _        || _        ||| _        ||| _        ||| _        |	|	| _        |
|
| _        ||| _        |	|| _        dS dS )z1DescribeTasksRequest - a model defined in SwaggerN)r   _configuration_creation_end_time_creation_start_time_instance_id_page_number
_page_size_project_name_task_action_task_category_task_id_task_source_task_status
_task_typediscriminatorr   r	   r
   r   r   r   r   r   r   r   r   r   )selfr   r	   r
   r   r   r   r   r   r   r   r   r   r!   s                 ~/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkrdsmysqlv2/models/describe_tasks_request.py__init__zDescribeTasksRequest.__init__A   s#   !*__N,"&$(!  ! "  !(%6D"*':D$"*D&"# ,D"*D$!.D"DL"*D"*D &DNNN !     c                     | j         S )zGets the creation_end_time of this DescribeTasksRequest.  # noqa: E501


        :return: The creation_end_time of this DescribeTasksRequest.  # noqa: E501
        :rtype: str
        r"   r/   s    r0   r   z&DescribeTasksRequest.creation_end_timel   s     &&r2   c                     || _         dS )zSets the creation_end_time of this DescribeTasksRequest.


        :param creation_end_time: The creation_end_time of this DescribeTasksRequest.  # noqa: E501
        :type: str
        Nr4   )r/   r   s     r0   r   z&DescribeTasksRequest.creation_end_timev   s     #4r2   c                     | j         S )zGets the creation_start_time of this DescribeTasksRequest.  # noqa: E501


        :return: The creation_start_time of this DescribeTasksRequest.  # noqa: E501
        :rtype: str
        r#   r5   s    r0   r	   z(DescribeTasksRequest.creation_start_time   s     ((r2   c                     || _         dS )zSets the creation_start_time of this DescribeTasksRequest.


        :param creation_start_time: The creation_start_time of this DescribeTasksRequest.  # noqa: E501
        :type: str
        Nr8   )r/   r	   s     r0   r	   z(DescribeTasksRequest.creation_start_time   s     %8!!!r2   c                     | j         S )zGets the instance_id of this DescribeTasksRequest.  # noqa: E501


        :return: The instance_id of this DescribeTasksRequest.  # noqa: E501
        :rtype: str
        r$   r5   s    r0   r
   z DescribeTasksRequest.instance_id          r2   c                     || _         dS )zSets the instance_id of this DescribeTasksRequest.


        :param instance_id: The instance_id of this DescribeTasksRequest.  # noqa: E501
        :type: str
        Nr;   )r/   r
   s     r0   r
   z DescribeTasksRequest.instance_id        (r2   c                     | j         S )zGets the page_number of this DescribeTasksRequest.  # noqa: E501


        :return: The page_number of this DescribeTasksRequest.  # noqa: E501
        :rtype: int
        )r%   r5   s    r0   r   z DescribeTasksRequest.page_number   r<   r2   c                 N    | j         j        r|t          d          || _        dS )zSets the page_number of this DescribeTasksRequest.


        :param page_number: The page_number of this DescribeTasksRequest.  # noqa: E501
        :type: int
        Nz3Invalid value for `page_number`, must not be `None`)r!   client_side_validation
ValueErrorr%   )r/   r   s     r0   r   z DescribeTasksRequest.page_number   s5     5 	T+:MRSSS'r2   c                     | j         S )zGets the page_size of this DescribeTasksRequest.  # noqa: E501


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


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


        :return: The project_name of this DescribeTasksRequest.  # noqa: E501
        :rtype: str
        r'   r5   s    r0   r   z!DescribeTasksRequest.project_name   s     !!r2   c                     || _         dS )zSets the project_name of this DescribeTasksRequest.


        :param project_name: The project_name of this DescribeTasksRequest.  # noqa: E501
        :type: str
        NrG   )r/   r   s     r0   r   z!DescribeTasksRequest.project_name   s     *r2   c                     | j         S )zGets the task_action of this DescribeTasksRequest.  # noqa: E501


        :return: The task_action of this DescribeTasksRequest.  # noqa: E501
        :rtype: str
        r(   r5   s    r0   r   z DescribeTasksRequest.task_action   r<   r2   c                     || _         dS )zSets the task_action of this DescribeTasksRequest.


        :param task_action: The task_action of this DescribeTasksRequest.  # noqa: E501
        :type: str
        NrJ   )r/   r   s     r0   r   z DescribeTasksRequest.task_action   r>   r2   c                     | j         S )zGets the task_category of this DescribeTasksRequest.  # noqa: E501


        :return: The task_category of this DescribeTasksRequest.  # noqa: E501
        :rtype: list[str]
        r)   r5   s    r0   r   z"DescribeTasksRequest.task_category  s     ""r2   c                     || _         dS )zSets the task_category of this DescribeTasksRequest.


        :param task_category: The task_category of this DescribeTasksRequest.  # noqa: E501
        :type: list[str]
        NrM   )r/   r   s     r0   r   z"DescribeTasksRequest.task_category  s     ,r2   c                     | j         S )zGets the task_id of this DescribeTasksRequest.  # noqa: E501


        :return: The task_id of this DescribeTasksRequest.  # noqa: E501
        :rtype: str
        r*   r5   s    r0   r   zDescribeTasksRequest.task_id  s     }r2   c                     || _         dS )zSets the task_id of this DescribeTasksRequest.


        :param task_id: The task_id of this DescribeTasksRequest.  # noqa: E501
        :type: str
        NrP   )r/   r   s     r0   r   zDescribeTasksRequest.task_id"  s      r2   c                     | j         S )zGets the task_source of this DescribeTasksRequest.  # noqa: E501


        :return: The task_source of this DescribeTasksRequest.  # noqa: E501
        :rtype: str
        r+   r5   s    r0   r   z DescribeTasksRequest.task_source-  r<   r2   c                     || _         dS )zSets the task_source of this DescribeTasksRequest.


        :param task_source: The task_source of this DescribeTasksRequest.  # noqa: E501
        :type: str
        NrS   )r/   r   s     r0   r   z DescribeTasksRequest.task_source7  r>   r2   c                     | j         S )zGets the task_status of this DescribeTasksRequest.  # noqa: E501


        :return: The task_status of this DescribeTasksRequest.  # noqa: E501
        :rtype: list[str]
        r,   r5   s    r0   r   z DescribeTasksRequest.task_statusB  r<   r2   c                     || _         dS )zSets the task_status of this DescribeTasksRequest.


        :param task_status: The task_status of this DescribeTasksRequest.  # noqa: E501
        :type: list[str]
        NrV   )r/   r   s     r0   r   z DescribeTasksRequest.task_statusL  r>   r2   c                     | j         S )zGets the task_type of this DescribeTasksRequest.  # noqa: E501


        :return: The task_type of this DescribeTasksRequest.  # noqa: E501
        :rtype: str
        r-   r5   s    r0   r   zDescribeTasksRequest.task_typeW  rD   r2   c                     || _         dS )zSets the task_type of this DescribeTasksRequest.


        :param task_type: The task_type of this DescribeTasksRequest.  # noqa: E501
        :type: str
        NrY   )r/   r   s     r0   r   zDescribeTasksRequest.task_typea  s     $r2   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hasattrr]   )xs    r0   <lambda>z.DescribeTasksRequest.to_dict.<locals>.<lambda>t  s!    WQ	-B-BIaiikkk r2   r]   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r]   r   r^   )items    r0   ra   z.DescribeTasksRequest.to_dict.<locals>.<lambda>{  s<    tAw	22"=$q'47??+<+<!=!=8< r2   )six	iteritemsswagger_typesgetattr
isinstancelistmapr_   r]   dictitems
issubclassr   )r/   resultattr_valuekeys         r0   r]   zDescribeTasksRequest.to_dictl  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t*D11 	$"jjll $ $
U#sr2   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr]   r5   s    r0   to_strzDescribeTasksRequest.to_str  s    ~dllnn---r2   c                 *    |                                  S )zFor `print` and `pprint`)rw   r5   s    r0   __repr__zDescribeTasksRequest.__repr__  s    {{}}r2   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFri   r   r]   r/   others     r0   __eq__zDescribeTasksRequest.__eq__  s5    %!566 	5||~~00r2   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr{   r|   s     r0   __ne__zDescribeTasksRequest.__ne__  s5    %!566 	4||~~00r2   )NNNNNNNNNNNNN)__name__
__module____qualname____doc__rg   attribute_mapr1   propertyr   setterr	   r
   r   r   r   r   r   r   r   r   r   r]   rw   ry   r~   r    r2   r0   r   r      s        
 #$$" M  /2##%#'## M)' )' )' )'V ' ' X' 4 4 4 ) ) X) 8 8  8 ! ! X! ( ( ( ! ! X! 
( 
( 
(   X 
$ 
$ 
$ " " X" * * * ! ! X! ( ( ( # # X# , , ,   X ^    ^  ! ! X! ( ( ( ! ! X! ( ( (   X $ $ $  6. . .  1 1 11 1 1 1 1r2   r   )r   ru   rere   volcenginesdkcore.configurationr   objectr   r   r2   r0   <module>r      s|      				 



 9 9 9 9 9 9E1 E1 E1 E1 E16 E1 E1 E1 E1 E1r2   