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

    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Z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d  Zd! Zd" Zd# Zd$ ZdS )&GetStreamDataResponsezsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    z"list[BAudioForGetStreamDataOutput]z"list[BVideoForGetStreamDataOutput]zlist[FPForGetStreamDataOutput]z!list[FrameForGetStreamDataOutput]intstr)b_audiob_videofpsframeheightv_codecwidthBAudioBVideoFPSFrameHeightVCodecWidthNc	                 &   |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        ||| _
        ||| _        ||| _        ||| _        ||| _        ||| _        |	|| _        dS dS )z2GetStreamDataResponse - a model defined in SwaggerN)r   _configuration_b_audio_b_video_fps_frame_height_v_codec_widthdiscriminatorr   r	   r
   r   r   r   r   )	selfr   r	   r
   r   r   r   r   r   s	            /root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkaiotvideo/models/get_stream_data_response.py__init__zGetStreamDataResponse.__init__7   s    !*__N,	!"DL"DL?DHDJ DK"DLDJJJ     c                     | j         S )zGets the b_audio of this GetStreamDataResponse.  # noqa: E501


        :return: The b_audio of this GetStreamDataResponse.  # noqa: E501
        :rtype: list[BAudioForGetStreamDataOutput]
        r   r    s    r!   r   zGetStreamDataResponse.b_audioU        }r#   c                     || _         dS )zSets the b_audio of this GetStreamDataResponse.


        :param b_audio: The b_audio of this GetStreamDataResponse.  # noqa: E501
        :type: list[BAudioForGetStreamDataOutput]
        Nr%   )r    r   s     r!   r   zGetStreamDataResponse.b_audio_         r#   c                     | j         S )zGets the b_video of this GetStreamDataResponse.  # noqa: E501


        :return: The b_video of this GetStreamDataResponse.  # noqa: E501
        :rtype: list[BVideoForGetStreamDataOutput]
        r   r&   s    r!   r	   zGetStreamDataResponse.b_videoj   r'   r#   c                     || _         dS )zSets the b_video of this GetStreamDataResponse.


        :param b_video: The b_video of this GetStreamDataResponse.  # noqa: E501
        :type: list[BVideoForGetStreamDataOutput]
        Nr+   )r    r	   s     r!   r	   zGetStreamDataResponse.b_videot   r)   r#   c                     | j         S )zGets the fps of this GetStreamDataResponse.  # noqa: E501


        :return: The fps of this GetStreamDataResponse.  # noqa: E501
        :rtype: list[FPForGetStreamDataOutput]
        r   r&   s    r!   r
   zGetStreamDataResponse.fps   s     yr#   c                     || _         dS )zSets the fps of this GetStreamDataResponse.


        :param fps: The fps of this GetStreamDataResponse.  # noqa: E501
        :type: list[FPForGetStreamDataOutput]
        Nr.   )r    r
   s     r!   r
   zGetStreamDataResponse.fps   s     			r#   c                     | j         S )zGets the frame of this GetStreamDataResponse.  # noqa: E501


        :return: The frame of this GetStreamDataResponse.  # noqa: E501
        :rtype: list[FrameForGetStreamDataOutput]
        r   r&   s    r!   r   zGetStreamDataResponse.frame        {r#   c                     || _         dS )zSets the frame of this GetStreamDataResponse.


        :param frame: The frame of this GetStreamDataResponse.  # noqa: E501
        :type: list[FrameForGetStreamDataOutput]
        Nr1   )r    r   s     r!   r   zGetStreamDataResponse.frame        r#   c                     | j         S )zGets the height of this GetStreamDataResponse.  # noqa: E501


        :return: The height of this GetStreamDataResponse.  # noqa: E501
        :rtype: int
        r   r&   s    r!   r   zGetStreamDataResponse.height   s     |r#   c                     || _         dS )zSets the height of this GetStreamDataResponse.


        :param height: The height of this GetStreamDataResponse.  # noqa: E501
        :type: int
        Nr6   )r    r   s     r!   r   zGetStreamDataResponse.height   s     r#   c                     | j         S )zGets the v_codec of this GetStreamDataResponse.  # noqa: E501


        :return: The v_codec of this GetStreamDataResponse.  # noqa: E501
        :rtype: str
        r   r&   s    r!   r   zGetStreamDataResponse.v_codec   r'   r#   c                     || _         dS )zSets the v_codec of this GetStreamDataResponse.


        :param v_codec: The v_codec of this GetStreamDataResponse.  # noqa: E501
        :type: str
        Nr9   )r    r   s     r!   r   zGetStreamDataResponse.v_codec   r)   r#   c                     | j         S )zGets the width of this GetStreamDataResponse.  # noqa: E501


        :return: The width of this GetStreamDataResponse.  # noqa: E501
        :rtype: int
        r   r&   s    r!   r   zGetStreamDataResponse.width   r2   r#   c                     || _         dS )zSets the width of this GetStreamDataResponse.


        :param width: The width of this GetStreamDataResponse.  # noqa: E501
        :type: int
        Nr<   )r    r   s     r!   r   zGetStreamDataResponse.width   r4   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hasattrr@   )xs    r!   <lambda>z/GetStreamDataResponse.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r#   r@   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r@   r   rA   )items    r!   rD   z/GetStreamDataResponse.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r#   )six	iteritemsswagger_typesgetattr
isinstancelistmaprB   r@   dictitems
issubclassr   )r    resultattr_valuekeys         r!   r@   zGetStreamDataResponse.to_dict   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pformatr@   r&   s    r!   to_strzGetStreamDataResponse.to_str  s    ~dllnn---r#   c                 *    |                                  S )zFor `print` and `pprint`)rZ   r&   s    r!   __repr__zGetStreamDataResponse.__repr__  s    {{}}r#   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrL   r   r@   r    others     r!   __eq__zGetStreamDataResponse.__eq__  s5    %!677 	5||~~00r#   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr^   r_   s     r!   __ne__zGetStreamDataResponse.__ne__  s5    %!677 	4||~~00r#   )NNNNNNNN)__name__
__module____qualname____doc__rJ   attribute_mapr"   propertyr   setterr	   r
   r   r   r   r   r@   rZ   r\   ra   rc    r#   r!   r   r      sP        
 87/4 M  M   <   X ^    ^    X ^    ^    X 	Z  Z   X \  \   X ]  ]   X ^    ^    X \  \  6. . .  1 1 11 1 1 1 1r#   r   )rg   rX   rerH   volcenginesdkcore.configurationr   objectr   rk   r#   r!   <module>ro      s|      				 



 9 9 9 9 9 9A1 A1 A1 A1 A1F A1 A1 A1 A1 A1r#   