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	edd„ ƒZ
e
jdd„ ƒZ
dd„ Zdd„ Zdd„ ZdS )ÚContextualDataz
    ContextualData model.
    c                 K   s<   dddddœ| _ dddddœ| _d| _d| _d| _d| _dS )a  
        Initializes a new ContextualData object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

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

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

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

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

        Ústr)Ú	client_idÚschema_nameÚschema_versionÚpayloadZclientIdZ
schemaNameZschemaVersionr   N)Zswagger_typesZattribute_mapÚ
_client_idÚ_schema_nameÚ_schema_versionÚ_payload)ÚselfÚkwargs© r   úCusr/lib/python3.10/site-packages/oci/cims/models/contextual_data.pyÚ__init__   s   üü
zContextualData.__init__c                 C   ó   | j S )z½
        **[Required]** Gets the client_id of this ContextualData.
        The unique client identifier


        :return: The client_id of this ContextualData.
        :rtype: str
        ©r   ©r   r   r   r   r   ;   ó   
zContextualData.client_idc                 C   ó
   || _ dS )z¶
        Sets the client_id of this ContextualData.
        The unique client identifier


        :param client_id: The client_id of this ContextualData.
        :type: str
        Nr   )r   r   r   r   r   r   G   ó   

c                 C   r   )z´
        **[Required]** Gets the schema_name of this ContextualData.
        The schema name


        :return: The schema_name of this ContextualData.
        :rtype: str
        ©r   r   r   r   r   r	   S   r   zContextualData.schema_namec                 C   r   )z¯
        Sets the schema_name of this ContextualData.
        The schema name


        :param schema_name: The schema_name of this ContextualData.
        :type: str
        Nr   )r   r	   r   r   r   r	   _   r   c                 C   r   )z½
        **[Required]** Gets the schema_version of this ContextualData.
        The schema version


        :return: The schema_version of this ContextualData.
        :rtype: str
        ©r   r   r   r   r   r
   k   r   zContextualData.schema_versionc                 C   r   )z»
        Sets the schema_version of this ContextualData.
        The schema version


        :param schema_version: The schema_version of this ContextualData.
        :type: str
        Nr   )r   r
   r   r   r   r
   w   r   c                 C   r   )zµ
        **[Required]** Gets the payload of this ContextualData.
        The context data payload


        :return: The payload of this ContextualData.
        :rtype: str
        ©r   r   r   r   r   r   ƒ   r   zContextualData.payloadc                 C   r   )z¬
        Sets the payload of this ContextualData.
        The context data payload


        :param payload: The payload of this ContextualData.
        :type: str
        Nr   )r   r   r   r   r   r      r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__›   s   zContextualData.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__ž   s   zContextualData.__eq__c                 C   s
   | |k S r   r   r!   r   r   r   Ú__ne__¤   s   
zContextualData.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr	   r
   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   