JavaDownloadRecordSummary

class oci.jms_java_downloads.models.JavaDownloadRecordSummary(**kwargs)

Bases: object

A summary of Java artifact download in a tenancy.

Methods

__init__(**kwargs) Initializes a new JavaDownloadRecordSummary object with values from keyword arguments.

Attributes

architecture Gets the architecture of this JavaDownloadRecordSummary.
download_source_id [Required] Gets the download_source_id of this JavaDownloadRecordSummary.
download_type [Required] Gets the download_type of this JavaDownloadRecordSummary.
family_display_name Gets the family_display_name of this JavaDownloadRecordSummary.
family_version Gets the family_version of this JavaDownloadRecordSummary.
os_family Gets the os_family of this JavaDownloadRecordSummary.
package_type Gets the package_type of this JavaDownloadRecordSummary.
package_type_detail Gets the package_type_detail of this JavaDownloadRecordSummary.
release_version Gets the release_version of this JavaDownloadRecordSummary.
time_downloaded [Required] Gets the time_downloaded of this JavaDownloadRecordSummary.
__init__(**kwargs)

Initializes a new JavaDownloadRecordSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • family_version (str) – The value to assign to the family_version property of this JavaDownloadRecordSummary.
  • family_display_name (str) – The value to assign to the family_display_name property of this JavaDownloadRecordSummary.
  • release_version (str) – The value to assign to the release_version property of this JavaDownloadRecordSummary.
  • os_family (str) – The value to assign to the os_family property of this JavaDownloadRecordSummary.
  • architecture (str) – The value to assign to the architecture property of this JavaDownloadRecordSummary.
  • package_type (str) – The value to assign to the package_type property of this JavaDownloadRecordSummary.
  • package_type_detail (str) – The value to assign to the package_type_detail property of this JavaDownloadRecordSummary.
  • download_source_id (str) – The value to assign to the download_source_id property of this JavaDownloadRecordSummary.
  • time_downloaded (datetime) – The value to assign to the time_downloaded property of this JavaDownloadRecordSummary.
  • download_type (str) – The value to assign to the download_type property of this JavaDownloadRecordSummary.
architecture

Gets the architecture of this JavaDownloadRecordSummary. The target Operating System architecture for the artifact.

Returns:The architecture of this JavaDownloadRecordSummary.
Return type:str
download_source_id

[Required] Gets the download_source_id of this JavaDownloadRecordSummary. Identifier of the source that downloaded the artifact.

Returns:The download_source_id of this JavaDownloadRecordSummary.
Return type:str
download_type

[Required] Gets the download_type of this JavaDownloadRecordSummary. Type of download.

Returns:The download_type of this JavaDownloadRecordSummary.
Return type:str
family_display_name

Gets the family_display_name of this JavaDownloadRecordSummary. The Java family display name.

Returns:The family_display_name of this JavaDownloadRecordSummary.
Return type:str
family_version

Gets the family_version of this JavaDownloadRecordSummary. The Java family version identifier.

Returns:The family_version of this JavaDownloadRecordSummary.
Return type:str
os_family

Gets the os_family of this JavaDownloadRecordSummary. The target Operating System family for the artifact.

Returns:The os_family of this JavaDownloadRecordSummary.
Return type:str
package_type

Gets the package_type of this JavaDownloadRecordSummary. The package type(typically the file extension) of the artifact.

Returns:The package_type of this JavaDownloadRecordSummary.
Return type:str
package_type_detail

Gets the package_type_detail of this JavaDownloadRecordSummary. Additional information about the package type.

Returns:The package_type_detail of this JavaDownloadRecordSummary.
Return type:str
release_version

Gets the release_version of this JavaDownloadRecordSummary. The Java release version identifier.

Returns:The release_version of this JavaDownloadRecordSummary.
Return type:str
time_downloaded

[Required] Gets the time_downloaded of this JavaDownloadRecordSummary. Timestamp of download.

Returns:The time_downloaded of this JavaDownloadRecordSummary.
Return type:datetime