📂 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
›
nosql
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/nosql/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: row.cpython-39.pyc
a ���f� � @ 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 )�Rowz The result of GetRow. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) al Initializes a new Row object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param value: The value to assign to the value property of this Row. :type value: dict(str, object) :param time_of_expiration: The value to assign to the time_of_expiration property of this Row. :type time_of_expiration: datetime :param usage: The value to assign to the usage property of this Row. :type usage: oci.nosql.models.RequestUsage zdict(str, object)ZdatetimeZRequestUsage)�value�time_of_expiration�usager ZtimeOfExpirationr N)Z swagger_typesZ attribute_map�_value�_time_of_expiration�_usage)�self�kwargs� r �8/usr/lib/python3.9/site-packages/oci/nosql/models/row.py�__init__ s ��zRow.__init__c C s | j S )z� Gets the value of this Row. The map of values from a row. :return: The value of this Row. :rtype: dict(str, object) �r �r r r r r 4 s z Row.valuec C s || _ dS )z� Sets the value of this Row. The map of values from a row. :param value: The value of this Row. :type: dict(str, object) Nr )r r r r r r @ s c C s | j S )a Gets the time_of_expiration of this Row. The expiration time of the row. A zero value indicates that the row does not expire. An RFC3339 formatted datetime string. :return: The time_of_expiration of this Row. :rtype: datetime �r r r r r r L s zRow.time_of_expirationc C s || _ dS )a. Sets the time_of_expiration of this Row. The expiration time of the row. A zero value indicates that the row does not expire. An RFC3339 formatted datetime string. :param time_of_expiration: The time_of_expiration of this Row. :type: datetime Nr )r r r r r r Z s c C s | j S )z� Gets the usage of this Row. :return: The usage of this Row. :rtype: oci.nosql.models.RequestUsage �r r r r r r h s z Row.usagec C s || _ dS )z� Sets the usage of this Row. :param usage: The usage of this Row. :type: oci.nosql.models.RequestUsage Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__| s zRow.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z Row.__eq__c C s | |k S r r r r r r �__ne__� s z Row.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"