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 )�LogEntryzv Contains the log content with the associated timestamp and ID. Each entry should be less than 1 MB size. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a" Initializes a new LogEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data: The value to assign to the data property of this LogEntry. :type data: str :param id: The value to assign to the id property of this LogEntry. :type id: str :param time: The value to assign to the time property of this LogEntry. :type time: datetime �strZdatetime)�data�id�timer r r N)Z swagger_typesZ attribute_map�_data�_id�_time)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/loggingingestion/models/log_entry.py�__init__ s ��zLogEntry.__init__c C s | j S )z� **[Required]** Gets the data of this LogEntry. The log entry content. :return: The data of this LogEntry. :rtype: str �r �r r r r r 5 s z LogEntry.datac C s || _ dS )z� Sets the data of this LogEntry. The log entry content. :param data: The data of this LogEntry. :type: str Nr )r r r r r r A s c C s | j S )z� **[Required]** Gets the id of this LogEntry. UUID uniquely representing this logEntry. This is not an OCID related to any oracle resource. :return: The id of this LogEntry. :rtype: str �r r r r r r M s zLogEntry.idc C s || _ dS )z� Sets the id of this LogEntry. UUID uniquely representing this logEntry. This is not an OCID related to any oracle resource. :param id: The id of this LogEntry. :type: str Nr )r r r r r r Z s c C s | j S )aB Gets the time of this LogEntry. Optional. The timestamp associated with the log entry. An RFC3339-formatted date-time string with milliseconds precision. If unspecified, defaults to PutLogsDetails.defaultlogentrytime. :return: The time of this LogEntry. :rtype: datetime �r r r r r r g s z LogEntry.timec C s || _ dS )aE Sets the time of this LogEntry. Optional. The timestamp associated with the log entry. An RFC3339-formatted date-time string with milliseconds precision. If unspecified, defaults to PutLogsDetails.defaultlogentrytime. :param time: The time of this LogEntry. :type: datetime Nr )r r r r r r t s c C s t | �S �N)r r r r r �__repr__� s zLogEntry.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zLogEntry.__eq__c C s | |k S r r r r r r �__ne__� s zLogEntry.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"