ruạṛ
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 )�PreparedStatementz* The result of query preparation. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new PreparedStatement object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param statement: The value to assign to the statement property of this PreparedStatement. :type statement: str :param query_plan: The value to assign to the query_plan property of this PreparedStatement. :type query_plan: object :param usage: The value to assign to the usage property of this PreparedStatement. :type usage: oci.nosql.models.RequestUsage �str�objectZRequestUsage)� statement� query_plan�usager Z queryPlanr N)Z swagger_typesZ attribute_map� _statement�_query_plan�_usage)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/nosql/models/prepared_statement.py�__init__ s ��zPreparedStatement.__init__c C s | j S )z� Gets the statement of this PreparedStatement. A base64-encoded, compiled and parameterized version of a SQL statement. :return: The statement of this PreparedStatement. :rtype: str �r �r r r r r 4 s zPreparedStatement.statementc C s || _ dS )z� Sets the statement of this PreparedStatement. A base64-encoded, compiled and parameterized version of a SQL statement. :param statement: The statement of this PreparedStatement. :type: str Nr )r r r r r r A s c C s | j S )z� Gets the query_plan of this PreparedStatement. A representation of the query plan as a schema-less JSON object. :return: The query_plan of this PreparedStatement. :rtype: object �r r r r r r N s zPreparedStatement.query_planc C s || _ dS )z� Sets the query_plan of this PreparedStatement. A representation of the query plan as a schema-less JSON object. :param query_plan: The query_plan of this PreparedStatement. :type: object Nr )r r r r r r Z s c C s | j S )z� Gets the usage of this PreparedStatement. :return: The usage of this PreparedStatement. :rtype: oci.nosql.models.RequestUsage �r r r r r r f s zPreparedStatement.usagec C s || _ dS )z� Sets the usage of this PreparedStatement. :param usage: The usage of this PreparedStatement. :type: oci.nosql.models.RequestUsage Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__z s zPreparedStatement.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__} s zPreparedStatement.__eq__c C s | |k S r r r r r r �__ne__� s zPreparedStatement.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"