
    ~i	                     J    d Z ddlZddlZddlZddlmZ  G d de          ZdS )z
    milvus

    No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)  # noqa: E501

    OpenAPI spec version: common-version
    
    Generated by: https://github.com/swagger-api/swagger-codegen.git
    N)Configurationc                   h   e Zd ZdZ	 ddddddZdddd	d
dZddZed             Zej	        d             Zed             Z
e
j	        d             Z
ed             Zej	        d             Zed             Zej	        d             Zed             Zej	        d             Zd Zd Zd Zd Zd ZdS )DescribePriceResponsezsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strfloatz)list[NodePriceListForDescribePriceOutput])currencydiscount_amountnode_price_listoriginal_amountpayable_amountCurrencyDiscountAmountNodePriceListOriginalAmountPayableAmountNc                     |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _	        ||| _
        ||| _        |	|| _        dS dS )z2DescribePriceResponse - a model defined in SwaggerN)r   _configuration	_currency_discount_amount_node_price_list_original_amount_payable_amountdiscriminatorr   r	   r
   r   r   )selfr   r	   r
   r   r   r   s          {/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkmilvus/models/describe_price_response.py__init__zDescribePriceResponse.__init__3   s    !*__N, $ $ $#!$DM&#2D &#2D &#2D %"0D &%    c                     | j         S )zGets the currency of this DescribePriceResponse.  # noqa: E501


        :return: The currency of this DescribePriceResponse.  # noqa: E501
        :rtype: str
        r   r   s    r   r   zDescribePriceResponse.currencyK   s     ~r   c                     || _         dS )zSets the currency of this DescribePriceResponse.


        :param currency: The currency of this DescribePriceResponse.  # noqa: E501
        :type: str
        Nr   )r   r   s     r   r   zDescribePriceResponse.currencyU   s     "r   c                     | j         S )zGets the discount_amount of this DescribePriceResponse.  # noqa: E501


        :return: The discount_amount of this DescribePriceResponse.  # noqa: E501
        :rtype: float
        r   r    s    r   r	   z%DescribePriceResponse.discount_amount`        $$r   c                     || _         dS )zSets the discount_amount of this DescribePriceResponse.


        :param discount_amount: The discount_amount of this DescribePriceResponse.  # noqa: E501
        :type: float
        Nr#   )r   r	   s     r   r	   z%DescribePriceResponse.discount_amountj        !0r   c                     | j         S )zGets the node_price_list of this DescribePriceResponse.  # noqa: E501


        :return: The node_price_list of this DescribePriceResponse.  # noqa: E501
        :rtype: list[NodePriceListForDescribePriceOutput]
        r   r    s    r   r
   z%DescribePriceResponse.node_price_listu   r$   r   c                     || _         dS )zSets the node_price_list of this DescribePriceResponse.


        :param node_price_list: The node_price_list of this DescribePriceResponse.  # noqa: E501
        :type: list[NodePriceListForDescribePriceOutput]
        Nr(   )r   r
   s     r   r
   z%DescribePriceResponse.node_price_list   r&   r   c                     | j         S )zGets the original_amount of this DescribePriceResponse.  # noqa: E501


        :return: The original_amount of this DescribePriceResponse.  # noqa: E501
        :rtype: float
        r   r    s    r   r   z%DescribePriceResponse.original_amount   r$   r   c                     || _         dS )zSets the original_amount of this DescribePriceResponse.


        :param original_amount: The original_amount of this DescribePriceResponse.  # noqa: E501
        :type: float
        Nr+   )r   r   s     r   r   z%DescribePriceResponse.original_amount   r&   r   c                     | j         S )zGets the payable_amount of this DescribePriceResponse.  # noqa: E501


        :return: The payable_amount of this DescribePriceResponse.  # noqa: E501
        :rtype: float
        r   r    s    r   r   z$DescribePriceResponse.payable_amount   s     ##r   c                     || _         dS )zSets the payable_amount of this DescribePriceResponse.


        :param payable_amount: The payable_amount of this DescribePriceResponse.  # noqa: E501
        :type: float
        Nr.   )r   r   s     r   r   z$DescribePriceResponse.payable_amount   s      .r   c                 4   i }t          j        | j                  D ]\  }}t          | |          }t	          |t
                    r"t          t          d |                    ||<   Lt          |d          r|                                ||<   tt	          |t                    r4t          t          d |
                                                    ||<   |||<   t          t          t                    r| 
                                D ]
\  }}|||<   |S )z&Returns the model properties as a dictc                 N    t          | d          r|                                 n| S )Nto_dicthasattrr2   )xs    r   <lambda>z/DescribePriceResponse.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r   r2   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r2   r   r3   )items    r   r6   z/DescribePriceResponse.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r   )six	iteritemsswagger_typesgetattr
isinstancelistmapr4   r2   dictitems
issubclassr   )r   resultattr_valuekeys         r   r2   zDescribePriceResponse.to_dict   s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t+T22 	$"jjll $ $
U#sr   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatr2   r    s    r   to_strzDescribePriceResponse.to_str   s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rL   r    s    r   __repr__zDescribePriceResponse.__repr__   s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr>   r   r2   r   others     r   __eq__zDescribePriceResponse.__eq__   s5    %!677 	5||~~00r   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrP   rQ   s     r   __ne__zDescribePriceResponse.__ne__   s5    %!677 	4||~~00r   )NNNNNN)__name__
__module____qualname____doc__r<   attribute_mapr   propertyr   setterr	   r
   r   r   r2   rL   rN   rS   rU    r   r   r   r      s        
 "F"! M +*+) M1 1 1 10   X _" " _" % % X% 0 0 0 % % X% 0 0 0 % % X% 0 0 0 $ $ X$ . . .  6. . .  1 1 11 1 1 1 1r   r   )rY   rJ   rer:   volcenginesdkcore.configurationr   objectr   r]   r   r   <module>ra      s|      				 



 9 9 9 9 9 9M1 M1 M1 M1 M1F M1 M1 M1 M1 M1r   