
    ~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
    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Z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d Zd Zd Zd Zd ZdS ) EdgeCallRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strintbool)	device_idfunction_identifierinputmodemodule_identifiershow_templater	   r
   r   r   r   r   Nc                     |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        || _	        || _
        ||| _        || _        || _        |	|| _        dS dS )z,EdgeCallRequest - a model defined in SwaggerN)r   _configuration
_device_id_function_identifier_input_mode_module_identifier_show_templatediscriminatorr	   r
   r   r   r   r   )selfr	   r
   r   r   r   r   r   s           u/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkveiapi/models/edge_call_request.py__init__zEdgeCallRequest.__init__5   s    !*__N,$(!
"&"!"#6 DJ	!2$!.D %$    c                     | j         S )zGets the device_id of this EdgeCallRequest.  # noqa: E501


        :return: The device_id of this EdgeCallRequest.  # noqa: E501
        :rtype: str
        )r   r   s    r   r	   zEdgeCallRequest.device_idL   s     r   c                 N    | j         j        r|t          d          || _        dS )zSets the device_id of this EdgeCallRequest.


        :param device_id: The device_id of this EdgeCallRequest.  # noqa: E501
        :type: str
        Nz1Invalid value for `device_id`, must not be `None`)r   client_side_validation
ValueErrorr   )r   r	   s     r   r	   zEdgeCallRequest.device_idV   s2     5 	R):KPQQQ#r   c                     | j         S )zGets the function_identifier of this EdgeCallRequest.  # noqa: E501


        :return: The function_identifier of this EdgeCallRequest.  # noqa: E501
        :rtype: str
        )r   r   s    r   r
   z#EdgeCallRequest.function_identifierc   s     ((r   c                 N    | j         j        r|t          d          || _        dS )zSets the function_identifier of this EdgeCallRequest.


        :param function_identifier: The function_identifier of this EdgeCallRequest.  # noqa: E501
        :type: str
        Nz;Invalid value for `function_identifier`, must not be `None`)r   r   r    r   )r   r
   s     r   r
   z#EdgeCallRequest.function_identifierm   s6     5 	\:M:UZ[[[$7!!!r   c                     | j         S )zGets the input of this EdgeCallRequest.  # noqa: E501


        :return: The input of this EdgeCallRequest.  # noqa: E501
        :rtype: str
        r   r   s    r   r   zEdgeCallRequest.inputz   s     {r   c                     || _         dS )zSets the input of this EdgeCallRequest.


        :param input: The input of this EdgeCallRequest.  # noqa: E501
        :type: str
        Nr$   )r   r   s     r   r   zEdgeCallRequest.input   s     r   c                     | j         S )zGets the mode of this EdgeCallRequest.  # noqa: E501


        :return: The mode of this EdgeCallRequest.  # noqa: E501
        :rtype: int
        )r   r   s    r   r   zEdgeCallRequest.mode   s     zr   c                 N    | j         j        r|t          d          || _        dS )zSets the mode of this EdgeCallRequest.


        :param mode: The mode of this EdgeCallRequest.  # noqa: E501
        :type: int
        Nz,Invalid value for `mode`, must not be `None`)r   r   r    r   )r   r   s     r   r   zEdgeCallRequest.mode   s1     5 	M$,KLLL


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


        :return: The module_identifier of this EdgeCallRequest.  # noqa: E501
        :rtype: str
        )r   r   s    r   r   z!EdgeCallRequest.module_identifier   s     &&r   c                 N    | j         j        r|t          d          || _        dS )zSets the module_identifier of this EdgeCallRequest.


        :param module_identifier: The module_identifier of this EdgeCallRequest.  # noqa: E501
        :type: str
        Nz9Invalid value for `module_identifier`, must not be `None`)r   r   r    r   )r   r   s     r   r   z!EdgeCallRequest.module_identifier   s6     5 	Z:K:SXYYY"3r   c                     | j         S )zGets the show_template of this EdgeCallRequest.  # noqa: E501


        :return: The show_template of this EdgeCallRequest.  # noqa: E501
        :rtype: bool
        r   r   s    r   r   zEdgeCallRequest.show_template   s     ""r   c                     || _         dS )zSets the show_template of this EdgeCallRequest.


        :param show_template: The show_template of this EdgeCallRequest.  # noqa: E501
        :type: bool
        Nr+   )r   r   s     r   r   zEdgeCallRequest.show_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hasattrr/   )xs    r   <lambda>z)EdgeCallRequest.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   r0   )items    r   r3   z)EdgeCallRequest.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r   )six	iteritemsswagger_typesgetattr
isinstancelistmapr1   r/   dictitems
issubclassr   )r   resultattr_valuekeys         r   r/   zEdgeCallRequest.to_dict   s+   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %tot,, 	$"jjll $ $
U#sr   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr/   r   s    r   to_strzEdgeCallRequest.to_str   s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rI   r   s    r   __repr__zEdgeCallRequest.__repr__   s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr;   r   r/   r   others     r   __eq__zEdgeCallRequest.__eq__   s4    %11 	5||~~00r   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrM   rN   s     r   __ne__zEdgeCallRequest.__ne__   s4    %11 	4||~~00r   )NNNNNNN)__name__
__module____qualname____doc__r9   attribute_mapr   propertyr	   setterr
   r   r   r   r   r/   rI   rK   rP   rR    r   r   r   r      s        
 $" M !40( M/ / / /.   X 
$ 
$ 
$ ) ) X) 
8 
8  
8   X \  \   X 
[
 
 [
 ' ' X' 
4 
4 
4 # # X# , , ,  6. . .  1 1 11 1 1 1 1r   r   )rV   rG   rer7   volcenginesdkcore.configurationr   objectr   rZ   r   r   <module>r^      s|      				 



 9 9 9 9 9 9k1 k1 k1 k1 k1f k1 k1 k1 k1 k1r   