📂 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
›
jms_java_downloads
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/jms_java_downloads/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: java_download_report_summary.cpython-39.pyc
a ���f'd � @ 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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zed'd(� �Zejd)d(� �Zed*d+� �Zejd,d+� �Zed-d.� �Zejd/d.� �Zed0d1� �Zejd2d1� �Zed3d4� �Z e jd5d4� �Z ed6d7� �Z!e!jd8d7� �Z!ed9d:� �Z"e"jd;d:� �Z"ed<d=� �Z#e#jd>d=� �Z#ed?d@� �Z$e$jdAd@� �Z$edBdC� �Z%e%jdDdC� �Z%dEdF� Z&dGdH� Z'dIdJ� Z(dKS )L�JavaDownloadReportSummaryz= A summary of the Java download report in a tenancy. �CSV�SHA256�timeDownloaded�downloadSourceId�downloadType�ASC�DESC�ACTIVE�CREATING�DELETED�DELETING�FAILED�NEEDS_ATTENTION�UPDATINGc K s� dddddddddddddddddd�| _ dd d ddd dddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _d| _dS )a� Initializes a new JavaDownloadReportSummary object with values from keyword arguments. 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 JavaDownloadReportSummary. :type id: str :param display_name: The value to assign to the display_name property of this JavaDownloadReportSummary. :type display_name: str :param format: The value to assign to the format property of this JavaDownloadReportSummary. Allowed values for this property are: "CSV", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type format: str :param file_size_in_bytes: The value to assign to the file_size_in_bytes property of this JavaDownloadReportSummary. :type file_size_in_bytes: int :param checksum_type: The value to assign to the checksum_type property of this JavaDownloadReportSummary. Allowed values for this property are: "SHA256", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type checksum_type: str :param checksum_value: The value to assign to the checksum_value property of this JavaDownloadReportSummary. :type checksum_value: str :param compartment_id: The value to assign to the compartment_id property of this JavaDownloadReportSummary. :type compartment_id: str :param created_by: The value to assign to the created_by property of this JavaDownloadReportSummary. :type created_by: oci.jms_java_downloads.models.Principal :param time_created: The value to assign to the time_created property of this JavaDownloadReportSummary. :type time_created: datetime :param time_start: The value to assign to the time_start property of this JavaDownloadReportSummary. :type time_start: datetime :param time_end: The value to assign to the time_end property of this JavaDownloadReportSummary. :type time_end: datetime :param sort_by: The value to assign to the sort_by property of this JavaDownloadReportSummary. Allowed values for this property are: "timeDownloaded", "downloadSourceId", "downloadType", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type sort_by: str :param sort_order: The value to assign to the sort_order property of this JavaDownloadReportSummary. Allowed values for this property are: "ASC", "DESC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type sort_order: str :param lifecycle_state: The value to assign to the lifecycle_state property of this JavaDownloadReportSummary. Allowed values for this property are: "ACTIVE", "CREATING", "DELETED", "DELETING", "FAILED", "NEEDS_ATTENTION", "UPDATING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this JavaDownloadReportSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this JavaDownloadReportSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this JavaDownloadReportSummary. :type system_tags: dict(str, dict(str, object)) �str�intZ PrincipalZdatetimezdict(str, str)zdict(str, dict(str, object)))�id�display_name�format�file_size_in_bytes� checksum_type�checksum_value�compartment_id� created_by�time_created� time_start�time_end�sort_by� sort_order�lifecycle_state� freeform_tags�defined_tags�system_tagsr ZdisplayNamer ZfileSizeInBytesZchecksumTypeZ checksumValueZ compartmentIdZ createdByZtimeCreatedZ timeStartZtimeEndZsortByZ sortOrderZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id� _display_name�_format�_file_size_in_bytes�_checksum_type�_checksum_value�_compartment_id�_created_by� _time_created�_time_start� _time_end�_sort_by�_sort_order�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r; �^/usr/lib/python3.9/site-packages/oci/jms_java_downloads/models/java_download_report_summary.py�__init__J sj U��z"JavaDownloadReportSummary.__init__c C s | j S )a% **[Required]** Gets the id of this JavaDownloadReportSummary. The `OCID`__ of the Java download report. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The id of this JavaDownloadReportSummary. :rtype: str �r( �r9 r; r; r<