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/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models/

Upload File :
current_dir [ Writeable] document_root [ Writeable]

 

Command :


[ Back ]     

Current File : /usr/libexec/oracle-cloud-agent/plugins/osms/oci/devops/models/repository_commit_summary.pyc
a

N��f�0�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@sNeZdZdZdd�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#��Zd%d&�Zd'd(�Zd)d*�Zd+S),�RepositoryCommitSummaryz1
    Commit summary with commit information.
    cKs�dddddddddddd�|_ddd	d
ddd
ddddd�|_d|_d|_d|_d|_d|_d|_d|_d|_	d|_
d|_d|_dS)a�
        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))

        �strz	list[str]�datetimezdict(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�commitId�
commitMessage�
authorName�authorEmail�
committerName�committerEmail�parentCommitIds�timeCreated�treeId�freeformTags�definedTagsN)
�
swagger_types�
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)�self�kwargs�r.��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/repository_commit_summary.py�__init__sF3��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/r	js
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
        Nr1)r,r	r.r.r/r	vs
cCs|jS)z�
        **[Required]** Gets the commit_message of this RepositoryCommitSummary.
        The commit message.


        :return: The commit_message of this RepositoryCommitSummary.
        :rtype: str
        �r"r2r.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
        Nr3)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
        �r#r2r.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
        Nr4)r,rr.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
        �r$r2r.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
        Nr5)r,rr.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
        �r%r2r.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
        Nr6)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
        �r&r2r.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
        Nr7)r,rr.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]
        �r'r2r.r.r/r�s
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]
        Nr8)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
        �r(r2r.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
        Nr9)r,rr.r.r/rs
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
        �r)r2r.r.r/r*s
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/r6s
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)
        �r*r2r.r.r/rBs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/rPs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))
        �r+r2r.r.r/r^s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))
        Nr<)r,rr.r.r/rlscCst|�S�N)rr2r.r.r/�__repr__zsz RepositoryCommitSummary.__repr__cCs|durdS|j|jkS)NF)�__dict__�r,�otherr.r.r/�__eq__}szRepositoryCommitSummary.__eq__cCs
||kSr=r.r@r.r.r/�__ne__�szRepositoryCommitSummary.__ne__N)�__name__�
__module__�__qualname__�__doc__r0�propertyr	�setterr
rrr
rrrrrrr>rBrCr.r.r.r/r
sbZ

























rN)�oci.utilrrr�oci.decoratorsr�objectrr.r.r.r/�<module>s

Youez - 2016 - github.com/yon3zu
LinuXploit