
    ~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                      e Zd ZdZ	 ddddddddZdd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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 )#GetDocumentStatusResponsezsNOTE: This class is auto generated by the swagger code generator program.

    Do not edit the class manually.
    strboolz%list[RouteForGetDocumentStatusOutput])completed_at
created_atdocument_iderror
from_cacheroutesstatusCompletedAt	CreatedAt
DocumentIdError	FromCacheRoutesStatusNc	                 &   |t                      }|| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _        d| _	        ||| _
        ||| _        ||| _        ||| _        ||| _        ||| _        |	|| _        dS dS )z6GetDocumentStatusResponse - a model defined in SwaggerN)r   _configuration_completed_at_created_at_document_id_error_from_cache_routes_statusdiscriminatorr   r	   r
   r   r   r   r   )	selfr   r	   r
   r   r   r   r   r   s	            |/root/.openclaw/workspace/.venvs/ark-sdk/lib/python3.11/site-packages/volcenginesdkid/models/get_document_status_response.py__init__z"GetDocumentStatusResponse.__init__7   s    !*__N,! !# ,D!(DO"*DDJ!(DO DK DKKK     c                     | j         S )zGets the completed_at of this GetDocumentStatusResponse.  # noqa: E501


        :return: The completed_at of this GetDocumentStatusResponse.  # noqa: E501
        :rtype: str
        r   r    s    r!   r   z&GetDocumentStatusResponse.completed_atU   s     !!r#   c                     || _         dS )zSets the completed_at of this GetDocumentStatusResponse.


        :param completed_at: The completed_at of this GetDocumentStatusResponse.  # noqa: E501
        :type: str
        Nr%   )r    r   s     r!   r   z&GetDocumentStatusResponse.completed_at_   s     *r#   c                     | j         S )zGets the created_at of this GetDocumentStatusResponse.  # noqa: E501


        :return: The created_at of this GetDocumentStatusResponse.  # noqa: E501
        :rtype: str
        r   r&   s    r!   r	   z$GetDocumentStatusResponse.created_atj        r#   c                     || _         dS )zSets the created_at of this GetDocumentStatusResponse.


        :param created_at: The created_at of this GetDocumentStatusResponse.  # noqa: E501
        :type: str
        Nr)   )r    r	   s     r!   r	   z$GetDocumentStatusResponse.created_att        &r#   c                     | j         S )zGets the document_id of this GetDocumentStatusResponse.  # noqa: E501


        :return: The document_id of this GetDocumentStatusResponse.  # noqa: E501
        :rtype: str
        r   r&   s    r!   r
   z%GetDocumentStatusResponse.document_id   s       r#   c                     || _         dS )zSets the document_id of this GetDocumentStatusResponse.


        :param document_id: The document_id of this GetDocumentStatusResponse.  # noqa: E501
        :type: str
        Nr.   )r    r
   s     r!   r
   z%GetDocumentStatusResponse.document_id   s     (r#   c                     | j         S )zGets the error of this GetDocumentStatusResponse.  # noqa: E501


        :return: The error of this GetDocumentStatusResponse.  # noqa: E501
        :rtype: str
        r   r&   s    r!   r   zGetDocumentStatusResponse.error   s     {r#   c                     || _         dS )zSets the error of this GetDocumentStatusResponse.


        :param error: The error of this GetDocumentStatusResponse.  # noqa: E501
        :type: str
        Nr1   )r    r   s     r!   r   zGetDocumentStatusResponse.error   s     r#   c                     | j         S )zGets the from_cache of this GetDocumentStatusResponse.  # noqa: E501


        :return: The from_cache of this GetDocumentStatusResponse.  # noqa: E501
        :rtype: bool
        r   r&   s    r!   r   z$GetDocumentStatusResponse.from_cache   r*   r#   c                     || _         dS )zSets the from_cache of this GetDocumentStatusResponse.


        :param from_cache: The from_cache of this GetDocumentStatusResponse.  # noqa: E501
        :type: bool
        Nr4   )r    r   s     r!   r   z$GetDocumentStatusResponse.from_cache   r,   r#   c                     | j         S )zGets the routes of this GetDocumentStatusResponse.  # noqa: E501


        :return: The routes of this GetDocumentStatusResponse.  # noqa: E501
        :rtype: list[RouteForGetDocumentStatusOutput]
        r   r&   s    r!   r   z GetDocumentStatusResponse.routes        |r#   c                     || _         dS )zSets the routes of this GetDocumentStatusResponse.


        :param routes: The routes of this GetDocumentStatusResponse.  # noqa: E501
        :type: list[RouteForGetDocumentStatusOutput]
        Nr7   )r    r   s     r!   r   z GetDocumentStatusResponse.routes        r#   c                     | j         S )zGets the status of this GetDocumentStatusResponse.  # noqa: E501


        :return: The status of this GetDocumentStatusResponse.  # noqa: E501
        :rtype: str
        r   r&   s    r!   r   z GetDocumentStatusResponse.status   r8   r#   c                     || _         dS )zSets the status of this GetDocumentStatusResponse.


        :param status: The status of this GetDocumentStatusResponse.  # noqa: E501
        :type: str
        Nr<   )r    r   s     r!   r   z GetDocumentStatusResponse.status   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hasattrr@   )xs    r!   <lambda>z3GetDocumentStatusResponse.to_dict.<locals>.<lambda>   s!    WQ	-B-BIaiikkk r#   r@   c                 v    t          | d         d          r"| d         | d                                         fn| S )N   r@   r   rA   )items    r!   rD   z3GetDocumentStatusResponse.to_dict.<locals>.<lambda>   s<    tAw	22"=$q'47??+<+<!=!=8< r#   )six	iteritemsswagger_typesgetattr
isinstancelistmaprB   r@   dictitems
issubclassr   )r    resultattr_valuekeys         r!   r@   z!GetDocumentStatusResponse.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pformatr@   r&   s    r!   to_strz GetDocumentStatusResponse.to_str  s    ~dllnn---r#   c                 *    |                                  S )zFor `print` and `pprint`)rZ   r&   s    r!   __repr__z"GetDocumentStatusResponse.__repr__  s    {{}}r#   c                     t          |t                    sdS |                                 |                                k    S )z&Returns true if both objects are equalFrL   r   r@   r    others     r!   __eq__z GetDocumentStatusResponse.__eq__  s5    %!:;; 	5||~~00r#   c                     t          |t                    sdS |                                 |                                k    S )z*Returns true if both objects are not equalTr^   r_   s     r!   __ne__z GetDocumentStatusResponse.__ne__  s5    %!:;; 	4||~~00r#   )NNNNNNNN)__name__
__module____qualname____doc__rJ   attribute_mapr"   propertyr   setterr	   r
   r   r   r   r   r@   rZ   r\   ra   rc    r#   r!   r   r      sX        
 9 M &!#! M! ! ! !< " " X" * * *     X  & & & ! ! X! ( ( (   X \  \     X  & & &   X ]  ]   X ]  ]  6. . .  1 1 11 1 1 1 1r#   r   )rg   rX   rerH   volcenginesdkcore.configurationr   objectr   rk   r#   r!   <module>ro      s|      				 



 9 9 9 9 9 9A1 A1 A1 A1 A1 A1 A1 A1 A1 A1r#   