ruạṛ
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�PushDownOperation� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�Sortz0 The information about the sort object. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new Sort object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.Sort.model_type` attribute of this class is ``SORT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this Sort. Allowed values for this property are: "FILTER", "JOIN", "SELECT", "SORT", "QUERY" :type model_type: str :param sort_clauses: The value to assign to the sort_clauses property of this Sort. :type sort_clauses: list[oci.data_integration.models.SortClause] �strzlist[SortClause])Z model_type�sort_clausesZ modelTypeZsortClausesNZSORT)Z swagger_typesZ attribute_mapZ_model_type� _sort_clauses)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/data_integration/models/sort.py�__init__ s ��z Sort.__init__c C s | j S )z� Gets the sort_clauses of this Sort. The sort clause. :return: The sort_clauses of this Sort. :rtype: list[oci.data_integration.models.SortClause] �r �r r r r r 0 s zSort.sort_clausesc C s || _ dS )z� Sets the sort_clauses of this Sort. The sort clause. :param sort_clauses: The sort_clauses of this Sort. :type: list[oci.data_integration.models.SortClause] Nr )r r r r r r <