ruạṛ
a ���f4 � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ServiceDefinitionz+ Details for a service definition. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ServiceDefinition object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this ServiceDefinition. :type type: str :param display_name: The value to assign to the display_name property of this ServiceDefinition. :type display_name: str :param short_display_name: The value to assign to the short_display_name property of this ServiceDefinition. :type short_display_name: str �str)�type�display_name�short_display_namer ZdisplayNameZshortDisplayNameN)Z swagger_typesZ attribute_map�_type� _display_name�_short_display_name)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/service_manager_proxy/models/service_definition.py�__init__ s ��zServiceDefinition.__init__c C s | j S )a= **[Required]** Gets the type of this ServiceDefinition. The service definition type. For example, a service definition type "RGBUOROMS" would be for the service "Oracle Retail Order Management Cloud Service". :return: The type of this ServiceDefinition. :rtype: str �r �r r r r r 4 s zServiceDefinition.typec C s || _ dS )a1 Sets the type of this ServiceDefinition. The service definition type. For example, a service definition type "RGBUOROMS" would be for the service "Oracle Retail Order Management Cloud Service". :param type: The type of this ServiceDefinition. :type: str Nr )r r r r r r A s c C s | j S )a **[Required]** Gets the display_name of this ServiceDefinition. Display name of the service. For example, "Oracle Retail Order Management Cloud Service". :return: The display_name of this ServiceDefinition. :rtype: str �r r r r r r N s zServiceDefinition.display_namec C s || _ dS )a Sets the display_name of this ServiceDefinition. Display name of the service. For example, "Oracle Retail Order Management Cloud Service". :param display_name: The display_name of this ServiceDefinition. :type: str Nr )r r r r r r Z s c C s | j S )a **[Required]** Gets the short_display_name of this ServiceDefinition. Short display name of the service. For example, "Retail Order Management". :return: The short_display_name of this ServiceDefinition. :rtype: str �r r r r r r f s z$ServiceDefinition.short_display_namec C s || _ dS )a Sets the short_display_name of this ServiceDefinition. Short display name of the service. For example, "Retail Order Management". :param short_display_name: The short_display_name of this ServiceDefinition. :type: str Nr )r r r r r r r s c C s t | �S �N)r r r r r �__repr__~ s zServiceDefinition.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zServiceDefinition.__eq__c C s | |k S r r r r r r �__ne__� s zServiceDefinition.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"