o
    ëÉ¶d`  ã                   @   s8   d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   s²   e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd	d„ ƒZed
d„ ƒZ	e	jdd„ ƒZ	edd„ ƒZ
e
jdd„ ƒZ
edd„ ƒZejdd„ ƒZdd„ Zdd„ Zdd„ ZdS )ÚColumnz(
    The description of the column.
    c                 K   sF   ddddddœ| _ ddddd	dœ| _d
| _d
| _d
| _d
| _d
| _d
S )ae  
        Initializes a new Column object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param display_name:
            The value to assign to the display_name property of this Column.
        :type display_name: str

        :param field_name:
            The value to assign to the field_name property of this Column.
        :type field_name: str

        :param data_type:
            The value to assign to the data_type property of this Column.
        :type data_type: str

        :param is_hidden:
            The value to assign to the is_hidden property of this Column.
        :type is_hidden: bool

        :param display_order:
            The value to assign to the display_order property of this Column.
        :type display_order: int

        ÚstrÚboolÚint)Údisplay_nameÚ
field_nameÚ	data_typeÚ	is_hiddenÚdisplay_orderZdisplayNameZ	fieldNameZdataTypeZisHiddenZdisplayOrderN)Zswagger_typesZattribute_mapÚ_display_nameÚ_field_nameÚ
_data_typeÚ
_is_hiddenÚ_display_order)ÚselfÚkwargs© r   ú?usr/lib/python3.10/site-packages/oci/data_safe/models/column.pyÚ__init__   s"   û	û
zColumn.__init__c                 C   ó   | j S )zº
        **[Required]** Gets the display_name of this Column.
        Name of the column displayed on UI.


        :return: The display_name of this Column.
        :rtype: str
        ©r   ©r   r   r   r   r
   B   ó   
zColumn.display_namec                 C   ó
   || _ dS )z¶
        Sets the display_name of this Column.
        Name of the column displayed on UI.


        :param display_name: The display_name of this Column.
        :type: str
        Nr   )r   r
   r   r   r   r
   N   ó   

c                 C   r   )zÍ
        **[Required]** Gets the field_name of this Column.
        Specifies the corresponding field name in the data source.


        :return: The field_name of this Column.
        :rtype: str
        ©r   r   r   r   r   r   Z   r   zColumn.field_namec                 C   r   )zÇ
        Sets the field_name of this Column.
        Specifies the corresponding field name in the data source.


        :param field_name: The field_name of this Column.
        :type: str
        Nr   )r   r   r   r   r   r   f   r   c                 C   r   )z¨
        Gets the data_type of this Column.
        Specifies the data type of the column.


        :return: The data_type of this Column.
        :rtype: str
        ©r   r   r   r   r   r   r   r   zColumn.data_typec                 C   r   )z°
        Sets the data_type of this Column.
        Specifies the data type of the column.


        :param data_type: The data_type of this Column.
        :type: str
        Nr    )r   r   r   r   r   r   ~   r   c                 C   r   )zÜ
        **[Required]** Gets the is_hidden of this Column.
        Indicates if the column is hidden. Values can either be 'true' or 'false'.


        :return: The is_hidden of this Column.
        :rtype: bool
        ©r   r   r   r   r   r   Š   r   zColumn.is_hiddenc                 C   r   )zÕ
        Sets the is_hidden of this Column.
        Indicates if the column is hidden. Values can either be 'true' or 'false'.


        :param is_hidden: The is_hidden of this Column.
        :type: bool
        Nr!   )r   r   r   r   r   r   –   r   c                 C   r   )zÃ
        **[Required]** Gets the display_order of this Column.
        Specifies the display order of the column.


        :return: The display_order of this Column.
        :rtype: int
        ©r   r   r   r   r   r   ¢   r   zColumn.display_orderc                 C   r   )zÀ
        Sets the display_order of this Column.
        Specifies the display order of the column.


        :param display_order: The display_order of this Column.
        :type: int
        Nr"   )r   r   r   r   r   r   ®   r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__º   s   zColumn.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__½   s   zColumn.__eq__c                 C   s
   | |k S r#   r   r&   r   r   r   Ú__ne__Ã   s   
zColumn.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr
   Úsetterr   r   r   r   r$   r(   r)   r   r   r   r   r      s4    0









r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r   r   r   r   Ú<module>   s   