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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�ExternalPublicationValidationzC The information about external published task validation. c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a Initializes a new ExternalPublicationValidation 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 ExternalPublicationValidation. :type total_message_count: int :param error_message_count: The value to assign to the error_message_count property of this ExternalPublicationValidation. :type error_message_count: int :param warn_message_count: The value to assign to the warn_message_count property of this ExternalPublicationValidation. :type warn_message_count: int :param info_message_count: The value to assign to the info_message_count property of this ExternalPublicationValidation. :type info_message_count: int :param validation_messages: The value to assign to the validation_messages property of this ExternalPublicationValidation. :type validation_messages: dict(str, list[ValidationMessage]) :param key: The value to assign to the key property of this ExternalPublicationValidation. :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 �_/usr/lib/python3.9/site-packages/oci/data_integration/models/external_publication_validation.py�__init__ s( � � z&ExternalPublicationValidation.__init__c C s | j S )z� Gets the total_message_count of this ExternalPublicationValidation. Total number of validation messages. :return: The total_message_count of this ExternalPublicationValidation. :rtype: int �r �r r r r r I s z1ExternalPublicationValidation.total_message_countc C s || _ dS )z� Sets the total_message_count of this ExternalPublicationValidation. Total number of validation messages. :param total_message_count: The total_message_count of this ExternalPublicationValidation. :type: int Nr )r r r r r r U s c C s | j S )z� Gets the error_message_count of this ExternalPublicationValidation. Total number of validation error messages. :return: The error_message_count of this ExternalPublicationValidation. :rtype: int �r r r r r r a s z1ExternalPublicationValidation.error_message_countc C s || _ dS )a Sets the error_message_count of this ExternalPublicationValidation. Total number of validation error messages. :param error_message_count: The error_message_count of this ExternalPublicationValidation. :type: int Nr )r r r r r r m s c C s | j S )z� Gets the warn_message_count of this ExternalPublicationValidation. Total number of validation warning messages. :return: The warn_message_count of this ExternalPublicationValidation. :rtype: int �r r r r r r y s z0ExternalPublicationValidation.warn_message_countc C s || _ dS )z� Sets the warn_message_count of this ExternalPublicationValidation. Total number of validation warning messages. :param warn_message_count: The warn_message_count of this ExternalPublicationValidation. :type: int Nr )r r r r r r � s c C s | j S )z� Gets the info_message_count of this ExternalPublicationValidation. Total number of validation information messages. :return: The info_message_count of this ExternalPublicationValidation. :rtype: int �r r r r r r � s z0ExternalPublicationValidation.info_message_countc C s || _ dS )a Sets the info_message_count of this ExternalPublicationValidation. Total number of validation information messages. :param info_message_count: The info_message_count of this ExternalPublicationValidation. :type: int Nr )r r r r r r � s c C s | j S )a Gets the validation_messages of this ExternalPublicationValidation. Detailed information of the data flow object validation. :return: The validation_messages of this ExternalPublicationValidation. :rtype: dict(str, list[ValidationMessage]) �r r r r r r � s z1ExternalPublicationValidation.validation_messagesc C s || _ dS )a- Sets the validation_messages of this ExternalPublicationValidation. Detailed information of the data flow object validation. :param validation_messages: The validation_messages of this ExternalPublicationValidation. :type: dict(str, list[ValidationMessage]) Nr )r r r r r r � s c C s | j S )z� Gets the key of this ExternalPublicationValidation. Objects use a 36 character key as unique ID. It is system generated and cannot be modified. :return: The key of this ExternalPublicationValidation. :rtype: str �r r r r r r � s z!ExternalPublicationValidation.keyc C s || _ dS )a Sets the key of this ExternalPublicationValidation. Objects use a 36 character key as unique ID. It is system generated and cannot be modified. :param key: The key of this ExternalPublicationValidation. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z&ExternalPublicationValidation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z$ExternalPublicationValidation.__eq__c C s | |k S r! r r$ r r r �__ne__� s z$ExternalPublicationValidation.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"