📂 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
›
cims
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cims/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: item.cpython-39.opt-1.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� �Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�Itemz( Details about the item object. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a] Initializes a new Item object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.cims.models.AccountItem` * :class:`~oci.cims.models.LimitItem` * :class:`~oci.cims.models.TechSupportItem` * :class:`~oci.cims.models.ActivityItem` The following keyword arguments are supported (corresponding to the getters/setters of this class): :param item_key: The value to assign to the item_key property of this Item. :type item_key: str :param name: The value to assign to the name property of this Item. :type name: str :param type: The value to assign to the type property of this Item. :type type: str :param category: The value to assign to the category property of this Item. :type category: oci.cims.models.Category :param sub_category: The value to assign to the sub_category property of this Item. :type sub_category: oci.cims.models.SubCategory :param issue_type: The value to assign to the issue_type property of this Item. :type issue_type: oci.cims.models.IssueType �strZCategoryZSubCategoryZ IssueType)�item_key�name�type�category�sub_category� issue_typeZitemKeyr r r ZsubCategoryZ issueTypeN)Z swagger_typesZ attribute_map� _item_key�_name�_type� _category� _sub_category�_issue_type)�self�kwargs� r �8/usr/lib/python3.9/site-packages/oci/cims/models/item.py�__init__ s( &� � z Item.__init__c C s@ | d }|dkrdS |dkr dS |dkr,dS |dkr8d S d S dS )z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r ZaccountZAccountItem�limitZ LimitItemZtechZTechSupportItemZactivityZActivityItemr Nr )Zobject_dictionaryr r r r �get_subtypeP s zItem.get_subtypec C s | j S )z� **[Required]** Gets the item_key of this Item. Unique identifier for the item. :return: The item_key of this Item. :rtype: str �r �r r r r r f s z Item.item_keyc C s || _ dS )z� Sets the item_key of this Item. Unique identifier for the item. :param item_key: The item_key of this Item. :type: str Nr )r r r r r r r s c C s | j S )z� Gets the name of this Item. The display name of the item. Avoid entering confidential information. :return: The name of this Item. :rtype: str �r r r r r r ~ s z Item.namec C s || _ dS )z� Sets the name of this Item. The display name of the item. Avoid entering confidential information. :param name: The name of this Item. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the type of this Item. The type of the item. :return: The type of this Item. :rtype: str �r r r r r r � s z Item.typec C s || _ dS )z� Sets the type of this Item. The type of the item. :param type: The type of this Item. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the category of this Item. :return: The category of this Item. :rtype: oci.cims.models.Category �r r r r r r � s z Item.categoryc C s || _ dS )z� Sets the category of this Item. :param category: The category of this Item. :type: oci.cims.models.Category Nr )r r r r r r � s c C s | j S )z� Gets the sub_category of this Item. :return: The sub_category of this Item. :rtype: oci.cims.models.SubCategory �r r r r r r � s zItem.sub_categoryc C s || _ dS )z� Sets the sub_category of this Item. :param sub_category: The sub_category of this Item. :type: oci.cims.models.SubCategory Nr )r r r r r r � s c C s | j S )z� Gets the issue_type of this Item. :return: The issue_type of this Item. :rtype: oci.cims.models.IssueType �r r r r r r � s zItem.issue_typec C s || _ dS )z� Sets the issue_type of this Item. :param issue_type: The issue_type of this Item. :type: oci.cims.models.IssueType Nr! )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s z Item.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zItem.__eq__c C s | |k S r"