ruạṛ
a N��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�key�totalMessageCount�errorMessageCount�warnMessageCount�infoMessageCount�validationMessagesr N)� swagger_types� attribute_map�_total_message_count�_error_message_count�_warn_message_count�_info_message_count�_validation_messages�_key)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 G 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 S 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"