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

    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 )*CreateWorkflowRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    str)
contentdescriptionlanguagemain_workflow_pathnamesourcesource_typetagtokenworkspace_idContentDescriptionLanguageMainWorkflowPathNameSource
SourceTypeTagTokenWorkspaceIDNc                 r   |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        ||| _        ||| _        || _        ||| _        || _        ||| _        || _        ||| _        |	|	| _        |
| _        dS )z2CreateWorkflowRequest - a model defined in SwaggerN)r   _configuration_content_description	_language_main_workflow_path_name_source_source_type_tag_token_workspace_iddiscriminatorr   r   r	   r
   r   r   r   r   r   r   )selfr   r   r	   r
   r   r   r   r   r   r   r   s               x/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkbio/models/create_workflow_request.py__init__zCreateWorkflowRequest.__init__=   s    !*__N, #' 
 	!!"DL"*D )&8D#	 DK&?DHDJ(    c                     | j         S )zGets the content of this CreateWorkflowRequest.  # noqa: E501


        :return: The content of this CreateWorkflowRequest.  # noqa: E501
        :rtype: str
        r   r(   s    r)   r   zCreateWorkflowRequest.content`   s     }r+   c                     || _         dS )zSets the content of this CreateWorkflowRequest.


        :param content: The content of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        Nr-   )r(   r   s     r)   r   zCreateWorkflowRequest.contentj   s      r+   c                     | j         S )zGets the description of this CreateWorkflowRequest.  # noqa: E501


        :return: The description of this CreateWorkflowRequest.  # noqa: E501
        :rtype: str
        )r   r.   s    r)   r   z!CreateWorkflowRequest.descriptionu          r+   c                 t    | j         j        r$|"t          |          dk    rt          d          || _        dS )zSets the description of this CreateWorkflowRequest.


        :param description: The description of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        Ni  zLInvalid value for `description`, length must be less than or equal to `1000`)r   client_side_validationlen
ValueErrorr   )r(   r   s     r)   r   z!CreateWorkflowRequest.description   sH     6 	m'C,<,<t,C,Cklll'r+   c                     | j         S )zGets the language of this CreateWorkflowRequest.  # noqa: E501


        :return: The language of this CreateWorkflowRequest.  # noqa: E501
        :rtype: str
        )r   r.   s    r)   r	   zCreateWorkflowRequest.language   s     ~r+   c                     | j         j        r|t          d          g d}| j         j        r'||vr#t          d                    ||                    || _        dS )zSets the language of this CreateWorkflowRequest.


        :param language: The language of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        Nz0Invalid value for `language`, must not be `None`)WDLCWLNextflowz6Invalid value for `language` ({0}), must be one of {1})r   r3   r5   formatr   )r(   r	   allowed_valuess      r)   r	   zCreateWorkflowRequest.language   s|     5 	Q(:JOPPP3336 	..H.11  
 "r+   c                     | j         S )zGets the main_workflow_path of this CreateWorkflowRequest.  # noqa: E501


        :return: The main_workflow_path of this CreateWorkflowRequest.  # noqa: E501
        :rtype: str
        r    r.   s    r)   r
   z(CreateWorkflowRequest.main_workflow_path   s     ''r+   c                     || _         dS )zSets the main_workflow_path of this CreateWorkflowRequest.


        :param main_workflow_path: The main_workflow_path of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        Nr>   )r(   r
   s     r)   r
   z(CreateWorkflowRequest.main_workflow_path   s     $6   r+   c                     | j         S )zGets the name of this CreateWorkflowRequest.  # noqa: E501


        :return: The name of this CreateWorkflowRequest.  # noqa: E501
        :rtype: str
        )r!   r.   s    r)   r   zCreateWorkflowRequest.name   s     zr+   c                    | j         j        r|t          d          | j         j        r$|"t          |          dk    rt          d          | j         j        r$|"t          |          dk     rt          d          || _        dS )zSets the name of this CreateWorkflowRequest.


        :param name: The name of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `name`, must not be `None`   zDInvalid value for `name`, length must be less than or equal to `200`   zEInvalid value for `name`, length must be greater than or equal to `1`)r   r3   r5   r4   r!   )r(   r   s     r)   r   zCreateWorkflowRequest.name   s     5 	M$,KLLL6 	e SYY__cddd6 	f SYY]]deee


r+   c                     | j         S )zGets the source of this CreateWorkflowRequest.  # noqa: E501


        :return: The source of this CreateWorkflowRequest.  # noqa: E501
        :rtype: str
        r"   r.   s    r)   r   zCreateWorkflowRequest.source   s     |r+   c                     || _         dS )zSets the source of this CreateWorkflowRequest.


        :param source: The source of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        NrE   )r(   r   s     r)   r   zCreateWorkflowRequest.source   s     r+   c                     | j         S )zGets the source_type of this CreateWorkflowRequest.  # noqa: E501


        :return: The source_type of this CreateWorkflowRequest.  # noqa: E501
        :rtype: str
        )r#   r.   s    r)   r   z!CreateWorkflowRequest.source_type   r1   r+   c                 N    | j         j        r|t          d          || _        dS )zSets the source_type of this CreateWorkflowRequest.


        :param source_type: The source_type of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        Nz3Invalid value for `source_type`, must not be `None`)r   r3   r5   r#   )r(   r   s     r)   r   z!CreateWorkflowRequest.source_type   s5     5 	T+:MRSSS'r+   c                     | j         S )zGets the tag of this CreateWorkflowRequest.  # noqa: E501


        :return: The tag of this CreateWorkflowRequest.  # noqa: E501
        :rtype: str
        r$   r.   s    r)   r   zCreateWorkflowRequest.tag	  s     yr+   c                     || _         dS )zSets the tag of this CreateWorkflowRequest.


        :param tag: The tag of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        NrJ   )r(   r   s     r)   r   zCreateWorkflowRequest.tag  s     			r+   c                     | j         S )zGets the token of this CreateWorkflowRequest.  # noqa: E501


        :return: The token of this CreateWorkflowRequest.  # noqa: E501
        :rtype: str
        r%   r.   s    r)   r   zCreateWorkflowRequest.token  s     {r+   c                     || _         dS )zSets the token of this CreateWorkflowRequest.


        :param token: The token of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        NrM   )r(   r   s     r)   r   zCreateWorkflowRequest.token(  s     r+   c                     | j         S )zGets the workspace_id of this CreateWorkflowRequest.  # noqa: E501


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


        :param workspace_id: The workspace_id of this CreateWorkflowRequest.  # noqa: E501
        :type: str
        Nz4Invalid value for `workspace_id`, must not be `None`)r   r3   r5   r&   )r(   r   s     r)   r   z"CreateWorkflowRequest.workspace_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hasattrrS   )xs    r)   <lambda>z/CreateWorkflowRequest.to_dict.<locals>.<lambda>R  s!    WQ	-B-BIaiikkk r+   rS   c                 v    t          | d         d          r"| d         | d                                         fn| S )NrC   rS   r   rT   )items    r)   rW   z/CreateWorkflowRequest.to_dict.<locals>.<lambda>Y  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CreateWorkflowRequest.to_dictJ  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t+T22 	$"jjll $ $
U#sr+   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrS   r.   s    r)   to_strzCreateWorkflowRequest.to_stre  s    ~dllnn---r+   c                 *    |                                  S )zFor `print` and `pprint`)rl   r.   s    r)   __repr__zCreateWorkflowRequest.__repr__i  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CreateWorkflowRequest.__eq__m  s5    %!677 	5||~~00r+   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrp   rq   s     r)   __ne__zCreateWorkflowRequest.__ne__t  s5    %!677 	4||~~00r+   )NNNNNNNNNNN)__name__
__module____qualname____doc__r\   attribute_mapr*   propertyr   setterr   r	   r
   r   r   r   r   r   r   rS   rl   rn   rs   ru    r+   r)   r   r      s        
 # M $0#% M!) !) !) !)F   X ^    ^  ! ! X! ( ( (   X _" " _"& ( ( X( 6 6 6   X 
[  [$   X ]  ] ! ! X! 
( 
( 
(   X 	Z  Z   X \  \ " " X" 
* 
* 
*  6. . .  1 1 11 1 1 1 1r+   r   )ry   rj   rerZ   volcenginesdkcore.configurationr   objectr   r}   r+   r)   <module>r      s|      				 



 9 9 9 9 9 9c1 c1 c1 c1 c1F c1 c1 c1 c1 c1r+   