
    ~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
    vmp

    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                      e Zd ZdZ	 ddddddddddddZd	d
ddddddddddZd1d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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ed*             Zej	        d+             Zd, Zd- Zd. Zd/ Zd0 ZdS )2CreateAlertingRuleRequestzsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    z*list[AnnotationForCreateAlertingRuleInput]strz%list[LabelForCreateAlertingRuleInput]z%list[LevelForCreateAlertingRuleInput]QueryForCreateAlertingRuleInputz#list[TagForCreateAlertingRuleInput])annotationsdescriptionlabelslevelsnamenotify_group_policy_idnotify_policy_idproject_namequerytagstypeAnnotationsDescriptionLabelsLevelsNameNotifyGroupPolicyIdNotifyPolicyIdProjectNameQueryTagsTypeNc                    |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        d| _
        d| _        d| _        d| _        ||| _        ||| _        ||| _        ||| _        || _        || _        ||| _        ||| _        |	|	| _        |
|
| _        || _        dS )z6CreateAlertingRuleRequest - a model defined in SwaggerN)r   _configuration_annotations_description_labels_levels_name_notify_group_policy_id_notify_policy_id_project_name_query_tags_typediscriminatorr   r	   r
   r   r   r   r   r   r   r   r   )selfr   r	   r
   r   r   r   r   r   r   r   r   r   s                }/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkvmp/models/create_alerting_rule_request.py__init__z"CreateAlertingRuleRequest.__init__?   s    !*__N,  
'+$!%!

!"*D"*D DK DK	&<#'$4D!# ,DDJDI			    c                     | j         S )zGets the annotations of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The annotations of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: list[AnnotationForCreateAlertingRuleInput]
        r    r,   s    r-   r   z%CreateAlertingRuleRequest.annotationsf          r/   c                     || _         dS )zSets the annotations of this CreateAlertingRuleRequest.


        :param annotations: The annotations of this CreateAlertingRuleRequest.  # noqa: E501
        :type: list[AnnotationForCreateAlertingRuleInput]
        Nr1   )r,   r   s     r-   r   z%CreateAlertingRuleRequest.annotationsp        (r/   c                     | j         S )zGets the description of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The description of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: str
        r!   r2   s    r-   r	   z%CreateAlertingRuleRequest.description{   r3   r/   c                     || _         dS )zSets the description of this CreateAlertingRuleRequest.


        :param description: The description of this CreateAlertingRuleRequest.  # noqa: E501
        :type: str
        Nr7   )r,   r	   s     r-   r	   z%CreateAlertingRuleRequest.description   r5   r/   c                     | j         S )zGets the labels of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The labels of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: list[LabelForCreateAlertingRuleInput]
        r"   r2   s    r-   r
   z CreateAlertingRuleRequest.labels        |r/   c                     || _         dS )zSets the labels of this CreateAlertingRuleRequest.


        :param labels: The labels of this CreateAlertingRuleRequest.  # noqa: E501
        :type: list[LabelForCreateAlertingRuleInput]
        Nr:   )r,   r
   s     r-   r
   z CreateAlertingRuleRequest.labels        r/   c                     | j         S )zGets the levels of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The levels of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: list[LevelForCreateAlertingRuleInput]
        r#   r2   s    r-   r   z CreateAlertingRuleRequest.levels   r;   r/   c                     || _         dS )zSets the levels of this CreateAlertingRuleRequest.


        :param levels: The levels of this CreateAlertingRuleRequest.  # noqa: E501
        :type: list[LevelForCreateAlertingRuleInput]
        Nr?   )r,   r   s     r-   r   z CreateAlertingRuleRequest.levels   r=   r/   c                     | j         S )zGets the name of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The name of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: str
        )r$   r2   s    r-   r   zCreateAlertingRuleRequest.name        zr/   c                 N    | j         j        r|t          d          || _        dS )zSets the name of this CreateAlertingRuleRequest.


        :param name: The name of this CreateAlertingRuleRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `name`, must not be `None`)r   client_side_validation
ValueErrorr$   )r,   r   s     r-   r   zCreateAlertingRuleRequest.name   1     5 	M$,KLLL


r/   c                     | j         S )zGets the notify_group_policy_id of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The notify_group_policy_id of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: str
        )r%   r2   s    r-   r   z0CreateAlertingRuleRequest.notify_group_policy_id   s     ++r/   c                 N    | j         j        r|t          d          || _        dS )zSets the notify_group_policy_id of this CreateAlertingRuleRequest.


        :param notify_group_policy_id: The notify_group_policy_id of this CreateAlertingRuleRequest.  # noqa: E501
        :type: str
        Nz>Invalid value for `notify_group_policy_id`, must not be `None`)r   rD   rE   r%   )r,   r   s     r-   r   z0CreateAlertingRuleRequest.notify_group_policy_id   s6     5 	_:P:X]^^^'=$$$r/   c                     | j         S )zGets the notify_policy_id of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The notify_policy_id of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: str
        r&   r2   s    r-   r   z*CreateAlertingRuleRequest.notify_policy_id   s     %%r/   c                     || _         dS )zSets the notify_policy_id of this CreateAlertingRuleRequest.


        :param notify_policy_id: The notify_policy_id of this CreateAlertingRuleRequest.  # noqa: E501
        :type: str
        NrJ   )r,   r   s     r-   r   z*CreateAlertingRuleRequest.notify_policy_id   s     "2r/   c                     | j         S )zGets the project_name of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The project_name of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: str
        r'   r2   s    r-   r   z&CreateAlertingRuleRequest.project_name   s     !!r/   c                     || _         dS )zSets the project_name of this CreateAlertingRuleRequest.


        :param project_name: The project_name of this CreateAlertingRuleRequest.  # noqa: E501
        :type: str
        NrM   )r,   r   s     r-   r   z&CreateAlertingRuleRequest.project_name  s     *r/   c                     | j         S )zGets the query of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The query of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: QueryForCreateAlertingRuleInput
        r(   r2   s    r-   r   zCreateAlertingRuleRequest.query  s     {r/   c                     || _         dS )zSets the query of this CreateAlertingRuleRequest.


        :param query: The query of this CreateAlertingRuleRequest.  # noqa: E501
        :type: QueryForCreateAlertingRuleInput
        NrP   )r,   r   s     r-   r   zCreateAlertingRuleRequest.query  s     r/   c                     | j         S )zGets the tags of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The tags of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: list[TagForCreateAlertingRuleInput]
        r)   r2   s    r-   r   zCreateAlertingRuleRequest.tags'  rB   r/   c                     || _         dS )zSets the tags of this CreateAlertingRuleRequest.


        :param tags: The tags of this CreateAlertingRuleRequest.  # noqa: E501
        :type: list[TagForCreateAlertingRuleInput]
        NrS   )r,   r   s     r-   r   zCreateAlertingRuleRequest.tags1  s     


r/   c                     | j         S )zGets the type of this CreateAlertingRuleRequest.  # noqa: E501


        :return: The type of this CreateAlertingRuleRequest.  # noqa: E501
        :rtype: str
        )r*   r2   s    r-   r   zCreateAlertingRuleRequest.type<  rB   r/   c                 N    | j         j        r|t          d          || _        dS )zSets the type of this CreateAlertingRuleRequest.


        :param type: The type of this CreateAlertingRuleRequest.  # noqa: E501
        :type: str
        Nz,Invalid value for `type`, must not be `None`)r   rD   rE   r*   )r,   r   s     r-   r   zCreateAlertingRuleRequest.typeF  rF   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hasattrrY   )xs    r-   <lambda>z3CreateAlertingRuleRequest.to_dict.<locals>.<lambda>[  s!    WQ	-B-BIaiikkk r/   rY   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   rY   r   rZ   )items    r-   r]   z3CreateAlertingRuleRequest.to_dict.<locals>.<lambda>b  s<    tAw	22"=$q'47??+<+<!=!=8< r/   )six	iteritemsswagger_typesgetattr
isinstancelistmapr[   rY   dictitems
issubclassr   )r,   resultattr_valuekeys         r-   rY   z!CreateAlertingRuleRequest.to_dictS  s,   }T%788 	% 	%GD!D$''E%&& %#CII% %    t 	** 	%$}}tE4(( %#C= =KKMM% %    t  %t/66 	$"jjll $ $
U#sr/   c                 N    t          j        |                                           S )z.Returns the string representation of the model)pprintpformatrY   r2   s    r-   to_strz CreateAlertingRuleRequest.to_strn  s    ~dllnn---r/   c                 *    |                                  S )zFor `print` and `pprint`)rs   r2   s    r-   __repr__z"CreateAlertingRuleRequest.__repr__r  s    {{}}r/   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFre   r   rY   r,   others     r-   __eq__z CreateAlertingRuleRequest.__eq__v  s5    %!:;; 	5||~~00r/   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrw   rx   s     r-   __ne__z CreateAlertingRuleRequest.__ne__}  s5    %!:;; 	4||~~00r/   )NNNNNNNNNNNN)__name__
__module____qualname____doc__rc   attribute_mapr.   propertyr   setterr	   r
   r   r   r   r   r   r   r   r   rY   rs   ru   rz   r|    r/   r-   r   r      sT        
 D99"'!25 M %$"7,% M% % % %N ! ! X! ( ( ( ! ! X! ( ( (   X ]  ]   X ]  ]   X 
[
 
 [
 , , X, "
> 
> #"
> & & X& 2 2 2 " " X" * * *   X \  \   X 
[  [   X 
[
 
 [
  6. . .  1 1 11 1 1 1 1r/   r   )r   rq   rera   volcenginesdkcore.configurationr   objectr   r   r/   r-   <module>r      s|      				 



 9 9 9 9 9 9l1 l1 l1 l1 l1 l1 l1 l1 l1 l1r/   