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 )�CollaborativeCapabilityWeightz� Defines how much a contributing capability contributes towards the action threshold of a collaborative protection capability. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CollaborativeCapabilityWeight 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 CollaborativeCapabilityWeight. :type key: str :param display_name: The value to assign to the display_name property of this CollaborativeCapabilityWeight. :type display_name: str :param weight: The value to assign to the weight property of this CollaborativeCapabilityWeight. :type weight: int �str�int)�key�display_name�weightr ZdisplayNamer N)Z swagger_typesZ attribute_map�_key� _display_name�_weight)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/waf/models/collaborative_capability_weight.py�__init__ s ��z&CollaborativeCapabilityWeight.__init__c C s | j S )z� **[Required]** Gets the key of this CollaborativeCapabilityWeight. Unique key of contributing protection capability. :return: The key of this CollaborativeCapabilityWeight. :rtype: str �r �r r r r r 4 s z!CollaborativeCapabilityWeight.keyc C s || _ dS )z� Sets the key of this CollaborativeCapabilityWeight. Unique key of contributing protection capability. :param key: The key of this CollaborativeCapabilityWeight. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the display_name of this CollaborativeCapabilityWeight. The display name of contributing protection capability. :return: The display_name of this CollaborativeCapabilityWeight. :rtype: str �r r r r r r L s z*CollaborativeCapabilityWeight.display_namec C s || _ dS )z� Sets the display_name of this CollaborativeCapabilityWeight. The display name of contributing protection capability. :param display_name: The display_name of this CollaborativeCapabilityWeight. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the weight of this CollaborativeCapabilityWeight. The weight of contributing protection capability. :return: The weight of this CollaborativeCapabilityWeight. :rtype: int �r r r r r r d s z$CollaborativeCapabilityWeight.weightc C s || _ dS )z� Sets the weight of this CollaborativeCapabilityWeight. The weight of contributing protection capability. :param weight: The weight of this CollaborativeCapabilityWeight. :type: int Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z&CollaborativeCapabilityWeight.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z$CollaborativeCapabilityWeight.__eq__c C s | |k S r r r r r r �__ne__� s z$CollaborativeCapabilityWeight.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"