📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
usage
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/usage/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: reward_details.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )� RewardDetailsz- The overall monthly reward summary. c K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )aZ Initializes a new RewardDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param tenancy_id: The value to assign to the tenancy_id property of this RewardDetails. :type tenancy_id: str :param subscription_id: The value to assign to the subscription_id property of this RewardDetails. :type subscription_id: str :param currency: The value to assign to the currency property of this RewardDetails. :type currency: str :param rewards_rate: The value to assign to the rewards_rate property of this RewardDetails. :type rewards_rate: float :param total_rewards_available: The value to assign to the total_rewards_available property of this RewardDetails. :type total_rewards_available: float :param redemption_code: The value to assign to the redemption_code property of this RewardDetails. :type redemption_code: str �str�float)� tenancy_id�subscription_id�currency�rewards_rate�total_rewards_available�redemption_codeZ tenancyIdZsubscriptionIdr ZrewardsRateZtotalRewardsAvailableZredemptionCodeN)Z swagger_typesZ attribute_map�_tenancy_id�_subscription_id� _currency� _rewards_rate�_total_rewards_available�_redemption_code)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/usage/models/reward_details.py�__init__ s( � � zRewardDetails.__init__c C s | j S )z� Gets the tenancy_id of this RewardDetails. The OCID of the target tenancy. :return: The tenancy_id of this RewardDetails. :rtype: str �r �r r r r r I s zRewardDetails.tenancy_idc C s || _ dS )z� Sets the tenancy_id of this RewardDetails. The OCID of the target tenancy. :param tenancy_id: The tenancy_id of this RewardDetails. :type: str Nr )r r r r r r U s c C s | j S )z� Gets the subscription_id of this RewardDetails. The entitlement ID from MQS, which is the same as the subcription ID. :return: The subscription_id of this RewardDetails. :rtype: str �r r r r r r a s zRewardDetails.subscription_idc C s || _ dS )z� Sets the subscription_id of this RewardDetails. The entitlement ID from MQS, which is the same as the subcription ID. :param subscription_id: The subscription_id of this RewardDetails. :type: str Nr )r r r r r r m s c C s | j S )z� Gets the currency of this RewardDetails. The currency unit for the reward amount. :return: The currency of this RewardDetails. :rtype: str �r r r r r r y s zRewardDetails.currencyc C s || _ dS )z� Sets the currency of this RewardDetails. The currency unit for the reward amount. :param currency: The currency of this RewardDetails. :type: str Nr )r r r r r r � s c C s | j S )z� Gets the rewards_rate of this RewardDetails. The current Rewards percentage in decimal format. :return: The rewards_rate of this RewardDetails. :rtype: float �r r r r r r � s zRewardDetails.rewards_ratec C s || _ dS )z� Sets the rewards_rate of this RewardDetails. The current Rewards percentage in decimal format. :param rewards_rate: The rewards_rate of this RewardDetails. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the total_rewards_available of this RewardDetails. The total number of available rewards for a given subscription ID. :return: The total_rewards_available of this RewardDetails. :rtype: float �r r r r r r � s z%RewardDetails.total_rewards_availablec C s || _ dS )a Sets the total_rewards_available of this RewardDetails. The total number of available rewards for a given subscription ID. :param total_rewards_available: The total_rewards_available of this RewardDetails. :type: float Nr )r r r r r r � s c C s | j S )z� Gets the redemption_code of this RewardDetails. The redemption code used in the Billing Center during the reward redemption process. :return: The redemption_code of this RewardDetails. :rtype: str �r r r r r r � s zRewardDetails.redemption_codec C s || _ dS )z� Sets the redemption_code of this RewardDetails. The redemption code used in the Billing Center during the reward redemption process. :param redemption_code: The redemption_code of this RewardDetails. :type: str Nr )r r r r r r � s c C s t | �S �N)r r r r r �__repr__� s zRewardDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zRewardDetails.__eq__c C s | |k S r! r r$ r r r �__ne__� s zRewardDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r"