File manager - Edit - /usr/lib/mysqlsh/lib/python3.9/site-packages/oci/jms/models/uncorrelated_package_application_usage_summary.py
Back
# coding: utf-8 # Copyright (c) 2016, 2026, Oracle and/or its affiliates. All rights reserved. # This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. # NOTE: This class is auto generated by OracleSDKGenerator. DO NOT EDIT. API Version: 20210610 from oci.util import formatted_flat_dict, NONE_SENTINEL, value_allowed_none_or_none_sentinel # noqa: F401 from oci.decorators import init_model_state_from_kwargs @init_model_state_from_kwargs class UncorrelatedPackageApplicationUsageSummary(object): """ Summary of an application where a given libary was detected. Contains the count of managed instances where the package was detected with this application. """ def __init__(self, **kwargs): """ Initializes a new UncorrelatedPackageApplicationUsageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param application_key: The value to assign to the application_key property of this UncorrelatedPackageApplicationUsageSummary. :type application_key: str :param application_name: The value to assign to the application_name property of this UncorrelatedPackageApplicationUsageSummary. :type application_name: str :param managed_instance_count: The value to assign to the managed_instance_count property of this UncorrelatedPackageApplicationUsageSummary. :type managed_instance_count: int :param last_detected_dynamically: The value to assign to the last_detected_dynamically property of this UncorrelatedPackageApplicationUsageSummary. :type last_detected_dynamically: datetime """ self.swagger_types = { 'application_key': 'str', 'application_name': 'str', 'managed_instance_count': 'int', 'last_detected_dynamically': 'datetime' } self.attribute_map = { 'application_key': 'applicationKey', 'application_name': 'applicationName', 'managed_instance_count': 'managedInstanceCount', 'last_detected_dynamically': 'lastDetectedDynamically' } self._application_key = None self._application_name = None self._managed_instance_count = None self._last_detected_dynamically = None @property def application_key(self): """ **[Required]** Gets the application_key of this UncorrelatedPackageApplicationUsageSummary. The internal identifier of a Java application. :return: The application_key of this UncorrelatedPackageApplicationUsageSummary. :rtype: str """ return self._application_key @application_key.setter def application_key(self, application_key): """ Sets the application_key of this UncorrelatedPackageApplicationUsageSummary. The internal identifier of a Java application. :param application_key: The application_key of this UncorrelatedPackageApplicationUsageSummary. :type: str """ self._application_key = application_key @property def application_name(self): """ **[Required]** Gets the application_name of this UncorrelatedPackageApplicationUsageSummary. The displayed name of the Java application. :return: The application_name of this UncorrelatedPackageApplicationUsageSummary. :rtype: str """ return self._application_name @application_name.setter def application_name(self, application_name): """ Sets the application_name of this UncorrelatedPackageApplicationUsageSummary. The displayed name of the Java application. :param application_name: The application_name of this UncorrelatedPackageApplicationUsageSummary. :type: str """ self._application_name = application_name @property def managed_instance_count(self): """ **[Required]** Gets the managed_instance_count of this UncorrelatedPackageApplicationUsageSummary. The count of managed instances wherein the specified library was detected. :return: The managed_instance_count of this UncorrelatedPackageApplicationUsageSummary. :rtype: int """ return self._managed_instance_count @managed_instance_count.setter def managed_instance_count(self, managed_instance_count): """ Sets the managed_instance_count of this UncorrelatedPackageApplicationUsageSummary. The count of managed instances wherein the specified library was detected. :param managed_instance_count: The managed_instance_count of this UncorrelatedPackageApplicationUsageSummary. :type: int """ self._managed_instance_count = managed_instance_count @property def last_detected_dynamically(self): """ **[Required]** Gets the last_detected_dynamically of this UncorrelatedPackageApplicationUsageSummary. The date and time a library or Java package was _last_ detected in a dynamic library scan. :return: The last_detected_dynamically of this UncorrelatedPackageApplicationUsageSummary. :rtype: datetime """ return self._last_detected_dynamically @last_detected_dynamically.setter def last_detected_dynamically(self, last_detected_dynamically): """ Sets the last_detected_dynamically of this UncorrelatedPackageApplicationUsageSummary. The date and time a library or Java package was _last_ detected in a dynamic library scan. :param last_detected_dynamically: The last_detected_dynamically of this UncorrelatedPackageApplicationUsageSummary. :type: datetime """ self._last_detected_dynamically = last_detected_dynamically def __repr__(self): return formatted_flat_dict(self) def __eq__(self, other): if other is None: return False return self.__dict__ == other.__dict__ def __ne__(self, other): return not self == other
| ver. 1.4 |
Github
|
.
| PHP 8.2.32 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings