
    ~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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 )"BindAXNRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    intstr)audio_record_flagexpire_timenumber_pool_no
phone_no_a
phone_no_b
phone_no_x	user_dataAudioRecordFlag
ExpireTimeNumberPoolNoPhoneNoAPhoneNoBPhoneNoXUserDataNc	                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        ||| _
        || _        || _        || _        ||| _        || _        |	|| _        dS dS )z+BindAXNRequest - a model defined in SwaggerN)r   _configuration_audio_record_flag_expire_time_number_pool_no_phone_no_a_phone_no_b_phone_no_x
_user_datadiscriminatorr   r	   r
   r   r   r   r   )	selfr   r	   r
   r   r   r   r   r   s	            q/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvms/models/bind_axn_request.py__init__zBindAXNRequest.__init__7   s    !*__N,"& #!(%6D"&,$!(DO$ &DNNN !     c                     | j         S )zGets the audio_record_flag of this BindAXNRequest.  # noqa: E501


        :return: The audio_record_flag of this BindAXNRequest.  # noqa: E501
        :rtype: int
        r   r    s    r!   r   z BindAXNRequest.audio_record_flagQ   s     &&r#   c                     || _         dS )zSets the audio_record_flag of this BindAXNRequest.


        :param audio_record_flag: The audio_record_flag of this BindAXNRequest.  # noqa: E501
        :type: int
        Nr%   )r    r   s     r!   r   z BindAXNRequest.audio_record_flag[   s     #4r#   c                     | j         S )zGets the expire_time of this BindAXNRequest.  # noqa: E501


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


        :param expire_time: The expire_time of this BindAXNRequest.  # noqa: E501
        :type: int
        Nz3Invalid value for `expire_time`, must not be `None`)r   client_side_validation
ValueErrorr   )r    r	   s     r!   r	   zBindAXNRequest.expire_timep   s5     5 	T+:MRSSS'r#   c                     | j         S )zGets the number_pool_no of this BindAXNRequest.  # noqa: E501


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


        :param number_pool_no: The number_pool_no of this BindAXNRequest.  # noqa: E501
        :type: str
        Nz6Invalid value for `number_pool_no`, must not be `None`)r   r*   r+   r   )r    r
   s     r!   r
   zBindAXNRequest.number_pool_no   s5     5 	W.:PUVVV-r#   c                     | j         S )zGets the phone_no_a of this BindAXNRequest.  # noqa: E501


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


        :param phone_no_a: The phone_no_a of this BindAXNRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `phone_no_a`, must not be `None`)r   r*   r+   r   )r    r   s     r!   r   zBindAXNRequest.phone_no_a   5     5 	S*:LQRRR%r#   c                     | j         S )zGets the phone_no_b of this BindAXNRequest.  # noqa: E501


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


        :param phone_no_b: The phone_no_b of this BindAXNRequest.  # noqa: E501
        :type: str
        Nr3   )r    r   s     r!   r   zBindAXNRequest.phone_no_b   s     &r#   c                     | j         S )zGets the phone_no_x of this BindAXNRequest.  # noqa: E501


        :return: The phone_no_x of this BindAXNRequest.  # noqa: E501
        :rtype: str
        )r   r&   s    r!   r   zBindAXNRequest.phone_no_x   r/   r#   c                 N    | j         j        r|t          d          || _        dS )zSets the phone_no_x of this BindAXNRequest.


        :param phone_no_x: The phone_no_x of this BindAXNRequest.  # noqa: E501
        :type: str
        Nz2Invalid value for `phone_no_x`, must not be `None`)r   r*   r+   r   )r    r   s     r!   r   zBindAXNRequest.phone_no_x   r1   r#   c                     | j         S )zGets the user_data of this BindAXNRequest.  # noqa: E501


        :return: The user_data of this BindAXNRequest.  # noqa: E501
        :rtype: str
        )r   r&   s    r!   r   zBindAXNRequest.user_data   s     r#   c                 t    | j         j        r$|"t          |          dk    rt          d          || _        dS )zSets the user_data of this BindAXNRequest.


        :param user_data: The user_data of this BindAXNRequest.  # noqa: E501
        :type: str
        Ni   zJInvalid value for `user_data`, length must be less than or equal to `2048`)r   r*   lenr+   r   )r    r   s     r!   r   zBindAXNRequest.user_data   sC     6 	k%#i..4*?*?ijjj#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(BindAXNRequest.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   r=   )items    r!   r@   z(BindAXNRequest.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r#   )six	iteritemsswagger_typesgetattr
isinstancelistmapr>   r<   dictitems
issubclassr   )r    resultattr_valuekeys         r!   r<   zBindAXNRequest.to_dict   s+   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %tnd++ 	$"jjll $ $
U#sr#   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr<   r&   s    r!   to_strzBindAXNRequest.to_str
  s    ~dllnn---r#   c                 *    |                                  S )zFor `print` and `pprint`)rV   r&   s    r!   __repr__zBindAXNRequest.__repr__  s    {{}}r#   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrH   r   r<   r    others     r!   __eq__zBindAXNRequest.__eq__  s4    %00 	5||~~00r#   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrZ   r[   s     r!   __ne__zBindAXNRequest.__ne__  s4    %00 	4||~~00r#   )NNNNNNNN)__name__
__module____qualname____doc__rF   attribute_mapr"   propertyr   setterr	   r
   r   r   r   r   r<   rV   rX   r]   r_    r#   r!   r   r      s^        
 # M /#(    M' ' ' '4 ' ' X' 4 4 4 ! ! X! 
( 
( 
( $ $ X$ 
. 
. 
.     X  
& 
& 
&     X  & & &     X  
& 
& 
&   X $ $ $  6. . .  1 1 11 1 1 1 1r#   r   )rc   rT   rerD   volcenginesdkcore.configurationr   objectr   rg   r#   r!   <module>rk      s|      				 



 9 9 9 9 9 9H1 H1 H1 H1 H1V H1 H1 H1 H1 H1r#   