| Server IP : 162.144.4.212 / Your IP : 216.73.216.108 Web Server : Apache System : Linux gator2125.hostgator.com 5.14.0-162.23.1.9991722448259.nf.el9.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Jul 31 18:11:45 UTC 2024 x86_64 User : cozeellc ( 2980) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /lib/python3.9/site-packages/oci/devops/models/__pycache__/ |
Upload File : |
a
���f�X � @ 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 @ s8 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed
d� �Z e jdd� �Z ed
d� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z
e
jdd� �Z
edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zed1d2� �Zejd3d2� �Zed4d5� �Zejd6d5� �Zed7d8� �Zejd9d8� �Zed:d;� �Zejd<d;� �Zed=d>� �Zejd?d>� �Zd@dA� ZdBdC� ZdDdE� ZdFS )G�PullRequestSummaryz&
Summary of the Pull Request.
c K s� ddddddddddddddddddddd�| _ dd d
ddd
ddddddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _
d| _d| _d| _
d| _d| _d| _d| _d| _d| _d| _d| _dS )a�
Initializes a new PullRequestSummary object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param id:
The value to assign to the id property of this PullRequestSummary.
:type id: str
:param display_name:
The value to assign to the display_name property of this PullRequestSummary.
:type display_name: str
:param compartment_id:
The value to assign to the compartment_id property of this PullRequestSummary.
:type compartment_id: str
:param description:
The value to assign to the description property of this PullRequestSummary.
:type description: str
:param repository_id:
The value to assign to the repository_id property of this PullRequestSummary.
:type repository_id: str
:param source_repository_id:
The value to assign to the source_repository_id property of this PullRequestSummary.
:type source_repository_id: str
:param source_branch:
The value to assign to the source_branch property of this PullRequestSummary.
:type source_branch: str
:param destination_branch:
The value to assign to the destination_branch property of this PullRequestSummary.
:type destination_branch: str
:param source_commit_id_at_termination:
The value to assign to the source_commit_id_at_termination property of this PullRequestSummary.
:type source_commit_id_at_termination: str
:param merge_base_commit_id_at_termination:
The value to assign to the merge_base_commit_id_at_termination property of this PullRequestSummary.
:type merge_base_commit_id_at_termination: str
:param time_created:
The value to assign to the time_created property of this PullRequestSummary.
:type time_created: datetime
:param time_updated:
The value to assign to the time_updated property of this PullRequestSummary.
:type time_updated: datetime
:param lifecycle_state:
The value to assign to the lifecycle_state property of this PullRequestSummary.
:type lifecycle_state: str
:param lifecycle_details:
The value to assign to the lifecycle_details property of this PullRequestSummary.
:type lifecycle_details: str
:param total_comments:
The value to assign to the total_comments property of this PullRequestSummary.
:type total_comments: int
:param total_reviewers:
The value to assign to the total_reviewers property of this PullRequestSummary.
:type total_reviewers: int
:param created_by:
The value to assign to the created_by property of this PullRequestSummary.
:type created_by: oci.devops.models.PrincipalDetails
:param freeform_tags:
The value to assign to the freeform_tags property of this PullRequestSummary.
:type freeform_tags: dict(str, str)
:param defined_tags:
The value to assign to the defined_tags property of this PullRequestSummary.
:type defined_tags: dict(str, dict(str, object))
:param system_tags:
The value to assign to the system_tags property of this PullRequestSummary.
:type system_tags: dict(str, dict(str, object))
�strZdatetime�intZPrincipalDetailszdict(str, str)zdict(str, dict(str, object)))�id�display_name�compartment_id�description�
repository_id�source_repository_id�
source_branch�destination_branch�source_commit_id_at_termination�#merge_base_commit_id_at_termination�time_created�time_updated�lifecycle_state�lifecycle_details�total_comments�total_reviewers�
created_by�
freeform_tags�defined_tags�system_tagsr ZdisplayNameZ
compartmentIdr ZrepositoryIdZsourceRepositoryIdZsourceBranchZdestinationBranchZsourceCommitIdAtTerminationZmergeBaseCommitIdAtTerminationZtimeCreatedZtimeUpdatedZlifecycleStateZlifecycleDetailsZ
totalCommentsZtotalReviewersZ createdByZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�_id�
_display_name�_compartment_id�_description�_repository_id�_source_repository_id�_source_branch�_destination_branch� _source_commit_id_at_termination�$_merge_base_commit_id_at_termination�
_time_created�
_time_updated�_lifecycle_state�_lifecycle_details�_total_comments�_total_reviewers�_created_by�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs� r3 �J/usr/lib/python3.9/site-packages/oci/devops/models/pull_request_summary.py�__init__ s| W��zPullRequestSummary.__init__c C s | j S )z�
**[Required]** Gets the id of this PullRequestSummary.
Unique identifier that is immutable on creation
:return: The id of this PullRequestSummary.
:rtype: str
�r �r1 r3 r3 r4 r � s
zPullRequestSummary.idc C s
|| _ dS )z�
Sets the id of this PullRequestSummary.
Unique identifier that is immutable on creation
:param id: The id of this PullRequestSummary.
:type: str
Nr6 )r1 r r3 r3 r4 r � s
c C s | j S )z�
**[Required]** Gets the display_name of this PullRequestSummary.
Pull Request title, can be renamed
:return: The display_name of this PullRequestSummary.
:rtype: str
�r r7 r3 r3 r4 r
� s
zPullRequestSummary.display_namec C s
|| _ dS )z�
Sets the display_name of this PullRequestSummary.
Pull Request title, can be renamed
:param display_name: The display_name of this PullRequestSummary.
:type: str
Nr8 )r1 r
r3 r3 r4 r
� s
c C s | j S )z�
**[Required]** Gets the compartment_id of this PullRequestSummary.
Compartment Identifier
:return: The compartment_id of this PullRequestSummary.
:rtype: str
�r r7 r3 r3 r4 r � s
z!PullRequestSummary.compartment_idc C s
|| _ dS )z�
Sets the compartment_id of this PullRequestSummary.
Compartment Identifier
:param compartment_id: The compartment_id of this PullRequestSummary.
:type: str
Nr9 )r1 r r3 r3 r4 r � s
c C s | j S )z�
Gets the description of this PullRequestSummary.
Details of the pull request. Avoid entering confidential information.
:return: The description of this PullRequestSummary.
:rtype: str
�r r7 r3 r3 r4 r � s
zPullRequestSummary.descriptionc C s
|| _ dS )z�
Sets the description of this PullRequestSummary.
Details of the pull request. Avoid entering confidential information.
:param description: The description of this PullRequestSummary.
:type: str
Nr: )r1 r r3 r3 r4 r � s
c C s | j S )z�
**[Required]** Gets the repository_id of this PullRequestSummary.
DevOps Repository Identifier
:return: The repository_id of this PullRequestSummary.
:rtype: str
�r! r7 r3 r3 r4 r
s
z PullRequestSummary.repository_idc C s
|| _ dS )z�
Sets the repository_id of this PullRequestSummary.
DevOps Repository Identifier
:param repository_id: The repository_id of this PullRequestSummary.
:type: str
Nr; )r1 r
r3 r3 r4 r
s
c C s | j S )a>
Gets the source_repository_id of this PullRequestSummary.
The OCID of the forked repository that will act as the source of the changes to be included in the pull request against the parent repository.
:return: The source_repository_id of this PullRequestSummary.
:rtype: str
�r"