📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_catalog
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_catalog/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: process_recommendation_details.pyc
a N��f3 � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�ProcessRecommendationDetailsz4 Details of recommendation to be processed. �ACCEPTED�REJECTED�INFERREDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ProcessRecommendationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param recommendation_key: The value to assign to the recommendation_key property of this ProcessRecommendationDetails. :type recommendation_key: str :param recommendation_status: The value to assign to the recommendation_status property of this ProcessRecommendationDetails. Allowed values for this property are: "ACCEPTED", "REJECTED", "INFERRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type recommendation_status: str :param properties: The value to assign to the properties property of this ProcessRecommendationDetails. :type properties: dict(str, dict(str, str)) �strzdict(str, dict(str, str)))�recommendation_key�recommendation_status� properties�recommendationKey�recommendationStatusr N)� swagger_types� attribute_map�_recommendation_key�_recommendation_status�_properties)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/process_recommendation_details.py�__init__ s ��z%ProcessRecommendationDetails.__init__c C s | j S )z� **[Required]** Gets the recommendation_key of this ProcessRecommendationDetails. Unique identifier of the recommendation. :return: The recommendation_key of this ProcessRecommendationDetails. :rtype: str �r �r r r r r @ s z/ProcessRecommendationDetails.recommendation_keyc C s || _ dS )z� Sets the recommendation_key of this ProcessRecommendationDetails. Unique identifier of the recommendation. :param recommendation_key: The recommendation_key of this ProcessRecommendationDetails. :type: str Nr )r r r r r r L s c C s | j S )a� **[Required]** Gets the recommendation_status of this ProcessRecommendationDetails. The status of a recommendation. Allowed values for this property are: "ACCEPTED", "REJECTED", "INFERRED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The recommendation_status of this ProcessRecommendationDetails. :rtype: str )r r r r r r X s z2ProcessRecommendationDetails.recommendation_statusc C s g d�}t ||�sd}|| _dS )z� Sets the recommendation_status of this ProcessRecommendationDetails. The status of a recommendation. :param recommendation_status: The recommendation_status of this ProcessRecommendationDetails. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r g s c C s | j S )an Gets the properties of this ProcessRecommendationDetails. A map of maps that contains additional properties which are specific to the associated objects. Each associated object defines it's set of required and optional properties. Example: `{ "DataEntity": { "parentId": "entityId" }, "Term": { "parentId": "glossaryId" } }` :return: The properties of this ProcessRecommendationDetails. :rtype: dict(str, dict(str, str)) �r r r r r r v s z'ProcessRecommendationDetails.propertiesc C s || _ dS )aw Sets the properties of this ProcessRecommendationDetails. A map of maps that contains additional properties which are specific to the associated objects. Each associated object defines it's set of required and optional properties. Example: `{ "DataEntity": { "parentId": "entityId" }, "Term": { "parentId": "glossaryId" } }` :param properties: The properties of this ProcessRecommendationDetails. :type: dict(str, dict(str, str)) Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z%ProcessRecommendationDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z#ProcessRecommendationDetails.__eq__c C s | |k S r r r"