File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/deliver_artifact.cpython-39.pyc
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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd
d� Z dd
� Z
dd� ZdS )�DeliverArtifactzP
Artifact information that need to be pushed to the artifactory stores.
c K s( ddd�| _ ddd�| _d| _d| _dS )a�
Initializes a new DeliverArtifact object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param artifact_name:
The value to assign to the artifact_name property of this DeliverArtifact.
:type artifact_name: str
:param artifact_id:
The value to assign to the artifact_id property of this DeliverArtifact.
:type artifact_id: str
�str)�
artifact_name�artifact_idZartifactNameZ
artifactIdN)Z
swagger_typesZ
attribute_map�_artifact_name�_artifact_id)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/devops/models/deliver_artifact.py�__init__ s ��zDeliverArtifact.__init__c C s | j S )z�
**[Required]** Gets the artifact_name of this DeliverArtifact.
Name of the artifact specified in the build_spec.yaml file.
:return: The artifact_name of this DeliverArtifact.
:rtype: str
�r
�r r r r r - s
zDeliverArtifact.artifact_namec C s
|| _ dS )z�
Sets the artifact_name of this DeliverArtifact.
Name of the artifact specified in the build_spec.yaml file.
:param artifact_name: The artifact_name of this DeliverArtifact.
:type: str
Nr )r r r r r r 9 s
c C s | j S )z�
**[Required]** Gets the artifact_id of this DeliverArtifact.
Artifact identifier that contains the artifact definition.
:return: The artifact_id of this DeliverArtifact.
:rtype: str
�r r r r r r E s
zDeliverArtifact.artifact_idc C s
|| _ dS )z�
Sets the artifact_id of this DeliverArtifact.
Artifact identifier that contains the artifact definition.
:param artifact_id: The artifact_id of this DeliverArtifact.
:type: str
Nr )r r r r r r Q s
c C s t | �S �N)r r r r r �__repr__] s zDeliverArtifact.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__` s zDeliverArtifact.__eq__c C s
| |k S r r r r r r �__ne__f s zDeliverArtifact.__ne__N)�__name__�
__module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s
r N)Zoci.utilr r r Zoci.decoratorsr �objectr r r r r �<module> s