
    ~it                     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
    vei_api

    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 )#EdgeCallResponsezsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strintOutputForEdgeCallOutput)	device_idfunction_identifiermodemodule_identifieroriginoutputtemplater	   r
   r   r   r   r   r   Nc	                 &   |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        ||| _
        ||| _        ||| _        ||| _        ||| _        ||| _        |	|| _        dS dS )z-EdgeCallResponse - a model defined in SwaggerN)r   _configuration
_device_id_function_identifier_mode_module_identifier_origin_output	_templatediscriminatorr	   r
   r   r   r   r   r   )	selfr	   r
   r   r   r   r   r   r   s	            v/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkveiapi/models/edge_call_response.py__init__zEdgeCallResponse.__init__7   s    !*__N,$(!
"&! &DN*':D$DI(%6D" DK DK$DMMM      c                     | j         S )zGets the device_id of this EdgeCallResponse.  # noqa: E501


        :return: The device_id of this EdgeCallResponse.  # noqa: E501
        :rtype: str
        r   r   s    r   r	   zEdgeCallResponse.device_idU   s     r   c                     || _         dS )zSets the device_id of this EdgeCallResponse.


        :param device_id: The device_id of this EdgeCallResponse.  # noqa: E501
        :type: str
        Nr   )r   r	   s     r   r	   zEdgeCallResponse.device_id_   s     $r   c                     | j         S )zGets the function_identifier of this EdgeCallResponse.  # noqa: E501


        :return: The function_identifier of this EdgeCallResponse.  # noqa: E501
        :rtype: str
        r   r    s    r   r
   z$EdgeCallResponse.function_identifierj   s     ((r   c                     || _         dS )zSets the function_identifier of this EdgeCallResponse.


        :param function_identifier: The function_identifier of this EdgeCallResponse.  # noqa: E501
        :type: str
        Nr#   )r   r
   s     r   r
   z$EdgeCallResponse.function_identifiert   s     %8!!!r   c                     | j         S )zGets the mode of this EdgeCallResponse.  # noqa: E501


        :return: The mode of this EdgeCallResponse.  # noqa: E501
        :rtype: int
        r   r    s    r   r   zEdgeCallResponse.mode   s     zr   c                     || _         dS )zSets the mode of this EdgeCallResponse.


        :param mode: The mode of this EdgeCallResponse.  # noqa: E501
        :type: int
        Nr&   )r   r   s     r   r   zEdgeCallResponse.mode   s     


r   c                     | j         S )zGets the module_identifier of this EdgeCallResponse.  # noqa: E501


        :return: The module_identifier of this EdgeCallResponse.  # noqa: E501
        :rtype: str
        r   r    s    r   r   z"EdgeCallResponse.module_identifier   s     &&r   c                     || _         dS )zSets the module_identifier of this EdgeCallResponse.


        :param module_identifier: The module_identifier of this EdgeCallResponse.  # noqa: E501
        :type: str
        Nr)   )r   r   s     r   r   z"EdgeCallResponse.module_identifier   s     #4r   c                     | j         S )zGets the origin of this EdgeCallResponse.  # noqa: E501


        :return: The origin of this EdgeCallResponse.  # noqa: E501
        :rtype: int
        r   r    s    r   r   zEdgeCallResponse.origin        |r   c                     || _         dS )zSets the origin of this EdgeCallResponse.


        :param origin: The origin of this EdgeCallResponse.  # noqa: E501
        :type: int
        Nr,   )r   r   s     r   r   zEdgeCallResponse.origin        r   c                     | j         S )zGets the output of this EdgeCallResponse.  # noqa: E501


        :return: The output of this EdgeCallResponse.  # noqa: E501
        :rtype: OutputForEdgeCallOutput
        r   r    s    r   r   zEdgeCallResponse.output   r-   r   c                     || _         dS )zSets the output of this EdgeCallResponse.


        :param output: The output of this EdgeCallResponse.  # noqa: E501
        :type: OutputForEdgeCallOutput
        Nr1   )r   r   s     r   r   zEdgeCallResponse.output   r/   r   c                     | j         S )zGets the template of this EdgeCallResponse.  # noqa: E501


        :return: The template of this EdgeCallResponse.  # noqa: E501
        :rtype: str
        r   r    s    r   r   zEdgeCallResponse.template   s     ~r   c                     || _         dS )zSets the template of this EdgeCallResponse.


        :param template: The template of this EdgeCallResponse.  # noqa: E501
        :type: str
        Nr4   )r   r   s     r   r   zEdgeCallResponse.template   s     "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hasattrr8   )xs    r   <lambda>z*EdgeCallResponse.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r   r8   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r8   r   r9   )items    r   r<   z*EdgeCallResponse.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r   )six	iteritemsswagger_typesgetattr
isinstancelistmapr:   r8   dictitems
issubclassr   )r   resultattr_valuekeys         r   r8   zEdgeCallResponse.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pformatr8   r    s    r   to_strzEdgeCallResponse.to_str  s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rR   r    s    r   __repr__zEdgeCallResponse.__repr__  s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrD   r   r8   r   others     r   __eq__zEdgeCallResponse.__eq__  s5    %!122 	5||~~00r   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrV   rW   s     r   __ne__zEdgeCallResponse.__ne__  s5    %!122 	4||~~00r   )NNNNNNNN)__name__
__module____qualname____doc__rB   attribute_mapr   propertyr	   setterr
   r   r   r   r   r   r8   rR   rT   rY   r[    r   r   r   r      sV        
 $"+ M !40 M% % % %<   X $ $ $ ) ) X) 8 8  8   X 
[  [ ' ' X' 4 4 4   X ]  ]   X ]  ]   X _" " _"  6. . .  1 1 11 1 1 1 1r   r   )r_   rP   rer@   volcenginesdkcore.configurationr   objectr   rc   r   r   <module>rg      s|      				 



 9 9 9 9 9 9A1 A1 A1 A1 A1v A1 A1 A1 A1 A1r   