o
    ëÉ¶d  ã                   @   s8   d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   s~   e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd	d„ ƒZed
d„ ƒZ	e	jdd„ ƒZ	dd„ Z
dd„ Zdd„ ZdS )ÚCertificateExtensionsz&
    CertificateExtensions model.
    c                 K   s2   ddddœ| _ ddddœ| _d| _d| _d| _dS )ap  
        Initializes a new CertificateExtensions object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param name:
            The value to assign to the name property of this CertificateExtensions.
        :type name: str

        :param is_critical:
            The value to assign to the is_critical property of this CertificateExtensions.
        :type is_critical: bool

        :param value:
            The value to assign to the value property of this CertificateExtensions.
        :type value: str

        ÚstrÚbool)ÚnameÚis_criticalÚvaluer	   Z
isCriticalr   N)Zswagger_typesZattribute_mapÚ_nameÚ_is_criticalÚ_value)ÚselfÚkwargs© r   úJusr/lib/python3.10/site-packages/oci/waas/models/certificate_extensions.pyÚ__init__   s   ýý
zCertificateExtensions.__init__c                 C   ó   | j S )zµ
        Gets the name of this CertificateExtensions.
        The certificate extension name.


        :return: The name of this CertificateExtensions.
        :rtype: str
        ©r   ©r   r   r   r   r	   4   ó   
zCertificateExtensions.namec                 C   ó
   || _ dS )z¸
        Sets the name of this CertificateExtensions.
        The certificate extension name.


        :param name: The name of this CertificateExtensions.
        :type: str
        Nr   )r   r	   r   r   r   r	   @   ó   

c                 C   r   )a  
        Gets the is_critical of this CertificateExtensions.
        The critical flag of the extension. Critical extensions must be processed, non-critical extensions can be ignored.


        :return: The is_critical of this CertificateExtensions.
        :rtype: bool
        ©r   r   r   r   r   r
   L   r   z!CertificateExtensions.is_criticalc                 C   r   )a!  
        Sets the is_critical of this CertificateExtensions.
        The critical flag of the extension. Critical extensions must be processed, non-critical extensions can be ignored.


        :param is_critical: The is_critical of this CertificateExtensions.
        :type: bool
        Nr   )r   r
   r   r   r   r
   X   r   c                 C   r   )z¸
        Gets the value of this CertificateExtensions.
        The certificate extension value.


        :return: The value of this CertificateExtensions.
        :rtype: str
        ©r   r   r   r   r   r   d   r   zCertificateExtensions.valuec                 C   r   )z¼
        Sets the value of this CertificateExtensions.
        The certificate extension value.


        :param value: The value of this CertificateExtensions.
        :type: str
        Nr   )r   r   r   r   r   r   p   r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__|   s   zCertificateExtensions.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__   s   zCertificateExtensions.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__…   s   
zCertificateExtensions.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr	   Úsetterr
   r   r   r!   r"   r   r   r   r   r      s$    "





r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r   r   r   r   Ú<module>   s   