ruạṛ
a O��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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�JavaArtifactz6 Information about a binary artifact of Java. �JDK�JRE� SERVER_JREc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new JavaArtifact object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param artifact_id: The value to assign to the artifact_id property of this JavaArtifact. :type artifact_id: int :param artifact_description: The value to assign to the artifact_description property of this JavaArtifact. :type artifact_description: str :param artifact_content_type: The value to assign to the artifact_content_type property of this JavaArtifact. Allowed values for this property are: "JDK", "JRE", "SERVER_JRE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type artifact_content_type: str :param approximate_file_size_in_bytes: The value to assign to the approximate_file_size_in_bytes property of this JavaArtifact. :type approximate_file_size_in_bytes: int :param sha256: The value to assign to the sha256 property of this JavaArtifact. :type sha256: str �int�str)�artifact_id�artifact_description�artifact_content_type�approximate_file_size_in_bytes�sha256� artifactId�artifactDescription�artifactContentType�approximateFileSizeInBytesr N)� swagger_types� attribute_map�_artifact_id�_artifact_description�_artifact_content_type�_approximate_file_size_in_bytes�_sha256)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/jms/models/java_artifact.py�__init__ s"