Dashboard
PHP:
8.3.33
OS:
Linux
User:
proje374
/
/
usr
/
libexec
/
oracle-cloud-agent
/
plugins
/
osms
/
oci
/
cloud_guard
/
models
📤 Upload
📝 New File
📁 New Folder
Close
Editing: geographical_location.pyc
a N��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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�GeographicalLocationz, Geographical Location of a problem c K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new GeographicalLocation object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param latitude: The value to assign to the latitude property of this GeographicalLocation. :type latitude: float :param longitude: The value to assign to the longitude property of this GeographicalLocation. :type longitude: float �float)�latitude� longituder r N)� swagger_types� attribute_map� _latitude� _longitude)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/geographical_location.py�__init__ s ��zGeographicalLocation.__init__c C s | j S )z� **[Required]** Gets the latitude of this GeographicalLocation. Latitude :return: The latitude of this GeographicalLocation. :rtype: float �r �r r r r r + s zGeographicalLocation.latitudec C s || _ dS )z� Sets the latitude of this GeographicalLocation. Latitude :param latitude: The latitude of this GeographicalLocation. :type: float Nr )r r r r r r 7 s c C s | j S )z� **[Required]** Gets the longitude of this GeographicalLocation. Longitude :return: The longitude of this GeographicalLocation. :rtype: float �r r r r r r C s zGeographicalLocation.longitudec C s || _ dS )z� Sets the longitude of this GeographicalLocation. Longitude :param longitude: The longitude of this GeographicalLocation. :type: float Nr )r r r r r r O s c C s t | �S �N)r r r r r �__repr__[ s zGeographicalLocation.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__^ s zGeographicalLocation.__eq__c C s | |k S r r r r r r �__ne__d s zGeographicalLocation.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r s r N)�oci.utilr r r �oci.decoratorsr �objectr r r r r �<module> s
Save
Cancel