
    ~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dZdd	d
ddddddddddZd3d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d0 Zd1 Zd2 ZdS )4BatchScreenShotRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    intboolz	list[str]strTosInfoForBatchScreenShotInput)heightis_broadcastedis_saved_on_podpod_id_list
product_idqualityresize_moderotationround_idtos_infoupload_typewidthHeightIsBroadcastedIsSavedOnPod	PodIdList	ProductIdQuality
ResizeModeRotationRoundIdTosInfo
UploadTypeWidthNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        d| _        ||| _        ||| _        ||| _        ||| _        || _        ||| _        ||| _        ||| _        |	|	| _        |
|
| _        ||| _        |	|| _        dS dS )z3BatchScreenShotRequest - a model defined in SwaggerN)r   _configuration_height_is_broadcasted_is_saved_on_pod_pod_id_list_product_id_quality_resize_mode	_rotation	_round_id	_tos_info_upload_type_width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/volcenginesdkacep/models/batch_screen_shot_request.py__init__zBatchScreenShotRequest.__init__A   s"   !*__N,# $   ! DK%"0D&#2D "*D$"DL"*D$DM$DM$DM"*DDJJJ     c                     | j         S )zGets the height of this BatchScreenShotRequest.  # noqa: E501


        :return: The height of this BatchScreenShotRequest.  # noqa: E501
        :rtype: int
        r$   r1   s    r2   r
   zBatchScreenShotRequest.heightm   s     |r4   c                     || _         dS )zSets the height of this BatchScreenShotRequest.


        :param height: The height of this BatchScreenShotRequest.  # noqa: E501
        :type: int
        Nr6   )r1   r
   s     r2   r
   zBatchScreenShotRequest.heightw   s     r4   c                     | j         S )zGets the is_broadcasted of this BatchScreenShotRequest.  # noqa: E501


        :return: The is_broadcasted of this BatchScreenShotRequest.  # noqa: E501
        :rtype: bool
        r%   r7   s    r2   r   z%BatchScreenShotRequest.is_broadcasted   s     ##r4   c                     || _         dS )zSets the is_broadcasted of this BatchScreenShotRequest.


        :param is_broadcasted: The is_broadcasted of this BatchScreenShotRequest.  # noqa: E501
        :type: bool
        Nr:   )r1   r   s     r2   r   z%BatchScreenShotRequest.is_broadcasted   s      .r4   c                     | j         S )zGets the is_saved_on_pod of this BatchScreenShotRequest.  # noqa: E501


        :return: The is_saved_on_pod of this BatchScreenShotRequest.  # noqa: E501
        :rtype: bool
        r&   r7   s    r2   r   z&BatchScreenShotRequest.is_saved_on_pod   s     $$r4   c                     || _         dS )zSets the is_saved_on_pod of this BatchScreenShotRequest.


        :param is_saved_on_pod: The is_saved_on_pod of this BatchScreenShotRequest.  # noqa: E501
        :type: bool
        Nr=   )r1   r   s     r2   r   z&BatchScreenShotRequest.is_saved_on_pod   s     !0r4   c                     | j         S )zGets the pod_id_list of this BatchScreenShotRequest.  # noqa: E501


        :return: The pod_id_list of this BatchScreenShotRequest.  # noqa: E501
        :rtype: list[str]
        r'   r7   s    r2   r   z"BatchScreenShotRequest.pod_id_list          r4   c                     || _         dS )zSets the pod_id_list of this BatchScreenShotRequest.


        :param pod_id_list: The pod_id_list of this BatchScreenShotRequest.  # noqa: E501
        :type: list[str]
        Nr@   )r1   r   s     r2   r   z"BatchScreenShotRequest.pod_id_list        (r4   c                     | j         S )zGets the product_id of this BatchScreenShotRequest.  # noqa: E501


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


        :param product_id: The product_id of this BatchScreenShotRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `product_id`, must not be `None`)r#   client_side_validation
ValueErrorr(   )r1   r   s     r2   r   z!BatchScreenShotRequest.product_id   s5     5 	S*:LQRRR%r4   c                     | j         S )zGets the quality of this BatchScreenShotRequest.  # noqa: E501


        :return: The quality of this BatchScreenShotRequest.  # noqa: E501
        :rtype: int
        r)   r7   s    r2   r   zBatchScreenShotRequest.quality   s     }r4   c                     || _         dS )zSets the quality of this BatchScreenShotRequest.


        :param quality: The quality of this BatchScreenShotRequest.  # noqa: E501
        :type: int
        NrI   )r1   r   s     r2   r   zBatchScreenShotRequest.quality   s      r4   c                     | j         S )zGets the resize_mode of this BatchScreenShotRequest.  # noqa: E501


        :return: The resize_mode of this BatchScreenShotRequest.  # noqa: E501
        :rtype: int
        r*   r7   s    r2   r   z"BatchScreenShotRequest.resize_mode   rA   r4   c                     || _         dS )zSets the resize_mode of this BatchScreenShotRequest.


        :param resize_mode: The resize_mode of this BatchScreenShotRequest.  # noqa: E501
        :type: int
        NrL   )r1   r   s     r2   r   z"BatchScreenShotRequest.resize_mode   rC   r4   c                     | j         S )zGets the rotation of this BatchScreenShotRequest.  # noqa: E501


        :return: The rotation of this BatchScreenShotRequest.  # noqa: E501
        :rtype: int
        r+   r7   s    r2   r   zBatchScreenShotRequest.rotation       ~r4   c                     || _         dS )zSets the rotation of this BatchScreenShotRequest.


        :param rotation: The rotation of this BatchScreenShotRequest.  # noqa: E501
        :type: int
        NrO   )r1   r   s     r2   r   zBatchScreenShotRequest.rotation       "r4   c                     | j         S )zGets the round_id of this BatchScreenShotRequest.  # noqa: E501


        :return: The round_id of this BatchScreenShotRequest.  # noqa: E501
        :rtype: str
        r,   r7   s    r2   r   zBatchScreenShotRequest.round_id  rP   r4   c                     || _         dS )zSets the round_id of this BatchScreenShotRequest.


        :param round_id: The round_id of this BatchScreenShotRequest.  # noqa: E501
        :type: str
        NrT   )r1   r   s     r2   r   zBatchScreenShotRequest.round_id!  rR   r4   c                     | j         S )zGets the tos_info of this BatchScreenShotRequest.  # noqa: E501


        :return: The tos_info of this BatchScreenShotRequest.  # noqa: E501
        :rtype: TosInfoForBatchScreenShotInput
        r-   r7   s    r2   r   zBatchScreenShotRequest.tos_info,  rP   r4   c                     || _         dS )zSets the tos_info of this BatchScreenShotRequest.


        :param tos_info: The tos_info of this BatchScreenShotRequest.  # noqa: E501
        :type: TosInfoForBatchScreenShotInput
        NrW   )r1   r   s     r2   r   zBatchScreenShotRequest.tos_info6  rR   r4   c                     | j         S )zGets the upload_type of this BatchScreenShotRequest.  # noqa: E501


        :return: The upload_type of this BatchScreenShotRequest.  # noqa: E501
        :rtype: int
        r.   r7   s    r2   r   z"BatchScreenShotRequest.upload_typeA  rA   r4   c                     || _         dS )zSets the upload_type of this BatchScreenShotRequest.


        :param upload_type: The upload_type of this BatchScreenShotRequest.  # noqa: E501
        :type: int
        NrZ   )r1   r   s     r2   r   z"BatchScreenShotRequest.upload_typeK  rC   r4   c                     | j         S )zGets the width of this BatchScreenShotRequest.  # noqa: E501


        :return: The width of this BatchScreenShotRequest.  # noqa: E501
        :rtype: int
        r/   r7   s    r2   r   zBatchScreenShotRequest.widthV  s     {r4   c                     || _         dS )zSets the width of this BatchScreenShotRequest.


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



 9 9 9 9 9 9D1 D1 D1 D1 D1V D1 D1 D1 D1 D1r4   