📂 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
›
jms
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/jms/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: java_license.pyc
a O��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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zdd� Z dd� Zdd� ZdS )�JavaLicensez4 Information about a license type for Java. �OTN�NFTC� RESTRICTEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a; Initializes a new JavaLicense 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 JavaLicense. :type display_name: str :param license_type: The value to assign to the license_type property of this JavaLicense. Allowed values for this property are: "OTN", "NFTC", "RESTRICTED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type license_type: str :param license_url: The value to assign to the license_url property of this JavaLicense. :type license_url: str �str)�display_name�license_type�license_url�displayName�licenseType� licenseUrlN)� swagger_types� attribute_map� _display_name� _license_type�_license_url)�self�kwargs� r �/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/jms/models/java_license.py�__init__ s ��zJavaLicense.__init__c C s | j S )z� **[Required]** Gets the display_name of this JavaLicense. Commonly used name for the license type. :return: The display_name of this JavaLicense. :rtype: str �r �r r r r r @ s zJavaLicense.display_namec C s || _ dS )z� Sets the display_name of this JavaLicense. Commonly used name for the license type. :param display_name: The display_name of this JavaLicense. :type: str Nr )r r r r r r L s c C s | j S )am **[Required]** Gets the license_type of this JavaLicense. License Type Allowed values for this property are: "OTN", "NFTC", "RESTRICTED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The license_type of this JavaLicense. :rtype: str )r r r r r r X s zJavaLicense.license_typec C s g d�}t ||�sd}|| _dS )z� Sets the license_type of this JavaLicense. License Type :param license_type: The license_type of this JavaLicense. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r g s c C s | j S )z� **[Required]** Gets the license_url of this JavaLicense. Publicly accessible license URL containing the detailed terms and conditions. :return: The license_url of this JavaLicense. :rtype: str �r r r r r r v s zJavaLicense.license_urlc C s || _ dS )z� Sets the license_url of this JavaLicense. Publicly accessible license URL containing the detailed terms and conditions. :param license_url: The license_url of this JavaLicense. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zJavaLicense.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zJavaLicense.__eq__c C s | |k S r r r# r r r �__ne__� s zJavaLicense.__ne__N)�__name__� __module__�__qualname__�__doc__�LICENSE_TYPE_OTN�LICENSE_TYPE_NFTC�LICENSE_TYPE_RESTRICTEDr �propertyr �setterr r r! r% r&