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 )�SoftwarePackageFilez* A file associated with a package c K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a1 Initializes a new SoftwarePackageFile object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param path: The value to assign to the path property of this SoftwarePackageFile. :type path: str :param type: The value to assign to the type property of this SoftwarePackageFile. :type type: str :param time_modified: The value to assign to the time_modified property of this SoftwarePackageFile. :type time_modified: datetime :param checksum: The value to assign to the checksum property of this SoftwarePackageFile. :type checksum: str :param checksum_type: The value to assign to the checksum_type property of this SoftwarePackageFile. :type checksum_type: str :param size_in_bytes: The value to assign to the size_in_bytes property of this SoftwarePackageFile. :type size_in_bytes: int �strZdatetime�int)�path�type� time_modified�checksum� checksum_type� size_in_bytesr r ZtimeModifiedr ZchecksumTypeZsizeInBytesN)Z swagger_typesZ attribute_map�_path�_type�_time_modified� _checksum�_checksum_type�_size_in_bytes)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/os_management/models/software_package_file.py�__init__ s( � � zSoftwarePackageFile.__init__c C s | j S )z� Gets the path of this SoftwarePackageFile. file path :return: The path of this SoftwarePackageFile. :rtype: str �r �r r r r r I s zSoftwarePackageFile.pathc C s || _ dS )z� Sets the path of this SoftwarePackageFile. file path :param path: The path of this SoftwarePackageFile. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the type of this SoftwarePackageFile. type of the file :return: The type of this SoftwarePackageFile. :rtype: str �r r r r r r a s zSoftwarePackageFile.typec C s || _ dS )z� Sets the type of this SoftwarePackageFile. type of the file :param type: The type of this SoftwarePackageFile. :type: str Nr )r r r r r r m s c C s | j S )aE Gets the time_modified of this SoftwarePackageFile. The date and time of the last modification to this file, as described in `RFC 3339`__, section 14.29. __ https://tools.ietf.org/rfc/rfc3339 :return: The time_modified of this SoftwarePackageFile. :rtype: datetime �r r r r r r y s z!SoftwarePackageFile.time_modifiedc C s || _ dS )aQ Sets the time_modified of this SoftwarePackageFile. The date and time of the last modification to this file, as described in `RFC 3339`__, section 14.29. __ https://tools.ietf.org/rfc/rfc3339 :param time_modified: The time_modified of this SoftwarePackageFile. :type: datetime Nr )r r r r r r � s c C s | j S )z� Gets the checksum of this SoftwarePackageFile. checksum of the file :return: The checksum of this SoftwarePackageFile. :rtype: str �r r r r r r � s zSoftwarePackageFile.checksumc C s || _ dS )z� Sets the checksum of this SoftwarePackageFile. checksum of the file :param checksum: The checksum of this SoftwarePackageFile. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the checksum_type of this SoftwarePackageFile. type of the checksum :return: The checksum_type of this SoftwarePackageFile. :rtype: str �r r r r r r � s z!SoftwarePackageFile.checksum_typec C s || _ dS )z� Sets the checksum_type of this SoftwarePackageFile. type of the checksum :param checksum_type: The checksum_type of this SoftwarePackageFile. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the size_in_bytes of this SoftwarePackageFile. size of the file in bytes :return: The size_in_bytes of this SoftwarePackageFile. :rtype: int �r r r r r r � s z!SoftwarePackageFile.size_in_bytesc C s || _ dS )z� Sets the size_in_bytes of this SoftwarePackageFile. size of the file in bytes :param size_in_bytes: The size_in_bytes of this SoftwarePackageFile. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zSoftwarePackageFile.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zSoftwarePackageFile.__eq__c C s | |k S r! r r$ r r r �__ne__� s zSoftwarePackageFile.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"