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

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

    Do not edit the class manually.
    strint)	id_numberid_typenamephone_numberphoto
request_idIdNumberIdTypeNamePhoneNumberPhoto	RequestIdNc                     |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        || _	        || _
        || _        || _        || _        || _        dS )z.RouteAAuthRequest - a model defined in SwaggerN)r   _configuration
_id_number_id_type_name_phone_number_photo_request_id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/volcenginesdkvms/models/route_a_auth_request.py__init__zRouteAAuthRequest.__init__5   s|    !*__N,
!!"	(
$    c                     | j         S )zGets the id_number of this RouteAAuthRequest.  # noqa: E501


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


        :param id_number: The id_number of this RouteAAuthRequest.  # noqa: E501
        :type: str
        Nz1Invalid value for `id_number`, must not be `None`)r   client_side_validation
ValueErrorr   )r   r   s     r   r   zRouteAAuthRequest.id_numberT   s2     5 	R):KPQQQ#r    c                     | j         S )zGets the id_type of this RouteAAuthRequest.  # noqa: E501


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


        :param id_type: The id_type of this RouteAAuthRequest.  # noqa: E501
        :type: int
        Nz/Invalid value for `id_type`, must not be `None`)r   r$   r%   r   )r   r	   s     r   r	   zRouteAAuthRequest.id_typek   s1     5 	P'/NOOOr    c                     | j         S )zGets the name of this RouteAAuthRequest.  # noqa: E501


        :return: The name of this RouteAAuthRequest.  # noqa: E501
        :rtype: str
        )r   r"   s    r   r
   zRouteAAuthRequest.namex   s     zr    c                 N    | j         j        r|t          d          || _        dS )zSets the name of this RouteAAuthRequest.


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


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


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


        :param phone_number: The phone_number of this RouteAAuthRequest.  # noqa: E501
        :type: str
        Nz4Invalid value for `phone_number`, must not be `None`)r   r$   r%   r   )r   r   s     r   r   zRouteAAuthRequest.phone_number   s5     5 	U,:NSTTT)r    c                     | j         S )zGets the photo of this RouteAAuthRequest.  # noqa: E501


        :return: The photo of this RouteAAuthRequest.  # noqa: E501
        :rtype: str
        )r   r"   s    r   r   zRouteAAuthRequest.photo   s     {r    c                 N    | j         j        r|t          d          || _        dS )zSets the photo of this RouteAAuthRequest.


        :param photo: The photo of this RouteAAuthRequest.  # noqa: E501
        :type: str
        Nz-Invalid value for `photo`, must not be `None`)r   r$   r%   r   )r   r   s     r   r   zRouteAAuthRequest.photo   s1     5 	N%-LMMMr    c                     | j         S )zGets the request_id of this RouteAAuthRequest.  # noqa: E501


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


        :param request_id: The request_id of this RouteAAuthRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `request_id`, must not be `None`)r   r$   r%   r   )r   r   s     r   r   zRouteAAuthRequest.request_id   s5     5 	S*:LQRRR%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hasattrr2   )xs    r   <lambda>z+RouteAAuthRequest.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r    r2   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r2   r   r3   )items    r   r6   z+RouteAAuthRequest.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r    )six	iteritemsswagger_typesgetattr
isinstancelistmapr4   r2   dictitems
issubclassr   )r   resultattr_valuekeys         r   r2   zRouteAAuthRequest.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pformatr2   r"   s    r   to_strzRouteAAuthRequest.to_str   s    ~dllnn---r    c                 *    |                                  S )zFor `print` and `pprint`)rL   r"   s    r   __repr__zRouteAAuthRequest.__repr__   s    {{}}r    c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr>   r   r2   r   others     r   __eq__zRouteAAuthRequest.__eq__   s5    %!233 	5||~~00r    c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrP   rQ   s     r   __ne__zRouteAAuthRequest.__ne__   s5    %!233 	4||~~00r    )NNNNNNN)__name__
__module____qualname____doc__r<   attribute_mapr   propertyr   setterr	   r
   r   r   r   r2   rL   rN   rS   rU    r    r   r   r      s        
  M  %! M% % % %*   X 
$ 
$ 
$   X ^
  
  ^
    X 
[
 
 [
 " " X" 
* 
* 
*   X \
 
 \
     X  
& 
& 
&  6. . .  1 1 11 1 1 1 1r    r   )rY   rJ   rer:   volcenginesdkcore.configurationr   objectr   r]   r    r   <module>ra      s|      				 



 9 9 9 9 9 9m1 m1 m1 m1 m1 m1 m1 m1 m1 m1r    