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

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

    Do not edit the class manually.
    strz4list[OverlayPersistPropertyForAddPhoneTemplateInput]z-list[OverlayPropertyForAddPhoneTemplateInput]z,list[OverlaySettingForAddPhoneTemplateInput]int)aosp_versionoverlay_persist_propertyoverlay_propertyoverlay_settingsphone_template_namestatusAospVersionOverlayPersistPropertyOverlayPropertyOverlaySettingsPhoneTemplateNameStatusNc                     |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        || _	        ||| _
        ||| _        ||| _        || _        || _        dS )z4AddPhoneTemplateRequest - a model defined in SwaggerN)r   _configuration_aosp_version_overlay_persist_property_overlay_property_overlay_settings_phone_template_name_statusdiscriminatorr   r	   r
   r   r   r   )selfr   r	   r
   r   r   r   r   s           |/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkacep/models/add_phone_template_request.py__init__z AddPhoneTemplateRequest.__init__5   s    !*__N,!)-&!%!%$(!!(#/,DD)'$4D!'$4D!#6     c                     | j         S )zGets the aosp_version of this AddPhoneTemplateRequest.  # noqa: E501


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


        :param aosp_version: The aosp_version of this AddPhoneTemplateRequest.  # noqa: E501
        :type: str
        Nz4Invalid value for `aosp_version`, must not be `None`)r   client_side_validation
ValueErrorr   )r   r   s     r   r   z$AddPhoneTemplateRequest.aosp_versionW   s5     5 	U,:NSTTT)r    c                     | j         S )zGets the overlay_persist_property of this AddPhoneTemplateRequest.  # noqa: E501


        :return: The overlay_persist_property of this AddPhoneTemplateRequest.  # noqa: E501
        :rtype: list[OverlayPersistPropertyForAddPhoneTemplateInput]
        r   r"   s    r   r	   z0AddPhoneTemplateRequest.overlay_persist_propertyd   s     --r    c                     || _         dS )a  Sets the overlay_persist_property of this AddPhoneTemplateRequest.


        :param overlay_persist_property: The overlay_persist_property of this AddPhoneTemplateRequest.  # noqa: E501
        :type: list[OverlayPersistPropertyForAddPhoneTemplateInput]
        Nr'   )r   r	   s     r   r	   z0AddPhoneTemplateRequest.overlay_persist_propertyn   s     *B&&&r    c                     | j         S )zGets the overlay_property of this AddPhoneTemplateRequest.  # noqa: E501


        :return: The overlay_property of this AddPhoneTemplateRequest.  # noqa: E501
        :rtype: list[OverlayPropertyForAddPhoneTemplateInput]
        r   r"   s    r   r
   z(AddPhoneTemplateRequest.overlay_propertyy        %%r    c                     || _         dS )zSets the overlay_property of this AddPhoneTemplateRequest.


        :param overlay_property: The overlay_property of this AddPhoneTemplateRequest.  # noqa: E501
        :type: list[OverlayPropertyForAddPhoneTemplateInput]
        Nr*   )r   r
   s     r   r
   z(AddPhoneTemplateRequest.overlay_property        "2r    c                     | j         S )zGets the overlay_settings of this AddPhoneTemplateRequest.  # noqa: E501


        :return: The overlay_settings of this AddPhoneTemplateRequest.  # noqa: E501
        :rtype: list[OverlaySettingForAddPhoneTemplateInput]
        r   r"   s    r   r   z(AddPhoneTemplateRequest.overlay_settings   r+   r    c                     || _         dS )zSets the overlay_settings of this AddPhoneTemplateRequest.


        :param overlay_settings: The overlay_settings of this AddPhoneTemplateRequest.  # noqa: E501
        :type: list[OverlaySettingForAddPhoneTemplateInput]
        Nr/   )r   r   s     r   r   z(AddPhoneTemplateRequest.overlay_settings   r-   r    c                     | j         S )zGets the phone_template_name of this AddPhoneTemplateRequest.  # noqa: E501


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


        :param phone_template_name: The phone_template_name of this AddPhoneTemplateRequest.  # noqa: E501
        :type: str
        Nz;Invalid value for `phone_template_name`, must not be `None`)r   r$   r%   r   )r   r   s     r   r   z+AddPhoneTemplateRequest.phone_template_name   s6     5 	\:M:UZ[[[$7!!!r    c                     | j         S )zGets the status of this AddPhoneTemplateRequest.  # noqa: E501


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


        :param status: The status of this AddPhoneTemplateRequest.  # noqa: E501
        :type: int
        Nz.Invalid value for `status`, must not be `None`)r   r$   r%   r   )r   r   s     r   r   zAddPhoneTemplateRequest.status   s1     5 	O&.MNNN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hasattrr7   )xs    r   <lambda>z1AddPhoneTemplateRequest.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r    r7   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r7   r   r8   )items    r   r;   z1AddPhoneTemplateRequest.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r    )six	iteritemsswagger_typesgetattr
isinstancelistmapr9   r7   dictitems
issubclassr   )r   resultattr_valuekeys         r   r7   zAddPhoneTemplateRequest.to_dict   s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t-t44 	$"jjll $ $
U#sr    c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr7   r"   s    r   to_strzAddPhoneTemplateRequest.to_str   s    ~dllnn---r    c                 *    |                                  S )zFor `print` and `pprint`)rQ   r"   s    r   __repr__z AddPhoneTemplateRequest.__repr__   s    {{}}r    c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrC   r   r7   r   others     r   __eq__zAddPhoneTemplateRequest.__eq__   s5    %!899 	5||~~00r    c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrU   rV   s     r   __ne__zAddPhoneTemplateRequest.__ne__   s5    %!899 	4||~~00r    )NNNNNNN)__name__
__module____qualname____doc__rA   attribute_mapr   propertyr   setterr	   r
   r   r   r   r7   rQ   rS   rX   rZ    r    r   r   r      s        
 $ZKJ$ M &$<--2 M   0 " " X" 
* 
* 
* . . X. $B B %$B & & X& 2 2 2 & & X& 2 2 2 ) ) X) 
8 
8  
8   X ]
 
 ]
  6. . .  1 1 11 1 1 1 1r    r   )r^   rO   rer?   volcenginesdkcore.configurationr   objectr   rb   r    r   <module>rf      s|      				 



 9 9 9 9 9 9j1 j1 j1 j1 j1f j1 j1 j1 j1 j1r    