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

    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 )BatchCreateRoutesResponsezsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    z'list[CreatedForBatchCreateRoutesOutput]z	list[str]z&list[FailedForBatchCreateRoutesOutput]z'list[UpdatedForBatchCreateRoutesOutput])createddeletedfailedskippedupdatedCreatedDeletedFailedSkippedUpdatedNc                     |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        ||| _        ||| _	        ||| _
        ||| _        |	|| _        dS dS )z6BatchCreateRoutesResponse - a model defined in SwaggerN)r   _configuration_created_deleted_failed_skipped_updateddiscriminatorr   r   r   r	   r
   )selfr   r   r   r	   r
   r   s          |/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkid/models/batch_create_routes_response.py__init__z"BatchCreateRoutesResponse.__init__3   s    !*__N,!"DL"DL DK"DL"DLLL     c                     | j         S )zGets the created of this BatchCreateRoutesResponse.  # noqa: E501


        :return: The created of this BatchCreateRoutesResponse.  # noqa: E501
        :rtype: list[CreatedForBatchCreateRoutesOutput]
        r   r   s    r   r   z!BatchCreateRoutesResponse.createdK        }r   c                     || _         dS )zSets the created of this BatchCreateRoutesResponse.


        :param created: The created of this BatchCreateRoutesResponse.  # noqa: E501
        :type: list[CreatedForBatchCreateRoutesOutput]
        Nr   )r   r   s     r   r   z!BatchCreateRoutesResponse.createdU         r   c                     | j         S )zGets the deleted of this BatchCreateRoutesResponse.  # noqa: E501


        :return: The deleted of this BatchCreateRoutesResponse.  # noqa: E501
        :rtype: list[str]
        r   r   s    r   r   z!BatchCreateRoutesResponse.deleted`   r   r   c                     || _         dS )zSets the deleted of this BatchCreateRoutesResponse.


        :param deleted: The deleted of this BatchCreateRoutesResponse.  # noqa: E501
        :type: list[str]
        Nr#   )r   r   s     r   r   z!BatchCreateRoutesResponse.deletedj   r!   r   c                     | j         S )zGets the failed of this BatchCreateRoutesResponse.  # noqa: E501


        :return: The failed of this BatchCreateRoutesResponse.  # noqa: E501
        :rtype: list[FailedForBatchCreateRoutesOutput]
        r   r   s    r   r   z BatchCreateRoutesResponse.failedu   s     |r   c                     || _         dS )zSets the failed of this BatchCreateRoutesResponse.


        :param failed: The failed of this BatchCreateRoutesResponse.  # noqa: E501
        :type: list[FailedForBatchCreateRoutesOutput]
        Nr&   )r   r   s     r   r   z BatchCreateRoutesResponse.failed   s     r   c                     | j         S )zGets the skipped of this BatchCreateRoutesResponse.  # noqa: E501


        :return: The skipped of this BatchCreateRoutesResponse.  # noqa: E501
        :rtype: list[str]
        r   r   s    r   r	   z!BatchCreateRoutesResponse.skipped   r   r   c                     || _         dS )zSets the skipped of this BatchCreateRoutesResponse.


        :param skipped: The skipped of this BatchCreateRoutesResponse.  # noqa: E501
        :type: list[str]
        Nr)   )r   r	   s     r   r	   z!BatchCreateRoutesResponse.skipped   r!   r   c                     | j         S )zGets the updated of this BatchCreateRoutesResponse.  # noqa: E501


        :return: The updated of this BatchCreateRoutesResponse.  # noqa: E501
        :rtype: list[UpdatedForBatchCreateRoutesOutput]
        r   r   s    r   r
   z!BatchCreateRoutesResponse.updated   r   r   c                     || _         dS )zSets the updated of this BatchCreateRoutesResponse.


        :param updated: The updated of this BatchCreateRoutesResponse.  # noqa: E501
        :type: list[UpdatedForBatchCreateRoutesOutput]
        Nr,   )r   r
   s     r   r
   z!BatchCreateRoutesResponse.updated   r!   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hasattrr0   )xs    r   <lambda>z3BatchCreateRoutesResponse.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r   r0   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r0   r   r1   )items    r   r4   z3BatchCreateRoutesResponse.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r   )six	iteritemsswagger_typesgetattr
isinstancelistmapr2   r0   dictitems
issubclassr   )r   resultattr_valuekeys         r   r0   z!BatchCreateRoutesResponse.to_dict   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pformatr0   r   s    r   to_strz BatchCreateRoutesResponse.to_str   s    ~dllnn---r   c                 *    |                                  S )zFor `print` and `pprint`)rJ   r   s    r   __repr__z"BatchCreateRoutesResponse.__repr__   s    {{}}r   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFr<   r   r0   r   others     r   __eq__z BatchCreateRoutesResponse.__eq__   s5    %!:;; 	5||~~00r   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTrN   rO   s     r   __ne__z BatchCreateRoutesResponse.__ne__   s5    %!:;; 	4||~~00r   )NNNNNN)__name__
__module____qualname____doc__r:   attribute_mapr   propertyr   setterr   r   r	   r
   r0   rJ   rL   rQ   rS    r   r   r   r      s        
 =:< M  M# # # #0   X ^    ^    X ^    ^    X ]  ]   X ^    ^    X ^    ^   6. . .  1 1 11 1 1 1 1r   r   )rW   rH   rer8   volcenginesdkcore.configurationr   objectr   r[   r   r   <module>r_      s|      				 



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