ruạṛ
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�Claimz Claim model. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new Claim object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Claim. :type key: str :param value: The value to assign to the value property of this Claim. :type value: str :param issuer: The value to assign to the issuer property of this Claim. :type issuer: str �str)�key�value�issuerr r r N)Z swagger_typesZ attribute_map�_key�_value�_issuer)�self�kwargs� r �H/usr/lib/python3.9/site-packages/oci/identity_data_plane/models/claim.py�__init__ s ��zClaim.__init__c C s | j S )z� **[Required]** Gets the key of this Claim. The key of the claim. :return: The key of this Claim. :rtype: str �r �r r r r r 4 s z Claim.keyc C s || _ dS )z� Sets the key of this Claim. The key of the claim. :param key: The key of this Claim. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the value of this Claim. The value of the claim. :return: The value of this Claim. :rtype: str �r r r r r r L s zClaim.valuec C s || _ dS )z� Sets the value of this Claim. The value of the claim. :param value: The value of this Claim. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the issuer of this Claim. The issuer of the claim. :return: The issuer of this Claim. :rtype: str �r r r r r r d s zClaim.issuerc C s || _ dS )z� Sets the issuer of this Claim. The issuer of the claim. :param issuer: The issuer of this Claim. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zClaim.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zClaim.__eq__c C s | |k S r r r r r r �__ne__� s zClaim.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"