📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
devops
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/devops/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_pull_request_comment_details.cpython-39.opt-1.pyc
a ���fM � @ 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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�CreatePullRequestCommentDetailsz, The information about new Comment. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )at Initializes a new CreatePullRequestCommentDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param data: The value to assign to the data property of this CreatePullRequestCommentDetails. :type data: str :param parent_id: The value to assign to the parent_id property of this CreatePullRequestCommentDetails. :type parent_id: str :param file_path: The value to assign to the file_path property of this CreatePullRequestCommentDetails. :type file_path: str :param commit_id: The value to assign to the commit_id property of this CreatePullRequestCommentDetails. :type commit_id: str :param file_type: The value to assign to the file_type property of this CreatePullRequestCommentDetails. :type file_type: str :param line_number: The value to assign to the line_number property of this CreatePullRequestCommentDetails. :type line_number: int �str�int)�data� parent_id� file_path� commit_id� file_type�line_numberr ZparentIdZfilePathZcommitIdZfileTypeZ lineNumberN)Z swagger_typesZ attribute_map�_data� _parent_id� _file_path� _commit_id� _file_type�_line_number)�self�kwargs� r �Y/usr/lib/python3.9/site-packages/oci/devops/models/create_pull_request_comment_details.py�__init__ s( � � z(CreatePullRequestCommentDetails.__init__c C s | j S )z� **[Required]** Gets the data of this CreatePullRequestCommentDetails. Content of the Comment. :return: The data of this CreatePullRequestCommentDetails. :rtype: str �r �r r r r r I s z$CreatePullRequestCommentDetails.datac C s || _ dS )z� Sets the data of this CreatePullRequestCommentDetails. Content of the Comment. :param data: The data of this CreatePullRequestCommentDetails. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the parent_id of this CreatePullRequestCommentDetails. ID of parent Comment :return: The parent_id of this CreatePullRequestCommentDetails. :rtype: str �r r r r r r a s z)CreatePullRequestCommentDetails.parent_idc C s || _ dS )z� Sets the parent_id of this CreatePullRequestCommentDetails. ID of parent Comment :param parent_id: The parent_id of this CreatePullRequestCommentDetails. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the file_path of this CreatePullRequestCommentDetails. File path in the commit :return: The file_path of this CreatePullRequestCommentDetails. :rtype: str �r r r r r r y s z)CreatePullRequestCommentDetails.file_pathc C s || _ dS )z� Sets the file_path of this CreatePullRequestCommentDetails. File path in the commit :param file_path: The file_path of this CreatePullRequestCommentDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the commit_id of this CreatePullRequestCommentDetails. Commit SHA :return: The commit_id of this CreatePullRequestCommentDetails. :rtype: str �r r r r r r � s z)CreatePullRequestCommentDetails.commit_idc C s || _ dS )z� Sets the commit_id of this CreatePullRequestCommentDetails. Commit SHA :param commit_id: The commit_id of this CreatePullRequestCommentDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the file_type of this CreatePullRequestCommentDetails. File path in the target commit :return: The file_type of this CreatePullRequestCommentDetails. :rtype: str �r r r r r r � s z)CreatePullRequestCommentDetails.file_typec C s || _ dS )z� Sets the file_type of this CreatePullRequestCommentDetails. File path in the target commit :param file_type: The file_type of this CreatePullRequestCommentDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the line_number of this CreatePullRequestCommentDetails. Line number in the file :return: The line_number of this CreatePullRequestCommentDetails. :rtype: int �r r r r r r � s z+CreatePullRequestCommentDetails.line_numberc C s || _ dS )z� Sets the line_number of this CreatePullRequestCommentDetails. Line number in the file :param line_number: The line_number of this CreatePullRequestCommentDetails. :type: int Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z(CreatePullRequestCommentDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z&CreatePullRequestCommentDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s z&CreatePullRequestCommentDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"