📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
license_manager
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/license_manager/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: bulk_upload_validation_error_info.cpython-39.pyc
a ���fX � @ 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 d d� Z dd� Zdd� ZdS )�BulkUploadValidationErrorInfoz� Detailed error information corresponding to each column for a particular supported license record that could not be uploaded. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new BulkUploadValidationErrorInfo object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param row_number: The value to assign to the row_number property of this BulkUploadValidationErrorInfo. :type row_number: int :param product_name: The value to assign to the product_name property of this BulkUploadValidationErrorInfo. :type product_name: str :param row_error: The value to assign to the row_error property of this BulkUploadValidationErrorInfo. :type row_error: list[oci.license_manager.models.BulkUploadCellInfo] �int�strzlist[BulkUploadCellInfo])� row_number�product_name� row_errorZ rowNumberZproductNameZrowErrorN)Z swagger_typesZ attribute_map�_row_number� _product_name� _row_error)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/license_manager/models/bulk_upload_validation_error_info.py�__init__ s ��z&BulkUploadValidationErrorInfo.__init__c C s | j S )a **[Required]** Gets the row_number of this BulkUploadValidationErrorInfo. Refers to the license record number as provided in the bulk upload file. :return: The row_number of this BulkUploadValidationErrorInfo. :rtype: int �r �r r r r r 4 s z(BulkUploadValidationErrorInfo.row_numberc C s || _ dS )a Sets the row_number of this BulkUploadValidationErrorInfo. Refers to the license record number as provided in the bulk upload file. :param row_number: The row_number of this BulkUploadValidationErrorInfo. :type: int Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the product_name of this BulkUploadValidationErrorInfo. Product name of invalid row. :return: The product_name of this BulkUploadValidationErrorInfo. :rtype: str �r r r r r r L s z*BulkUploadValidationErrorInfo.product_namec C s || _ dS )z� Sets the product_name of this BulkUploadValidationErrorInfo. Product name of invalid row. :param product_name: The product_name of this BulkUploadValidationErrorInfo. :type: str Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the row_error of this BulkUploadValidationErrorInfo. Error information corresponding to each column. :return: The row_error of this BulkUploadValidationErrorInfo. :rtype: list[oci.license_manager.models.BulkUploadCellInfo] �r r r r r r d s z'BulkUploadValidationErrorInfo.row_errorc C s || _ dS )a Sets the row_error of this BulkUploadValidationErrorInfo. Error information corresponding to each column. :param row_error: The row_error of this BulkUploadValidationErrorInfo. :type: list[oci.license_manager.models.BulkUploadCellInfo] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z&BulkUploadValidationErrorInfo.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z$BulkUploadValidationErrorInfo.__eq__c C s | |k S r r r r r r �__ne__� s z$BulkUploadValidationErrorInfo.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"