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

    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 )'UpdateTaskRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    intstrz&list[ForbidTimeListForUpdateTaskInput]bool)concurrencyend_timeforbid_time_listrecallring_again_intervalring_again_times
start_timetask_open_idConcurrencyEndTimeForbidTimeListRecallRingAgainIntervalRingAgainTimes	StartTime
TaskOpenIdNc
                 2   |	t                      }	|	| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        || _        || _        ||| _        ||| _        ||| _        ||| _        || _        || _        dS )z.UpdateTaskRequest - a model defined in SwaggerN)r   _configuration_concurrency	_end_time_forbid_time_list_recall_ring_again_interval_ring_again_times_start_time_task_open_iddiscriminatorr	   r
   r   r   r   r   r   r   )
selfr	   r
   r   r   r   r   r   r   r   s
             t/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvms/models/update_task_request.py__init__zUpdateTaskRequest.__init__9   s    !*__N, !%$(!!%!!& '$4D! DK*':D$'$4D!$(    c                     | j         S )zGets the concurrency of this UpdateTaskRequest.  # noqa: E501


        :return: The concurrency of this UpdateTaskRequest.  # noqa: E501
        :rtype: int
        )r   r$   s    r%   r	   zUpdateTaskRequest.concurrencyV   s       r'   c                 N    | j         j        r|t          d          || _        dS )zSets the concurrency of this UpdateTaskRequest.


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


        :return: The end_time of this UpdateTaskRequest.  # noqa: E501
        :rtype: str
        )r   r)   s    r%   r
   zUpdateTaskRequest.end_timem   s     ~r'   c                 N    | j         j        r|t          d          || _        dS )zSets the end_time of this UpdateTaskRequest.


        :param end_time: The end_time of this UpdateTaskRequest.  # noqa: E501
        :type: str
        Nz0Invalid value for `end_time`, must not be `None`)r   r+   r,   r   )r$   r
   s     r%   r
   zUpdateTaskRequest.end_timew   s2     5 	Q(:JOPPP!r'   c                     | j         S )zGets the forbid_time_list of this UpdateTaskRequest.  # noqa: E501


        :return: The forbid_time_list of this UpdateTaskRequest.  # noqa: E501
        :rtype: list[ForbidTimeListForUpdateTaskInput]
        r   r)   s    r%   r   z"UpdateTaskRequest.forbid_time_list        %%r'   c                     || _         dS )zSets the forbid_time_list of this UpdateTaskRequest.


        :param forbid_time_list: The forbid_time_list of this UpdateTaskRequest.  # noqa: E501
        :type: list[ForbidTimeListForUpdateTaskInput]
        Nr0   )r$   r   s     r%   r   z"UpdateTaskRequest.forbid_time_list        "2r'   c                     | j         S )zGets the recall of this UpdateTaskRequest.  # noqa: E501


        :return: The recall of this UpdateTaskRequest.  # noqa: E501
        :rtype: bool
        r   r)   s    r%   r   zUpdateTaskRequest.recall   s     |r'   c                     || _         dS )zSets the recall of this UpdateTaskRequest.


        :param recall: The recall of this UpdateTaskRequest.  # noqa: E501
        :type: bool
        Nr5   )r$   r   s     r%   r   zUpdateTaskRequest.recall   s     r'   c                     | j         S )zGets the ring_again_interval of this UpdateTaskRequest.  # noqa: E501


        :return: The ring_again_interval of this UpdateTaskRequest.  # noqa: E501
        :rtype: int
        r   r)   s    r%   r   z%UpdateTaskRequest.ring_again_interval   s     ((r'   c                     || _         dS )zSets the ring_again_interval of this UpdateTaskRequest.


        :param ring_again_interval: The ring_again_interval of this UpdateTaskRequest.  # noqa: E501
        :type: int
        Nr8   )r$   r   s     r%   r   z%UpdateTaskRequest.ring_again_interval   s     %8!!!r'   c                     | j         S )zGets the ring_again_times of this UpdateTaskRequest.  # noqa: E501


        :return: The ring_again_times of this UpdateTaskRequest.  # noqa: E501
        :rtype: int
        r    r)   s    r%   r   z"UpdateTaskRequest.ring_again_times   r1   r'   c                     || _         dS )zSets the ring_again_times of this UpdateTaskRequest.


        :param ring_again_times: The ring_again_times of this UpdateTaskRequest.  # noqa: E501
        :type: int
        Nr;   )r$   r   s     r%   r   z"UpdateTaskRequest.ring_again_times   r3   r'   c                     | j         S )zGets the start_time of this UpdateTaskRequest.  # noqa: E501


        :return: The start_time of this UpdateTaskRequest.  # noqa: E501
        :rtype: str
        )r!   r)   s    r%   r   zUpdateTaskRequest.start_time   s     r'   c                 N    | j         j        r|t          d          || _        dS )zSets the start_time of this UpdateTaskRequest.


        :param start_time: The start_time of this UpdateTaskRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `start_time`, must not be `None`)r   r+   r,   r!   )r$   r   s     r%   r   zUpdateTaskRequest.start_time   s5     5 	S*:LQRRR%r'   c                     | j         S )zGets the task_open_id of this UpdateTaskRequest.  # noqa: E501


        :return: The task_open_id of this UpdateTaskRequest.  # noqa: E501
        :rtype: str
        )r"   r)   s    r%   r   zUpdateTaskRequest.task_open_id   s     !!r'   c                 N    | j         j        r|t          d          || _        dS )zSets the task_open_id of this UpdateTaskRequest.


        :param task_open_id: The task_open_id of this UpdateTaskRequest.  # noqa: E501
        :type: str
        Nz4Invalid value for `task_open_id`, must not be `None`)r   r+   r,   r"   )r$   r   s     r%   r   zUpdateTaskRequest.task_open_id   s5     5 	U,:NSTTT)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hasattrrC   )xs    r%   <lambda>z+UpdateTaskRequest.to_dict.<locals>.<lambda>  s!    WQ	-B-BIaiikkk r'   rC   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rC   r   rD   )items    r%   rG   z+UpdateTaskRequest.to_dict.<locals>.<lambda>  s<    tAw	22"=$q'47??+<+<!=!=8< r'   )six	iteritemsswagger_typesgetattr
isinstancelistmaprE   rC   dictitems
issubclassr   )r$   resultattr_valuekeys         r%   rC   zUpdateTaskRequest.to_dict  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pformatrC   r)   s    r%   to_strzUpdateTaskRequest.to_str!  s    ~dllnn---r'   c                 *    |                                  S )zFor `print` and `pprint`)r]   r)   s    r%   __repr__zUpdateTaskRequest.__repr__%  s    {{}}r'   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrO   r   rC   r$   others     r%   __eq__zUpdateTaskRequest.__eq__)  s5    %!233 	5||~~00r'   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTra   rb   s     r%   __ne__zUpdateTaskRequest.__ne__0  s5    %!233 	4||~~00r'   )	NNNNNNNNN)__name__
__module____qualname____doc__rM   attribute_mapr&   propertyr	   setterr
   r   r   r   r   r   r   rC   r]   r_   rd   rf    r'   r%   r   r      s        
 D$!	 	M %,2,!$	 	M) ) ) ): ! ! X! 
( 
( 
(   X _
" 
" _
" & & X& 2 2 2   X ]  ] ) ) X) 8 8  8 & & X& 2 2 2     X  
& 
& 
& " " X" 
* 
* 
*  6. . .  1 1 11 1 1 1 1r'   r   )rj   r[   rerK   volcenginesdkcore.configurationr   objectr   rn   r'   r%   <module>rr      s|      				 



 9 9 9 9 9 9_1 _1 _1 _1 _1 _1 _1 _1 _1 _1r'   