ruạṛ
a ���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 @ s� e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�SubscriptionSummaryz Subscription summary c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new SubscriptionSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this SubscriptionSummary. :type status: str :param time_start: The value to assign to the time_start property of this SubscriptionSummary. :type time_start: datetime :param time_end: The value to assign to the time_end property of this SubscriptionSummary. :type time_end: datetime :param currency: The value to assign to the currency property of this SubscriptionSummary. :type currency: oci.osub_subscription.models.Currency :param service_name: The value to assign to the service_name property of this SubscriptionSummary. :type service_name: str :param subscribed_services: The value to assign to the subscribed_services property of this SubscriptionSummary. :type subscribed_services: list[oci.osub_subscription.models.SubscribedServiceSummary] �strZdatetimeZCurrencyzlist[SubscribedServiceSummary])�status� time_start�time_end�currency�service_name�subscribed_servicesr Z timeStartZtimeEndr ZserviceNameZsubscribedServicesN)Z swagger_typesZ attribute_map�_status�_time_start� _time_end� _currency� _service_name�_subscribed_services)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/osub_subscription/models/subscription_summary.py�__init__ s( � � zSubscriptionSummary.__init__c C s | j S )z� Gets the status of this SubscriptionSummary. Status of the plan :return: The status of this SubscriptionSummary. :rtype: str �r �r r r r r I s zSubscriptionSummary.statusc C s || _ dS )z� Sets the status of this SubscriptionSummary. Status of the plan :param status: The status of this SubscriptionSummary. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the time_start of this SubscriptionSummary. Represents the date when the first service of the subscription was activated :return: The time_start of this SubscriptionSummary. :rtype: datetime �r r r r r r a s zSubscriptionSummary.time_startc C s || _ dS )z� Sets the time_start of this SubscriptionSummary. Represents the date when the first service of the subscription was activated :param time_start: The time_start of this SubscriptionSummary. :type: datetime Nr )r r r r r r m s c C s | j S )z� Gets the time_end of this SubscriptionSummary. Represents the date when the last service of the subscription ends :return: The time_end of this SubscriptionSummary. :rtype: datetime �r r r r r r y s zSubscriptionSummary.time_endc C s || _ dS )z� Sets the time_end of this SubscriptionSummary. Represents the date when the last service of the subscription ends :param time_end: The time_end of this SubscriptionSummary. :type: datetime Nr )r r r r r r � s c C s | j S )z� Gets the currency of this SubscriptionSummary. :return: The currency of this SubscriptionSummary. :rtype: oci.osub_subscription.models.Currency �r r r r r r � s zSubscriptionSummary.currencyc C s || _ dS )z� Sets the currency of this SubscriptionSummary. :param currency: The currency of this SubscriptionSummary. :type: oci.osub_subscription.models.Currency Nr )r r r r r r � s c C s | j S )z� Gets the service_name of this SubscriptionSummary. Customer friendly service name provided by PRG :return: The service_name of this SubscriptionSummary. :rtype: str �r r r r r r � s z SubscriptionSummary.service_namec C s || _ dS )z� Sets the service_name of this SubscriptionSummary. Customer friendly service name provided by PRG :param service_name: The service_name of this SubscriptionSummary. :type: str Nr )r r r r r r � s c C s | j S )a Gets the subscribed_services of this SubscriptionSummary. List of Subscribed Services of the plan :return: The subscribed_services of this SubscriptionSummary. :rtype: list[oci.osub_subscription.models.SubscribedServiceSummary] �r r r r r r � s z'SubscriptionSummary.subscribed_servicesc C s || _ dS )a! Sets the subscribed_services of this SubscriptionSummary. List of Subscribed Services of the plan :param subscribed_services: The subscribed_services of this SubscriptionSummary. :type: list[oci.osub_subscription.models.SubscribedServiceSummary] Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zSubscriptionSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zSubscriptionSummary.__eq__c C s | |k S r r r# r r r �__ne__� s zSubscriptionSummary.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&