
    ~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                      e Zd ZdZ	 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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ed'             Zej	        d(             Zd) Zd* Zd+ Zd, Zd- ZdS )/UploadAppRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strintExtraInfoForUploadAppInput)app_descapp_idapp_modeapp_nameapp_typedownload_url
extra_info
parse_flag
product_idrotationupload_typeAppDescAppIdAppModeAppNameAppTypeDownloadUrl	ExtraInfo	ParseFlag	ProductIdRotation
UploadTypeNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        ||| _        ||| _        ||| _        ||| _        || _        || _        ||| _        ||| _        |	|	| _        |
|
| _        |	|| _        dS dS )z-UploadAppRequest - a model defined in SwaggerN)r   _configuration	_app_desc_app_id	_app_mode	_app_name	_app_type_download_url_extra_info_parse_flag_product_id	_rotation_upload_typediscriminatorr	   r
   r   r   r   r   r   r   r   r   r   )selfr	   r
   r   r   r   r   r   r   r   r   r   r    s                t/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkacep/models/upload_app_request.py__init__zUploadAppRequest.__init__?   s   !*__N,! !$DM DK$DM$DM (!(DO!(DO!(DO$DM"*D #"    c                     | j         S )zGets the app_desc of this UploadAppRequest.  # noqa: E501


        :return: The app_desc of this UploadAppRequest.  # noqa: E501
        :rtype: str
        r!   r-   s    r.   r	   zUploadAppRequest.app_descg        ~r0   c                     || _         dS )zSets the app_desc of this UploadAppRequest.


        :param app_desc: The app_desc of this UploadAppRequest.  # noqa: E501
        :type: str
        Nr2   )r-   r	   s     r.   r	   zUploadAppRequest.app_descq        "r0   c                     | j         S )zGets the app_id of this UploadAppRequest.  # noqa: E501


        :return: The app_id of this UploadAppRequest.  # noqa: E501
        :rtype: str
        r"   r3   s    r.   r
   zUploadAppRequest.app_id|   s     |r0   c                     || _         dS )zSets the app_id of this UploadAppRequest.


        :param app_id: The app_id of this UploadAppRequest.  # noqa: E501
        :type: str
        Nr8   )r-   r
   s     r.   r
   zUploadAppRequest.app_id   s     r0   c                     | j         S )zGets the app_mode of this UploadAppRequest.  # noqa: E501


        :return: The app_mode of this UploadAppRequest.  # noqa: E501
        :rtype: str
        r#   r3   s    r.   r   zUploadAppRequest.app_mode   r4   r0   c                     || _         dS )zSets the app_mode of this UploadAppRequest.


        :param app_mode: The app_mode of this UploadAppRequest.  # noqa: E501
        :type: str
        Nr;   )r-   r   s     r.   r   zUploadAppRequest.app_mode   r6   r0   c                     | j         S )zGets the app_name of this UploadAppRequest.  # noqa: E501


        :return: The app_name of this UploadAppRequest.  # noqa: E501
        :rtype: str
        r$   r3   s    r.   r   zUploadAppRequest.app_name   r4   r0   c                     || _         dS )zSets the app_name of this UploadAppRequest.


        :param app_name: The app_name of this UploadAppRequest.  # noqa: E501
        :type: str
        Nr>   )r-   r   s     r.   r   zUploadAppRequest.app_name   r6   r0   c                     | j         S )zGets the app_type of this UploadAppRequest.  # noqa: E501


        :return: The app_type of this UploadAppRequest.  # noqa: E501
        :rtype: int
        )r%   r3   s    r.   r   zUploadAppRequest.app_type   r4   r0   c                 N    | j         j        r|t          d          || _        dS )zSets the app_type of this UploadAppRequest.


        :param app_type: The app_type of this UploadAppRequest.  # noqa: E501
        :type: int
        Nz0Invalid value for `app_type`, must not be `None`)r    client_side_validation
ValueErrorr%   )r-   r   s     r.   r   zUploadAppRequest.app_type   s2     5 	Q(:JOPPP!r0   c                     | j         S )zGets the download_url of this UploadAppRequest.  # noqa: E501


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


        :param download_url: The download_url of this UploadAppRequest.  # noqa: E501
        :type: str
        Nz4Invalid value for `download_url`, must not be `None`)r    rB   rC   r&   )r-   r   s     r.   r   zUploadAppRequest.download_url   s5     5 	U,:NSTTT)r0   c                     | j         S )zGets the extra_info of this UploadAppRequest.  # noqa: E501


        :return: The extra_info of this UploadAppRequest.  # noqa: E501
        :rtype: ExtraInfoForUploadAppInput
        r'   r3   s    r.   r   zUploadAppRequest.extra_info        r0   c                     || _         dS )zSets the extra_info of this UploadAppRequest.


        :param extra_info: The extra_info of this UploadAppRequest.  # noqa: E501
        :type: ExtraInfoForUploadAppInput
        NrG   )r-   r   s     r.   r   zUploadAppRequest.extra_info        &r0   c                     | j         S )zGets the parse_flag of this UploadAppRequest.  # noqa: E501


        :return: The parse_flag of this UploadAppRequest.  # noqa: E501
        :rtype: int
        r(   r3   s    r.   r   zUploadAppRequest.parse_flag   rH   r0   c                     || _         dS )zSets the parse_flag of this UploadAppRequest.


        :param parse_flag: The parse_flag of this UploadAppRequest.  # noqa: E501
        :type: int
        NrL   )r-   r   s     r.   r   zUploadAppRequest.parse_flag  rJ   r0   c                     | j         S )zGets the product_id of this UploadAppRequest.  # noqa: E501


        :return: The product_id of this UploadAppRequest.  # noqa: E501
        :rtype: str
        r)   r3   s    r.   r   zUploadAppRequest.product_id  rH   r0   c                     || _         dS )zSets the product_id of this UploadAppRequest.


        :param product_id: The product_id of this UploadAppRequest.  # noqa: E501
        :type: str
        NrO   )r-   r   s     r.   r   zUploadAppRequest.product_id  rJ   r0   c                     | j         S )zGets the rotation of this UploadAppRequest.  # noqa: E501


        :return: The rotation of this UploadAppRequest.  # noqa: E501
        :rtype: int
        r*   r3   s    r.   r   zUploadAppRequest.rotation(  r4   r0   c                     || _         dS )zSets the rotation of this UploadAppRequest.


        :param rotation: The rotation of this UploadAppRequest.  # noqa: E501
        :type: int
        NrR   )r-   r   s     r.   r   zUploadAppRequest.rotation2  r6   r0   c                     | j         S )zGets the upload_type of this UploadAppRequest.  # noqa: E501


        :return: The upload_type of this UploadAppRequest.  # noqa: E501
        :rtype: int
        r+   r3   s    r.   r   zUploadAppRequest.upload_type=  s       r0   c                     || _         dS )zSets the upload_type of this UploadAppRequest.


        :param upload_type: The upload_type of this UploadAppRequest.  # noqa: E501
        :type: int
        NrU   )r-   r   s     r.   r   zUploadAppRequest.upload_typeG  s     (r0   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hasattrrY   )xs    r.   <lambda>z*UploadAppRequest.to_dict.<locals>.<lambda>Z  s!    WQ	-B-BIaiikkk r0   rY   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rY   r   rZ   )items    r.   r]   z*UploadAppRequest.to_dict.<locals>.<lambda>a  s<    tAw	22"=$q'47??+<+<!=!=8< r0   )six	iteritemsswagger_typesgetattr
isinstancelistmapr[   rY   dictitems
issubclassr   )r-   resultattr_valuekeys         r.   rY   zUploadAppRequest.to_dictR  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t&-- 	$"jjll $ $
U#sr0   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrY   r3   s    r.   to_strzUploadAppRequest.to_strm  s    ~dllnn---r0   c                 *    |                                  S )zFor `print` and `pprint`)rs   r3   s    r.   __repr__zUploadAppRequest.__repr__q  s    {{}}r0   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFre   r   rY   r-   others     r.   __eq__zUploadAppRequest.__eq__u  s5    %!122 	5||~~00r0   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrw   rx   s     r.   __ne__zUploadAppRequest.__ne__|  s5    %!122 	4||~~00r0   )NNNNNNNNNNNN)__name__
__module____qualname____doc__rc   attribute_mapr/   propertyr	   setterr
   r   r   r   r   r   r   r   r   r   rY   rs   ru   rz   r|    r0   r.   r   r      sS        
 2 M %!!!# M&+ &+ &+ &+P   X _" " _"   X ]  ]   X _" " _"   X _" " _"   X _
" 
" _
" " " X" 
* 
* 
*     X  & & &     X  & & &     X  & & &   X _" " _" ! ! X! ( ( (  6. . .  1 1 11 1 1 1 1r0   r   )r   rq   rera   volcenginesdkcore.configurationr   objectr   r   r0   r.   <module>r      s|      				 



 9 9 9 9 9 9k1 k1 k1 k1 k1v k1 k1 k1 k1 k1r0   