a
N•ºf9 ã @ s8 d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é )Úformatted_flat_dictÚ
NONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc @ s~ e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd d„ ƒZed
d„ ƒZ e jdd„ ƒZ d
d„ Z
dd„ Zdd„ ZdS )ÚWorkRequestErrorz>
An error encountered while executing a work request.
c K s2 ddddœ| _ ddddœ| _d| _d| _d| _dS )a`
Initializes a new WorkRequestError object with values from keyword arguments.
The following keyword arguments are supported (corresponding to the getters/setters of this class):
:param code:
The value to assign to the code property of this WorkRequestError.
:type code: str
:param message:
The value to assign to the message property of this WorkRequestError.
:type message: str
:param timestamp:
The value to assign to the timestamp property of this WorkRequestError.
:type timestamp: datetime
ÚstrÚdatetime)ÚcodeÚmessageÚ timestampr r
r N)Ú
swagger_typesÚ
attribute_mapÚ_codeÚ_messageÚ
_timestamp)ÚselfÚkwargs© r úŒ/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/apigateway/models/work_request_error.pyÚ__init__ s ýýzWorkRequestError.__init__c C s | j S )a
**[Required]** Gets the code of this WorkRequestError.
A machine-usable code for the error that occured. See
API Errors.
:return: The code of this WorkRequestError.
:rtype: str
©r ©r r r r r 2 s zWorkRequestError.codec C s
|| _ dS )a
Sets the code of this WorkRequestError.
A machine-usable code for the error that occured. See
API Errors.
:param code: The code of this WorkRequestError.
:type: str
Nr )r r r r r r ? s c C s | j S )z×
**[Required]** Gets the message of this WorkRequestError.
A human-readable description of the issue encountered.
:return: The message of this WorkRequestError.
:rtype: str
©r r r r r r
L s
zWorkRequestError.messagec C s
|| _ dS )zÎ
Sets the message of this WorkRequestError.
A human-readable description of the issue encountered.
:param message: The message of this WorkRequestError.
:type: str
Nr )r r
r r r r
X s
c C s | j S )zë
**[Required]** Gets the timestamp of this WorkRequestError.
The time the error occured. An RFC3339 formatted datetime string.
:return: The timestamp of this WorkRequestError.
:rtype: datetime
©r r r r r r d s
zWorkRequestError.timestampc C s
|| _ dS )zä
Sets the timestamp of this WorkRequestError.
The time the error occured. An RFC3339 formatted datetime string.
:param timestamp: The timestamp of this WorkRequestError.
:type: datetime
Nr )r r r r r r p s
c C s t | ƒS ©N)r r r r r Ú__repr__| s zWorkRequestError.__repr__c C s |d u rdS | j |j kS )NF)Ú__dict__©r Úotherr r r Ú__eq__ s zWorkRequestError.__eq__c C s
| |k S r r r r r r Ú__ne__… s zWorkRequestError.__ne__N)
Ú__name__Ú
__module__Ú__qualname__Ú__doc__r Úpropertyr Úsetterr
r r r r r r r r r
s" "
r N)Úoci.utilr r r Úoci.decoratorsr Úobjectr r r r r Ú s