ruạṛ
a M��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 )�ApplicationDependencyzK An Application Dependency resource creates a Vulnerability Audit. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ApplicationDependency object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param gav: The value to assign to the gav property of this ApplicationDependency. :type gav: str :param node_id: The value to assign to the node_id property of this ApplicationDependency. :type node_id: str :param application_dependency_node_ids: The value to assign to the application_dependency_node_ids property of this ApplicationDependency. :type application_dependency_node_ids: list[str] �strz list[str])�gav�node_id�application_dependency_node_idsr �nodeId�applicationDependencyNodeIdsN)� swagger_types� attribute_map�_gav�_node_id� _application_dependency_node_ids)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/adm/models/application_dependency.py�__init__ s ��zApplicationDependency.__init__c C s | j S )a **[Required]** Gets the gav of this ApplicationDependency. Group Artifact Version (GAV) identifier (Group:Artifact:Version), e.g. org.graalvm.nativeimage:svm:21.1.0. :return: The gav of this ApplicationDependency. :rtype: str �r �r r r r r 2 s zApplicationDependency.gavc C s || _ dS )a Sets the gav of this ApplicationDependency. Group Artifact Version (GAV) identifier (Group:Artifact:Version), e.g. org.graalvm.nativeimage:svm:21.1.0. :param gav: The gav of this ApplicationDependency. :type: str Nr )r r r r r r >