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 )�CommitmentServicez/ Subscribed service commitment details c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )as Initializes a new CommitmentService object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_start: The value to assign to the time_start property of this CommitmentService. :type time_start: datetime :param time_end: The value to assign to the time_end property of this CommitmentService. :type time_end: datetime :param quantity: The value to assign to the quantity property of this CommitmentService. :type quantity: str :param available_amount: The value to assign to the available_amount property of this CommitmentService. :type available_amount: str :param line_net_amount: The value to assign to the line_net_amount property of this CommitmentService. :type line_net_amount: str :param funded_allocation_value: The value to assign to the funded_allocation_value property of this CommitmentService. :type funded_allocation_value: str Zdatetime�str)� time_start�time_end�quantity�available_amount�line_net_amount�funded_allocation_valueZ timeStartZtimeEndr ZavailableAmountZ lineNetAmountZfundedAllocationValueN)Z swagger_typesZ attribute_map�_time_start� _time_end� _quantity�_available_amount�_line_net_amount�_funded_allocation_value)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/onesubscription/models/commitment_service.py�__init__ s( � � zCommitmentService.__init__c C s | j S )z� Gets the time_start of this CommitmentService. Commitment start date :return: The time_start of this CommitmentService. :rtype: datetime �r �r r r r r I s zCommitmentService.time_startc C s || _ dS )z� Sets the time_start of this CommitmentService. Commitment start date :param time_start: The time_start of this CommitmentService. :type: datetime Nr )r r r r r r U s c C s | j S )z� Gets the time_end of this CommitmentService. Commitment end date :return: The time_end of this CommitmentService. :rtype: datetime �r r r r r r a s zCommitmentService.time_endc C s || _ dS )z� Sets the time_end of this CommitmentService. Commitment end date :param time_end: The time_end of this CommitmentService. :type: datetime Nr )r r r r r r m s c C s | j S )z� Gets the quantity of this CommitmentService. Commitment quantity :return: The quantity of this CommitmentService. :rtype: str �r r r r r r y s zCommitmentService.quantityc C s || _ dS )z� Sets the quantity of this CommitmentService. Commitment quantity :param quantity: The quantity of this CommitmentService. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the available_amount of this CommitmentService. Commitment available amount :return: The available_amount of this CommitmentService. :rtype: str �r r r r r r � s z"CommitmentService.available_amountc C s || _ dS )z� Sets the available_amount of this CommitmentService. Commitment available amount :param available_amount: The available_amount of this CommitmentService. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the line_net_amount of this CommitmentService. Commitment line net amount :return: The line_net_amount of this CommitmentService. :rtype: str �r r r r r r � s z!CommitmentService.line_net_amountc C s || _ dS )z� Sets the line_net_amount of this CommitmentService. Commitment line net amount :param line_net_amount: The line_net_amount of this CommitmentService. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the funded_allocation_value of this CommitmentService. Funded Allocation line value :return: The funded_allocation_value of this CommitmentService. :rtype: str �r r r r r r � s z)CommitmentService.funded_allocation_valuec C s || _ dS )z� Sets the funded_allocation_value of this CommitmentService. Funded Allocation line value :param funded_allocation_value: The funded_allocation_value of this CommitmentService. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zCommitmentService.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zCommitmentService.__eq__c C s | |k S r r r# r r r �__ne__� s zCommitmentService.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r! r% r&