📂 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
›
oda
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oda/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: android_channel.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Channel� )�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 )�AndroidChannelz3 The configuration for an Android channel. c K s� ddddddddddddddd�| _ dd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )a� Initializes a new AndroidChannel object with values from keyword arguments. The default value of the :py:attr:`~oci.oda.models.AndroidChannel.type` attribute of this class is ``ANDROID`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this AndroidChannel. :type id: str :param name: The value to assign to the name property of this AndroidChannel. :type name: str :param description: The value to assign to the description property of this AndroidChannel. :type description: str :param category: The value to assign to the category property of this AndroidChannel. Allowed values for this property are: "AGENT", "APPLICATION", "BOT", "BOT_AS_AGENT", "SYSTEM", "EVENT" :type category: str :param type: The value to assign to the type property of this AndroidChannel. Allowed values for this property are: "ANDROID", "APPEVENT", "APPLICATION", "CORTANA", "FACEBOOK", "IOS", "MSTEAMS", "OSS", "OSVC", "SERVICECLOUD", "SLACK", "TEST", "TWILIO", "WEB", "WEBHOOK" :type type: str :param session_expiry_duration_in_milliseconds: The value to assign to the session_expiry_duration_in_milliseconds property of this AndroidChannel. :type session_expiry_duration_in_milliseconds: int :param lifecycle_state: The value to assign to the lifecycle_state property of this AndroidChannel. Allowed values for this property are: "CREATING", "UPDATING", "ACTIVE", "INACTIVE", "DELETING", "DELETED", "FAILED" :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this AndroidChannel. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this AndroidChannel. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this AndroidChannel. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this AndroidChannel. :type defined_tags: dict(str, dict(str, object)) :param max_token_expiration_time_in_minutes: The value to assign to the max_token_expiration_time_in_minutes property of this AndroidChannel. :type max_token_expiration_time_in_minutes: int :param is_client_authentication_enabled: The value to assign to the is_client_authentication_enabled property of this AndroidChannel. :type is_client_authentication_enabled: bool :param bot_id: The value to assign to the bot_id property of this AndroidChannel. :type bot_id: str �str�intZdatetimezdict(str, str)zdict(str, dict(str, object))�bool)�id�name�description�category�typeZ'session_expiry_duration_in_millisecondsZlifecycle_stateZtime_createdZtime_updatedZ freeform_tagsZdefined_tags�$max_token_expiration_time_in_minutes� is_client_authentication_enabled�bot_idr r r r r Z#sessionExpiryDurationInMillisecondsZlifecycleStateZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZmaxTokenExpirationTimeInMinutesZisClientAuthenticationEnabledZbotIdNZANDROID)Z swagger_typesZ attribute_mapZ_id�_nameZ_descriptionZ _categoryZ_typeZ(_session_expiry_duration_in_millisecondsZ_lifecycle_stateZ _time_createdZ _time_updatedZ_freeform_tagsZ _defined_tags�%_max_token_expiration_time_in_minutes�!_is_client_authentication_enabled�_bot_id)�self�kwargs� r �B/usr/lib/python3.9/site-packages/oci/oda/models/android_channel.py�__init__ sZ C��zAndroidChannel.__init__c C s | j S )z� Gets the max_token_expiration_time_in_minutes of this AndroidChannel. The maximum time until the token expires (in minutes). :return: The max_token_expiration_time_in_minutes of this AndroidChannel. :rtype: int �r �r r r r r � s z3AndroidChannel.max_token_expiration_time_in_minutesc C s || _ dS )a! Sets the max_token_expiration_time_in_minutes of this AndroidChannel. The maximum time until the token expires (in minutes). :param max_token_expiration_time_in_minutes: The max_token_expiration_time_in_minutes of this AndroidChannel. :type: int Nr )r r r r r r � s c C s | j S )a **[Required]** Gets the is_client_authentication_enabled of this AndroidChannel. Whether client authentication is enabled or not. :return: The is_client_authentication_enabled of this AndroidChannel. :rtype: bool �r r r r r r � s z/AndroidChannel.is_client_authentication_enabledc C s || _ dS )a Sets the is_client_authentication_enabled of this AndroidChannel. Whether client authentication is enabled or not. :param is_client_authentication_enabled: The is_client_authentication_enabled of this AndroidChannel. :type: bool Nr )r r r r r r � s c C s | j S )z� Gets the bot_id of this AndroidChannel. The ID of the Skill or Digital Assistant that the Channel is routed to. :return: The bot_id of this AndroidChannel. :rtype: str �r r r r r r � s zAndroidChannel.bot_idc C s || _ dS )z� Sets the bot_id of this AndroidChannel. The ID of the Skill or Digital Assistant that the Channel is routed to. :param bot_id: The bot_id of this AndroidChannel. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zAndroidChannel.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zAndroidChannel.__eq__c C s | |k S r! r r$ r r r �__ne__� s zAndroidChannel.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r"