File: //lib/python3.9/site-packages/oci/sch/models/__pycache__/static_dimension_value.cpython-39.pyc
a
���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�DimensionValueDetails� )�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d
� Z dd� Z
d
S )�StaticDimensionValuez8
Static type of dimension value (passed as-is).
c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a�
Initializes a new StaticDimensionValue object with values from keyword arguments. The default value of the :py:attr:`~oci.sch.models.StaticDimensionValue.kind` attribute
of this class is ``static`` and it should not be changed.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param kind:
The value to assign to the kind property of this StaticDimensionValue.
Allowed values for this property are: "jmesPath", "static"
:type kind: str
:param value:
The value to assign to the value property of this StaticDimensionValue.
:type value: str
�str)�kind�valuer
r NZstatic)Z
swagger_typesZ
attribute_mapZ_kind�_value)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/sch/models/static_dimension_value.py�__init__ s ��zStaticDimensionValue.__init__c C s | j S )a`
**[Required]** Gets the value of this StaticDimensionValue.
The data extracted from the specified dimension value (passed as-is). Unicode characters only.
For information on valid dimension keys and values, see :func:`metric_data_details`.
:return: The value of this StaticDimensionValue.
:rtype: str
�r �r
r r r r 0 s zStaticDimensionValue.valuec C s
|| _ dS )aU
Sets the value of this StaticDimensionValue.
The data extracted from the specified dimension value (passed as-is). Unicode characters only.
For information on valid dimension keys and values, see :func:`metric_data_details`.
:param value: The value of this StaticDimensionValue.
:type: str
Nr )r
r r r r r = s c C s t | �S �N)r r r r r �__repr__J s zStaticDimensionValue.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r
�otherr r r �__eq__M s zStaticDimensionValue.__eq__c C s
| |k S r r r r r r �__ne__S s zStaticDimensionValue.__ne__N)�__name__�
__module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r s
r N) Zdimension_value_detailsr Zoci.utilr r r Zoci.decoratorsr r r r r r �<module> s