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 :  /usr/lib/python3.9/site-packages/oci/devops/models/__pycache__/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/lib/python3.9/site-packages/oci/devops/models/__pycache__/repository_commit.cpython-39.pyc
a

���f]$�@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��Zedd��Zejdd��Zdd �Zd!d"�Zd#d$�Zd%S)&�RepositoryCommitz0
    Commit object with commit information.
    c
Ksndddddddddd�	|_ddddd	d
ddd
d�	|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
dS)a
        Initializes a new RepositoryCommit object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param commit_id:
            The value to assign to the commit_id property of this RepositoryCommit.
        :type commit_id: str

        :param commit_message:
            The value to assign to the commit_message property of this RepositoryCommit.
        :type commit_message: str

        :param author_name:
            The value to assign to the author_name property of this RepositoryCommit.
        :type author_name: str

        :param author_email:
            The value to assign to the author_email property of this RepositoryCommit.
        :type author_email: str

        :param committer_name:
            The value to assign to the committer_name property of this RepositoryCommit.
        :type committer_name: str

        :param committer_email:
            The value to assign to the committer_email property of this RepositoryCommit.
        :type committer_email: str

        :param parent_commit_ids:
            The value to assign to the parent_commit_ids property of this RepositoryCommit.
        :type parent_commit_ids: list[str]

        :param time_created:
            The value to assign to the time_created property of this RepositoryCommit.
        :type time_created: datetime

        :param tree_id:
            The value to assign to the tree_id property of this RepositoryCommit.
        :type tree_id: str

        �strz	list[str]Zdatetime)	�	commit_id�commit_message�author_name�author_email�committer_name�committer_email�parent_commit_ids�time_created�tree_idZcommitIdZ
commitMessageZ
authorNameZauthorEmailZ
committerNameZcommitterEmailZparentCommitIdsZtimeCreatedZtreeIdN)Z
swagger_typesZ
attribute_map�
_commit_id�_commit_message�_author_name�
_author_email�_committer_name�_committer_email�_parent_commit_ids�
_time_created�_tree_id)�self�kwargs�r�G/usr/lib/python3.9/site-packages/oci/devops/models/repository_commit.py�__init__s:+�
�zRepositoryCommit.__init__cCs|jS)z�
        **[Required]** Gets the commit_id of this RepositoryCommit.
        Commit hash pointed to by reference name.


        :return: The commit_id of this RepositoryCommit.
        :rtype: str
        �r�rrrrr^s
zRepositoryCommit.commit_idcCs
||_dS)z�
        Sets the commit_id of this RepositoryCommit.
        Commit hash pointed to by reference name.


        :param commit_id: The commit_id of this RepositoryCommit.
        :type: str
        Nr)rrrrrrjs
cCs|jS)z�
        **[Required]** Gets the commit_message of this RepositoryCommit.
        The commit message.


        :return: The commit_message of this RepositoryCommit.
        :rtype: str
        �rr rrrr	vs
zRepositoryCommit.commit_messagecCs
||_dS)z�
        Sets the commit_message of this RepositoryCommit.
        The commit message.


        :param commit_message: The commit_message of this RepositoryCommit.
        :type: str
        Nr!)rr	rrrr	�s
cCs|jS)z�
        Gets the author_name of this RepositoryCommit.
        Name of the author of the repository.


        :return: The author_name of this RepositoryCommit.
        :rtype: str
        �rr rrrr
�s
zRepositoryCommit.author_namecCs
||_dS)z�
        Sets the author_name of this RepositoryCommit.
        Name of the author of the repository.


        :param author_name: The author_name of this RepositoryCommit.
        :type: str
        Nr")rr
rrrr
�s
cCs|jS)z�
        Gets the author_email of this RepositoryCommit.
        Email of the author of the repository.


        :return: The author_email of this RepositoryCommit.
        :rtype: str
        �rr rrrr�s
zRepositoryCommit.author_emailcCs
||_dS)z�
        Sets the author_email of this RepositoryCommit.
        Email of the author of the repository.


        :param author_email: The author_email of this RepositoryCommit.
        :type: str
        Nr#)rrrrrr�s
cCs|jS)z�
        Gets the committer_name of this RepositoryCommit.
        Name of who creates the commit.


        :return: The committer_name of this RepositoryCommit.
        :rtype: str
        �rr rrrr�s
zRepositoryCommit.committer_namecCs
||_dS)z�
        Sets the committer_name of this RepositoryCommit.
        Name of who creates the commit.


        :param committer_name: The committer_name of this RepositoryCommit.
        :type: str
        Nr$)rrrrrr�s
cCs|jS)z�
        Gets the committer_email of this RepositoryCommit.
        Email of who creates the commit.


        :return: The committer_email of this RepositoryCommit.
        :rtype: str
        �rr rrrr
�s
z RepositoryCommit.committer_emailcCs
||_dS)z�
        Sets the committer_email of this RepositoryCommit.
        Email of who creates the commit.


        :param committer_email: The committer_email of this RepositoryCommit.
        :type: str
        Nr%)rr
rrrr
�s
cCs|jS)z�
        Gets the parent_commit_ids of this RepositoryCommit.
        An array of parent commit IDs of created commit.


        :return: The parent_commit_ids of this RepositoryCommit.
        :rtype: list[str]
        �rr rrrr�s
z"RepositoryCommit.parent_commit_idscCs
||_dS)z�
        Sets the parent_commit_ids of this RepositoryCommit.
        An array of parent commit IDs of created commit.


        :param parent_commit_ids: The parent_commit_ids of this RepositoryCommit.
        :type: list[str]
        Nr&)rrrrrr�s
cCs|jS)z�
        Gets the time_created of this RepositoryCommit.
        The time at which commit was created.


        :return: The time_created of this RepositoryCommit.
        :rtype: datetime
        �rr rrrrs
zRepositoryCommit.time_createdcCs
||_dS)z�
        Sets the time_created of this RepositoryCommit.
        The time at which commit was created.


        :param time_created: The time_created of this RepositoryCommit.
        :type: datetime
        Nr')rrrrrrs
cCs|jS)z�
        Gets the tree_id of this RepositoryCommit.
        Tree information for the specified commit.


        :return: The tree_id of this RepositoryCommit.
        :rtype: str
        �rr rrrrs
zRepositoryCommit.tree_idcCs
||_dS)z�
        Sets the tree_id of this RepositoryCommit.
        Tree information for the specified commit.


        :param tree_id: The tree_id of this RepositoryCommit.
        :type: str
        Nr()rrrrrr*s
cCst|�S�N)rr rrr�__repr__6szRepositoryCommit.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__9szRepositoryCommit.__eq__cCs
||kSr)rr,rrr�__ne__?szRepositoryCommit.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	r
rrr
rrrr*r.r/rrrrrsRL

















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

Youez - 2016 - github.com/yon3zu
LinuXploit