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                   @   sd   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d
d„ Z	dd„ Z
dd„ ZdS )Ú	CustomLogz4
    Custom Log for inventory or operation log.
    c                 K   s(   dddœ| _ dddœ| _d| _d| _dS )aÏ  
        Initializes a new CustomLog object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

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

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

        Ústr)Úlog_group_idÚlog_idZ
logGroupIdZlogIdN)Zswagger_typesZattribute_mapÚ_log_group_idÚ_log_id)ÚselfÚkwargs© r   ú=usr/lib/python3.10/site-packages/oci/jms/models/custom_log.pyÚ__init__   s   þþ
zCustomLog.__init__c                 C   ó   | j S )a  
        **[Required]** Gets the log_group_id of this CustomLog.
        The `OCID`__ of the log group.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The log_group_id of this CustomLog.
        :rtype: str
        ©r
   ©r   r   r   r   r   -   ó   zCustomLog.log_group_idc                 C   ó
   || _ dS )a
  
        Sets the log_group_id of this CustomLog.
        The `OCID`__ of the log group.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param log_group_id: The log_group_id of this CustomLog.
        :type: str
        Nr   )r   r   r   r   r   r   ;   ó   
c                 C   r   )zü
        **[Required]** Gets the log_id of this CustomLog.
        The `OCID`__ of the log.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :return: The log_id of this CustomLog.
        :rtype: str
        ©r   r   r   r   r   r	   I   r   zCustomLog.log_idc                 C   r   )zò
        Sets the log_id of this CustomLog.
        The `OCID`__ of the log.

        __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm


        :param log_id: The log_id of this CustomLog.
        :type: str
        Nr   )r   r	   r   r   r   r	   W   r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__e   s   zCustomLog.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__h   s   zCustomLog.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__n   s   
zCustomLog.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr	   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   