ruạṛ
a ���f4 � @ 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 )�VulnerabilityAuditSummaryz) Summary of vulnerability audit. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new VulnerabilityAuditSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param vulnerability_audit_id: The value to assign to the vulnerability_audit_id property of this VulnerabilityAuditSummary. :type vulnerability_audit_id: str :param commit_hash: The value to assign to the commit_hash property of this VulnerabilityAuditSummary. :type commit_hash: str :param build_stage_id: The value to assign to the build_stage_id property of this VulnerabilityAuditSummary. :type build_stage_id: str �str)�vulnerability_audit_id�commit_hash�build_stage_idZvulnerabilityAuditIdZ commitHashZbuildStageIdN)Z swagger_typesZ attribute_map�_vulnerability_audit_id�_commit_hash�_build_stage_id)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/devops/models/vulnerability_audit_summary.py�__init__ s ��z"VulnerabilityAuditSummary.__init__c C s | j S )z� **[Required]** Gets the vulnerability_audit_id of this VulnerabilityAuditSummary. The OCID of the vulnerability audit. :return: The vulnerability_audit_id of this VulnerabilityAuditSummary. :rtype: str �r �r r r r r 4 s z0VulnerabilityAuditSummary.vulnerability_audit_idc C s || _ dS )z� Sets the vulnerability_audit_id of this VulnerabilityAuditSummary. The OCID of the vulnerability audit. :param vulnerability_audit_id: The vulnerability_audit_id of this VulnerabilityAuditSummary. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the commit_hash of this VulnerabilityAuditSummary. Commit hash used while retrieving the pom file for vulnerabilityAudit. :return: The commit_hash of this VulnerabilityAuditSummary. :rtype: str �r r r r r r L s z%VulnerabilityAuditSummary.commit_hashc C s || _ dS )z� Sets the commit_hash of this VulnerabilityAuditSummary. Commit hash used while retrieving the pom file for vulnerabilityAudit. :param commit_hash: The commit_hash of this VulnerabilityAuditSummary. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the build_stage_id of this VulnerabilityAuditSummary. Build stage OCID where scan was configured. :return: The build_stage_id of this VulnerabilityAuditSummary. :rtype: str �r r r r r r d s z(VulnerabilityAuditSummary.build_stage_idc C s || _ dS )z� Sets the build_stage_id of this VulnerabilityAuditSummary. Build stage OCID where scan was configured. :param build_stage_id: The build_stage_id of this VulnerabilityAuditSummary. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z"VulnerabilityAuditSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z VulnerabilityAuditSummary.__eq__c C s | |k S r r r r r r �__ne__� s z VulnerabilityAuditSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"