ruạṛ
a O��fc � @ 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 @ sp e Zd ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zd d� Zdd� Z dd� ZdS )�CostAnalysisUIz; The common fields for Cost Analysis UI rendering. �BARS�LINES� STACKED_LINESc K s( ddd�| _ ddd�| _d| _d| _dS )a� Initializes a new CostAnalysisUI object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param graph: The value to assign to the graph property of this CostAnalysisUI. Allowed values for this property are: "BARS", "LINES", "STACKED_LINES", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type graph: str :param is_cumulative_graph: The value to assign to the is_cumulative_graph property of this CostAnalysisUI. :type is_cumulative_graph: bool �str�bool)�graph�is_cumulative_graphr �isCumulativeGraphN)� swagger_types� attribute_map�_graph�_is_cumulative_graph)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/usage_api/models/cost_analysis_ui.py�__init__ s ��zCostAnalysisUI.__init__c C s | j S )a^ Gets the graph of this CostAnalysisUI. The graph type. Allowed values for this property are: "BARS", "LINES", "STACKED_LINES", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :return: The graph of this CostAnalysisUI. :rtype: str )r �r r r r r 9 s zCostAnalysisUI.graphc C s g d�}t ||�sd}|| _dS )z� Sets the graph of this CostAnalysisUI. The graph type. :param graph: The graph of this CostAnalysisUI. :type: str )r r r �UNKNOWN_ENUM_VALUEN)r r )r r �allowed_valuesr r r r H s c C s | j S )z� Gets the is_cumulative_graph of this CostAnalysisUI. A cumulative graph. :return: The is_cumulative_graph of this CostAnalysisUI. :rtype: bool �r r r r r r W s z"CostAnalysisUI.is_cumulative_graphc C s || _ dS )z� Sets the is_cumulative_graph of this CostAnalysisUI. A cumulative graph. :param is_cumulative_graph: The is_cumulative_graph of this CostAnalysisUI. :type: bool Nr )r r r r r r c s c C s t | �S �N)r r r r r �__repr__o s zCostAnalysisUI.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__r s zCostAnalysisUI.__eq__c C s | |k S r r r r r r �__ne__x s zCostAnalysisUI.__ne__N)�__name__� __module__�__qualname__�__doc__� GRAPH_BARS�GRAPH_LINES�GRAPH_STACKED_LINESr �propertyr �setterr r r! r"