File: //lib/python3.9/site-packages/oci/onesubscription/models/__pycache__/rate_card_tier.cpython-39.pyc
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 d
d� Z
dd� Zdd� ZdS )�RateCardTierz
Rate Card Tier details
c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a�
Initializes a new RateCardTier object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param up_to_quantity:
The value to assign to the up_to_quantity property of this RateCardTier.
:type up_to_quantity: str
:param net_unit_price:
The value to assign to the net_unit_price property of this RateCardTier.
:type net_unit_price: str
:param overage_price:
The value to assign to the overage_price property of this RateCardTier.
:type overage_price: str
�str)�up_to_quantity�net_unit_price�
overage_priceZupToQuantityZnetUnitPriceZoveragePriceN)Z
swagger_typesZ
attribute_map�_up_to_quantity�_net_unit_price�_overage_price)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/onesubscription/models/rate_card_tier.py�__init__ s ��zRateCardTier.__init__c C s | j S )z�
Gets the up_to_quantity of this RateCardTier.
Rate card tier quantity range
:return: The up_to_quantity of this RateCardTier.
:rtype: str
�r �r r r r r 4 s
zRateCardTier.up_to_quantityc C s
|| _ dS )z�
Sets the up_to_quantity of this RateCardTier.
Rate card tier quantity range
:param up_to_quantity: The up_to_quantity of this RateCardTier.
:type: str
Nr )r r r r r r @ s
c C s | j S )z�
Gets the net_unit_price of this RateCardTier.
Rate card tier net unit price
:return: The net_unit_price of this RateCardTier.
:rtype: str
�r r r r r r L s
zRateCardTier.net_unit_pricec C s
|| _ dS )z�
Sets the net_unit_price of this RateCardTier.
Rate card tier net unit price
:param net_unit_price: The net_unit_price of this RateCardTier.
:type: str
Nr )r r r r r r X s
c C s | j S )z�
Gets the overage_price of this RateCardTier.
Rate card tier overage price
:return: The overage_price of this RateCardTier.
:rtype: str
�r
r r r r r
d s
zRateCardTier.overage_pricec C s
|| _ dS )z�
Sets the overage_price of this RateCardTier.
Rate card tier overage price
:param overage_price: The overage_price of this RateCardTier.
:type: str
Nr )r r
r r r r
p s
c C s t | �S �N)r r r r r �__repr__| s zRateCardTier.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zRateCardTier.__eq__c C s
| |k S r r r r r r �__ne__� s zRateCardTier.__ne__N)
�__name__�
__module__�__qualname__�__doc__r �propertyr �setterr r
r r r r r r r r s"