📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: external_publication_validation_summary.cpython-39.opt-1.pyc
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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�$ExternalPublicationValidationSummaryz� The external publication validation summary contains the validation summary information and the definition of the external object. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a= Initializes a new ExternalPublicationValidationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param total_message_count: The value to assign to the total_message_count property of this ExternalPublicationValidationSummary. :type total_message_count: int :param error_message_count: The value to assign to the error_message_count property of this ExternalPublicationValidationSummary. :type error_message_count: int :param warn_message_count: The value to assign to the warn_message_count property of this ExternalPublicationValidationSummary. :type warn_message_count: int :param info_message_count: The value to assign to the info_message_count property of this ExternalPublicationValidationSummary. :type info_message_count: int :param validation_messages: The value to assign to the validation_messages property of this ExternalPublicationValidationSummary. :type validation_messages: dict(str, list[ValidationMessage]) :param key: The value to assign to the key property of this ExternalPublicationValidationSummary. :type key: str �intz"dict(str, list[ValidationMessage])�str)�total_message_count�error_message_count�warn_message_count�info_message_count�validation_messages�keyZtotalMessageCountZerrorMessageCountZwarnMessageCountZinfoMessageCountZvalidationMessagesr N)Z swagger_typesZ attribute_map�_total_message_count�_error_message_count�_warn_message_count�_info_message_count�_validation_messages�_key)�self�kwargs� r �g/usr/lib/python3.9/site-packages/oci/data_integration/models/external_publication_validation_summary.py�__init__ s( � � z-ExternalPublicationValidationSummary.__init__c C s | j S )z� Gets the total_message_count of this ExternalPublicationValidationSummary. Total number of validation messages. :return: The total_message_count of this ExternalPublicationValidationSummary. :rtype: int �r �r r r r r I s z8ExternalPublicationValidationSummary.total_message_countc C s || _ dS )a Sets the total_message_count of this ExternalPublicationValidationSummary. Total number of validation messages. :param total_message_count: The total_message_count of this ExternalPublicationValidationSummary. :type: int Nr )r r r r r r U s c C s | j S )z� Gets the error_message_count of this ExternalPublicationValidationSummary. Total number of validation error messages. :return: The error_message_count of this ExternalPublicationValidationSummary. :rtype: int �r r r r r r a s z8ExternalPublicationValidationSummary.error_message_countc C s || _ dS )a Sets the error_message_count of this ExternalPublicationValidationSummary. Total number of validation error messages. :param error_message_count: The error_message_count of this ExternalPublicationValidationSummary. :type: int Nr )r r r r r r m s c C s | j S )z� Gets the warn_message_count of this ExternalPublicationValidationSummary. Total number of validation warning messages. :return: The warn_message_count of this ExternalPublicationValidationSummary. :rtype: int �r r r r r r y s z7ExternalPublicationValidationSummary.warn_message_countc C s || _ dS )a Sets the warn_message_count of this ExternalPublicationValidationSummary. Total number of validation warning messages. :param warn_message_count: The warn_message_count of this ExternalPublicationValidationSummary. :type: int Nr )r r r r r r � s c C s | j S )a Gets the info_message_count of this ExternalPublicationValidationSummary. Total number of validation information messages. :return: The info_message_count of this ExternalPublicationValidationSummary. :rtype: int �r r r r r r � s z7ExternalPublicationValidationSummary.info_message_countc C s || _ dS )a Sets the info_message_count of this ExternalPublicationValidationSummary. Total number of validation information messages. :param info_message_count: The info_message_count of this ExternalPublicationValidationSummary. :type: int Nr )r r r r r r � s c C s | j S )a) Gets the validation_messages of this ExternalPublicationValidationSummary. Detailed information of the data flow object validation. :return: The validation_messages of this ExternalPublicationValidationSummary. :rtype: dict(str, list[ValidationMessage]) �r r r r r r � s z8ExternalPublicationValidationSummary.validation_messagesc C s || _ dS )a; Sets the validation_messages of this ExternalPublicationValidationSummary. Detailed information of the data flow object validation. :param validation_messages: The validation_messages of this ExternalPublicationValidationSummary. :type: dict(str, list[ValidationMessage]) Nr )r r r r r r � s c C s | j S )a Gets the key of this ExternalPublicationValidationSummary. Objects use a 36 character key as unique ID. It is system generated and cannot be modified. :return: The key of this ExternalPublicationValidationSummary. :rtype: str �r r r r r r � s z(ExternalPublicationValidationSummary.keyc C s || _ dS )a Sets the key of this ExternalPublicationValidationSummary. Objects use a 36 character key as unique ID. It is system generated and cannot be modified. :param key: The key of this ExternalPublicationValidationSummary. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z-ExternalPublicationValidationSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z+ExternalPublicationValidationSummary.__eq__c C s | |k S r! r r$ r r r �__ne__� s z+ExternalPublicationValidationSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"