a üÎòfÍ ã@s8ddlmZmZmZddlmZeGdd„deƒƒZdS)é)Úformatted_flat_dictÚ NONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc@sdeZdZdZdd„Zedd„ƒZejdd„ƒZedd„ƒZejd d„ƒZd d „Z d d „Z dd„Z dS)Ú ParsedFieldz Parsed field response. cKs(dddœ|_dddœ|_d|_d|_dS)aê Initializes a new ParsedField object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param log_content: The value to assign to the log_content property of this ParsedField. :type log_content: str :param field_values: The value to assign to the field_values property of this ParsedField. :type field_values: list[str] Ústrz list[str])Ú log_contentÚ field_valuesZ logContentZ fieldValuesN)Z swagger_typesZ attribute_mapÚ _log_contentÚ _field_values)ÚselfÚkwargs©rúI/usr/lib/python3.9/site-packages/oci/log_analytics/models/parsed_field.pyÚ__init__sþþzParsedField.__init__cCs|jS)zÐ Gets the log_content of this ParsedField. Sample log entries picked up from the given file for validation. :return: The log_content of this ParsedField. :rtype: str ©r ©r rrrr-s zParsedField.log_contentcCs ||_dS)zÚ Sets the log_content of this ParsedField. Sample log entries picked up from the given file for validation. :param log_content: The log_content of this ParsedField. :type: str Nr)r rrrrr9s cCs|jS)z­ Gets the field_values of this ParsedField. List of field Values. :return: The field_values of this ParsedField. :rtype: list[str] ©r rrrrr Es zParsedField.field_valuescCs ||_dS)z¸ Sets the field_values of this ParsedField. List of field Values. :param field_values: The field_values of this ParsedField. :type: list[str] Nr)r r rrrr Qs cCst|ƒS©N)rrrrrÚ__repr__]szParsedField.__repr__cCs|dur dS|j|jkS)NF)Ú__dict__©r ÚotherrrrÚ__eq__`szParsedField.__eq__cCs ||k SrrrrrrÚ__ne__fszParsedField.__ne__N) Ú__name__Ú __module__Ú __qualname__Ú__doc__rÚpropertyrÚsetterr rrrrrrrr s    rN)Zoci.utilrrrZoci.decoratorsrÚobjectrrrrrÚs