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

    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            
       P   e Zd ZdZ	 dddddddddd	Z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d$ Zd% Zd& Zd' Zd( ZdS )*InstallAppRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strintboolz	list[str])	absolute_pathapp_idimage_idinstall_typeis_preinstallpod_id_list
product_idtag_id_list
version_idAbsolutePathAppIdImageIdInstallTypeIsPreinstall	PodIdList	ProductId	TagIdList	VersionIdNc                 V   |
t                      }
|
| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        ||| _        || _        ||| _        ||| _        ||| _        ||| _        || _        ||| _        |	| _        dS )z.InstallAppRequest - a model defined in SwaggerN)r   _configuration_absolute_path_app_id	_image_id_install_type_is_preinstall_pod_id_list_product_id_tag_id_list_version_iddiscriminatorr	   r
   r   r   r   r   r   r   r   )selfr	   r
   r   r   r   r   r   r   r   r   s              u/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkacep/models/install_app_request.py__init__zInstallAppRequest.__init__;   s    !*__N,"!"  !$!.D$DM# ,D$!.D"*D$"*D$    c                     | j         S )zGets the absolute_path of this InstallAppRequest.  # noqa: E501


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


        :param absolute_path: The absolute_path of this InstallAppRequest.  # noqa: E501
        :type: str
        Nr,   )r'   r	   s     r(   r	   zInstallAppRequest.absolute_pathf        ,r*   c                     | j         S )zGets the app_id of this InstallAppRequest.  # noqa: E501


        :return: The app_id of this InstallAppRequest.  # noqa: E501
        :rtype: str
        )r   r-   s    r(   r
   zInstallAppRequest.app_idq   s     |r*   c                 N    | j         j        r|t          d          || _        dS )zSets the app_id of this InstallAppRequest.


        :param app_id: The app_id of this InstallAppRequest.  # noqa: E501
        :type: str
        Nz.Invalid value for `app_id`, must not be `None`)r   client_side_validation
ValueErrorr   )r'   r
   s     r(   r
   zInstallAppRequest.app_id{   s1     5 	O&.MNNNr*   c                     | j         S )zGets the image_id of this InstallAppRequest.  # noqa: E501


        :return: The image_id of this InstallAppRequest.  # noqa: E501
        :rtype: str
        r   r-   s    r(   r   zInstallAppRequest.image_id   s     ~r*   c                     || _         dS )zSets the image_id of this InstallAppRequest.


        :param image_id: The image_id of this InstallAppRequest.  # noqa: E501
        :type: str
        Nr6   )r'   r   s     r(   r   zInstallAppRequest.image_id   s     "r*   c                     | j         S )zGets the install_type of this InstallAppRequest.  # noqa: E501


        :return: The install_type of this InstallAppRequest.  # noqa: E501
        :rtype: int
        r    r-   s    r(   r   zInstallAppRequest.install_type   s     !!r*   c                     || _         dS )zSets the install_type of this InstallAppRequest.


        :param install_type: The install_type of this InstallAppRequest.  # noqa: E501
        :type: int
        Nr9   )r'   r   s     r(   r   zInstallAppRequest.install_type   s     *r*   c                     | j         S )zGets the is_preinstall of this InstallAppRequest.  # noqa: E501


        :return: The is_preinstall of this InstallAppRequest.  # noqa: E501
        :rtype: bool
        r!   r-   s    r(   r   zInstallAppRequest.is_preinstall   r.   r*   c                     || _         dS )zSets the is_preinstall of this InstallAppRequest.


        :param is_preinstall: The is_preinstall of this InstallAppRequest.  # noqa: E501
        :type: bool
        Nr<   )r'   r   s     r(   r   zInstallAppRequest.is_preinstall   r0   r*   c                     | j         S )zGets the pod_id_list of this InstallAppRequest.  # noqa: E501


        :return: The pod_id_list of this InstallAppRequest.  # noqa: E501
        :rtype: list[str]
        r"   r-   s    r(   r   zInstallAppRequest.pod_id_list          r*   c                     || _         dS )zSets the pod_id_list of this InstallAppRequest.


        :param pod_id_list: The pod_id_list of this InstallAppRequest.  # noqa: E501
        :type: list[str]
        Nr?   )r'   r   s     r(   r   zInstallAppRequest.pod_id_list        (r*   c                     | j         S )zGets the product_id of this InstallAppRequest.  # noqa: E501


        :return: The product_id of this InstallAppRequest.  # noqa: E501
        :rtype: str
        )r#   r-   s    r(   r   zInstallAppRequest.product_id        r*   c                 N    | j         j        r|t          d          || _        dS )zSets the product_id of this InstallAppRequest.


        :param product_id: The product_id of this InstallAppRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `product_id`, must not be `None`)r   r3   r4   r#   )r'   r   s     r(   r   zInstallAppRequest.product_id   5     5 	S*:LQRRR%r*   c                     | j         S )zGets the tag_id_list of this InstallAppRequest.  # noqa: E501


        :return: The tag_id_list of this InstallAppRequest.  # noqa: E501
        :rtype: list[str]
        r$   r-   s    r(   r   zInstallAppRequest.tag_id_list   r@   r*   c                     || _         dS )zSets the tag_id_list of this InstallAppRequest.


        :param tag_id_list: The tag_id_list of this InstallAppRequest.  # noqa: E501
        :type: list[str]
        NrH   )r'   r   s     r(   r   zInstallAppRequest.tag_id_list   rB   r*   c                     | j         S )zGets the version_id of this InstallAppRequest.  # noqa: E501


        :return: The version_id of this InstallAppRequest.  # noqa: E501
        :rtype: str
        )r%   r-   s    r(   r   zInstallAppRequest.version_id  rD   r*   c                 N    | j         j        r|t          d          || _        dS )zSets the version_id of this InstallAppRequest.


        :param version_id: The version_id of this InstallAppRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `version_id`, must not be `None`)r   r3   r4   r%   )r'   r   s     r(   r   zInstallAppRequest.version_id  rF   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hasattrrN   )xs    r(   <lambda>z+InstallAppRequest.to_dict.<locals>.<lambda>'  s!    WQ	-B-BIaiikkk r*   rN   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rN   r   rO   )items    r(   rR   z+InstallAppRequest.to_dict.<locals>.<lambda>.  s<    tAw	22"=$q'47??+<+<!=!=8< r*   )six	iteritemsswagger_typesgetattr
isinstancelistmaprP   rN   dictitems
issubclassr   )r'   resultattr_valuekeys         r(   rN   zInstallAppRequest.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pformatrN   r-   s    r(   to_strzInstallAppRequest.to_str:  s    ~dllnn---r*   c                 *    |                                  S )zFor `print` and `pprint`)rh   r-   s    r(   __repr__zInstallAppRequest.__repr__>  s    {{}}r*   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrZ   r   rN   r'   others     r(   __eq__zInstallAppRequest.__eq__B  s5    %!233 	5||~~00r*   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrl   rm   s     r(   __ne__zInstallAppRequest.__ne__I  s5    %!233 	4||~~00r*   )
NNNNNNNNNN)__name__
__module____qualname____doc__rX   attribute_mapr)   propertyr	   setterr
   r   r   r   r   r   r   r   rN   rh   rj   ro   rq    r*   r(   r   r      s        
 ""
 
M (%'"!"!
 
M% % % %B # # X# , , ,   X ]
 
 ]
   X _" " _" " " X" * * * # # X# , , , ! ! X! ( ( (     X  
& 
& 
& ! ! X! ( ( (     X  
& 
& 
&  6. . .  1 1 11 1 1 1 1r*   r   )ru   rf   rerV   volcenginesdkcore.configurationr   objectr   ry   r*   r(   <module>r}      s|      				 



 9 9 9 9 9 9x1 x1 x1 x1 x1 x1 x1 x1 x1 x1r*   