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__/repository_commit_summary.cpython-39.pyc
a

���f�6�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sheZdZdZdd�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��Zedd ��Zejd!d ��Zed"d#��Zejd$d#��Zed%d&��Zejd'd&��Zd(d)�Zd*d+�Zd,d-�Zd.S)/�RepositoryCommitSummaryz1
    Commit summary with commit information.
    c
Ks�ddddddddddddd�|_ddd	d
ddd
dddddd�|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_d|_
dS)at
        Initializes a new RepositoryCommitSummary 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 RepositoryCommitSummary.
        :type commit_id: str

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

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

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

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

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

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

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

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

        :param freeform_tags:
            The value to assign to the freeform_tags property of this RepositoryCommitSummary.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this RepositoryCommitSummary.
        :type defined_tags: dict(str, dict(str, object))

        :param system_tags:
            The value to assign to the system_tags property of this RepositoryCommitSummary.
        :type system_tags: dict(str, dict(str, object))

        �strz	list[str]Zdatetimezdict(str, str)zdict(str, dict(str, object)))�	commit_id�commit_message�author_name�author_email�committer_name�committer_email�parent_commit_ids�time_created�tree_id�
freeform_tags�defined_tags�system_tagsZcommitIdZ
commitMessageZ
authorNameZauthorEmailZ
committerNameZcommitterEmailZparentCommitIdsZtimeCreatedZtreeIdZfreeformTagsZdefinedTagsZ
systemTagsN)Z
swagger_typesZ
attribute_map�
_commit_id�_commit_message�_author_name�
_author_email�_committer_name�_committer_email�_parent_commit_ids�
_time_created�_tree_id�_freeform_tags�
_defined_tags�_system_tags)�self�kwargs�r"�O/usr/lib/python3.9/site-packages/oci/devops/models/repository_commit_summary.py�__init__sL7��z RepositoryCommitSummary.__init__cCs|jS)z�
        **[Required]** Gets the commit_id of this RepositoryCommitSummary.
        Commit hash pointed to by reference name.


        :return: The commit_id of this RepositoryCommitSummary.
        :rtype: str
        �r�r r"r"r#rss
z!RepositoryCommitSummary.commit_idcCs
||_dS)z�
        Sets the commit_id of this RepositoryCommitSummary.
        Commit hash pointed to by reference name.


        :param commit_id: The commit_id of this RepositoryCommitSummary.
        :type: str
        Nr%)r rr"r"r#rs
cCs|jS)z�
        **[Required]** Gets the commit_message of this RepositoryCommitSummary.
        The commit message.


        :return: The commit_message of this RepositoryCommitSummary.
        :rtype: str
        �rr&r"r"r#r	�s
z&RepositoryCommitSummary.commit_messagecCs
||_dS)z�
        Sets the commit_message of this RepositoryCommitSummary.
        The commit message.


        :param commit_message: The commit_message of this RepositoryCommitSummary.
        :type: str
        Nr')r r	r"r"r#r	�s
cCs|jS)z�
        **[Required]** Gets the author_name of this RepositoryCommitSummary.
        Name of the author of the repository.


        :return: The author_name of this RepositoryCommitSummary.
        :rtype: str
        �rr&r"r"r#r
�s
z#RepositoryCommitSummary.author_namecCs
||_dS)z�
        Sets the author_name of this RepositoryCommitSummary.
        Name of the author of the repository.


        :param author_name: The author_name of this RepositoryCommitSummary.
        :type: str
        Nr()r r
r"r"r#r
�s
cCs|jS)z�
        **[Required]** Gets the author_email of this RepositoryCommitSummary.
        Email of the author of the repository.


        :return: The author_email of this RepositoryCommitSummary.
        :rtype: str
        �rr&r"r"r#r�s
z$RepositoryCommitSummary.author_emailcCs
||_dS)z�
        Sets the author_email of this RepositoryCommitSummary.
        Email of the author of the repository.


        :param author_email: The author_email of this RepositoryCommitSummary.
        :type: str
        Nr))r rr"r"r#r�s
cCs|jS)z�
        **[Required]** Gets the committer_name of this RepositoryCommitSummary.
        Name of who creates the commit.


        :return: The committer_name of this RepositoryCommitSummary.
        :rtype: str
        �rr&r"r"r#r�s
z&RepositoryCommitSummary.committer_namecCs
||_dS)z�
        Sets the committer_name of this RepositoryCommitSummary.
        Name of who creates the commit.


        :param committer_name: The committer_name of this RepositoryCommitSummary.
        :type: str
        Nr*)r rr"r"r#r�s
cCs|jS)z�
        **[Required]** Gets the committer_email of this RepositoryCommitSummary.
        Email of who creates the commit.


        :return: The committer_email of this RepositoryCommitSummary.
        :rtype: str
        �rr&r"r"r#r
�s
z'RepositoryCommitSummary.committer_emailcCs
||_dS)z�
        Sets the committer_email of this RepositoryCommitSummary.
        Email of who creates the commit.


        :param committer_email: The committer_email of this RepositoryCommitSummary.
        :type: str
        Nr+)r r
r"r"r#r
�s
cCs|jS)z�
        **[Required]** Gets the parent_commit_ids of this RepositoryCommitSummary.
        An array of parent commit IDs of created commit.


        :return: The parent_commit_ids of this RepositoryCommitSummary.
        :rtype: list[str]
        �rr&r"r"r#rs
z)RepositoryCommitSummary.parent_commit_idscCs
||_dS)z�
        Sets the parent_commit_ids of this RepositoryCommitSummary.
        An array of parent commit IDs of created commit.


        :param parent_commit_ids: The parent_commit_ids of this RepositoryCommitSummary.
        :type: list[str]
        Nr,)r rr"r"r#rs
cCs|jS)z�
        **[Required]** Gets the time_created of this RepositoryCommitSummary.
        The time to create the commit.


        :return: The time_created of this RepositoryCommitSummary.
        :rtype: datetime
        �rr&r"r"r#rs
z$RepositoryCommitSummary.time_createdcCs
||_dS)z�
        Sets the time_created of this RepositoryCommitSummary.
        The time to create the commit.


        :param time_created: The time_created of this RepositoryCommitSummary.
        :type: datetime
        Nr-)r rr"r"r#r's
cCs|jS)z�
        **[Required]** Gets the tree_id of this RepositoryCommitSummary.
        Tree information for the specified commit.


        :return: The tree_id of this RepositoryCommitSummary.
        :rtype: str
        �rr&r"r"r#r3s
zRepositoryCommitSummary.tree_idcCs
||_dS)z�
        Sets the tree_id of this RepositoryCommitSummary.
        Tree information for the specified commit.


        :param tree_id: The tree_id of this RepositoryCommitSummary.
        :type: str
        Nr.)r rr"r"r#r?s
cCs|jS)a�
        Gets the freeform_tags of this RepositoryCommitSummary.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.  See `Resource Tags`__. Example: `{"bar-key": "value"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The freeform_tags of this RepositoryCommitSummary.
        :rtype: dict(str, str)
        �rr&r"r"r#rKsz%RepositoryCommitSummary.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this RepositoryCommitSummary.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.  See `Resource Tags`__. Example: `{"bar-key": "value"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param freeform_tags: The freeform_tags of this RepositoryCommitSummary.
        :type: dict(str, str)
        Nr/)r rr"r"r#rYscCs|jS)a�
        Gets the defined_tags of this RepositoryCommitSummary.
        Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The defined_tags of this RepositoryCommitSummary.
        :rtype: dict(str, dict(str, object))
        �rr&r"r"r#rgsz$RepositoryCommitSummary.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this RepositoryCommitSummary.
        Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param defined_tags: The defined_tags of this RepositoryCommitSummary.
        :type: dict(str, dict(str, object))
        Nr0)r rr"r"r#ruscCs|jS)a�
        Gets the system_tags of this RepositoryCommitSummary.
        Usage of system tag keys. These predefined keys are scoped to namespaces. See `Resource Tags`__. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The system_tags of this RepositoryCommitSummary.
        :rtype: dict(str, dict(str, object))
        �rr&r"r"r#r�sz#RepositoryCommitSummary.system_tagscCs
||_dS)a�
        Sets the system_tags of this RepositoryCommitSummary.
        Usage of system tag keys. These predefined keys are scoped to namespaces. See `Resource Tags`__. Example: `{"orcl-cloud": {"free-tier-retained": "true"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param system_tags: The system_tags of this RepositoryCommitSummary.
        :type: dict(str, dict(str, object))
        Nr1)r rr"r"r#r�scCst|�S�N)rr&r"r"r#�__repr__�sz RepositoryCommitSummary.__repr__cCs|durdS|j|jkS)NF)�__dict__�r �otherr"r"r#�__eq__�szRepositoryCommitSummary.__eq__cCs
||kSr2r"r5r"r"r#�__ne__�szRepositoryCommitSummary.__ne__N)�__name__�
__module__�__qualname__�__doc__r$�propertyr�setterr	r
rrr
rrrrrrr3r7r8r"r"r"r#rsja





























rN)Zoci.utilrrrZoci.decoratorsr�objectrr"r"r"r#�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit