AbstractParserTestResultLogLine¶
-
class
oci.log_analytics.models.AbstractParserTestResultLogLine(**kwargs)¶ Bases:
objectMethods
__init__(**kwargs)Initializes a new AbstractParserTestResultLogLine object with values from keyword arguments. Attributes
find_end_indexGets the find_end_index of this AbstractParserTestResultLogLine. find_start_indexGets the find_start_index of this AbstractParserTestResultLogLine. grp_name_value_mapGets the grp_name_value_map of this AbstractParserTestResultLogLine. original_log_lineGets the original_log_line of this AbstractParserTestResultLogLine. pre_processed_log_lineGets the pre_processed_log_line of this AbstractParserTestResultLogLine. replace_end_indexGets the replace_end_index of this AbstractParserTestResultLogLine. replace_start_indexGets the replace_start_index of this AbstractParserTestResultLogLine. replace_stringGets the replace_string of this AbstractParserTestResultLogLine. -
__init__(**kwargs)¶ Initializes a new AbstractParserTestResultLogLine object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - original_log_line (str) – The value to assign to the original_log_line property of this AbstractParserTestResultLogLine.
- pre_processed_log_line (str) – The value to assign to the pre_processed_log_line property of this AbstractParserTestResultLogLine.
- find_start_index (int) – The value to assign to the find_start_index property of this AbstractParserTestResultLogLine.
- find_end_index (int) – The value to assign to the find_end_index property of this AbstractParserTestResultLogLine.
- replace_string (str) – The value to assign to the replace_string property of this AbstractParserTestResultLogLine.
- replace_start_index (int) – The value to assign to the replace_start_index property of this AbstractParserTestResultLogLine.
- replace_end_index (int) – The value to assign to the replace_end_index property of this AbstractParserTestResultLogLine.
- grp_name_value_map (dict(str, NamedCaptureValue)) – The value to assign to the grp_name_value_map property of this AbstractParserTestResultLogLine.
-
find_end_index¶ Gets the find_end_index of this AbstractParserTestResultLogLine. The find end index.
Returns: The find_end_index of this AbstractParserTestResultLogLine. Return type: int
-
find_start_index¶ Gets the find_start_index of this AbstractParserTestResultLogLine. The find start index.
Returns: The find_start_index of this AbstractParserTestResultLogLine. Return type: int
-
grp_name_value_map¶ Gets the grp_name_value_map of this AbstractParserTestResultLogLine. The group name value map.
Returns: The grp_name_value_map of this AbstractParserTestResultLogLine. Return type: dict(str, NamedCaptureValue)
-
original_log_line¶ Gets the original_log_line of this AbstractParserTestResultLogLine. The original log line.
Returns: The original_log_line of this AbstractParserTestResultLogLine. Return type: str
-
pre_processed_log_line¶ Gets the pre_processed_log_line of this AbstractParserTestResultLogLine. The pre-processed log line.
Returns: The pre_processed_log_line of this AbstractParserTestResultLogLine. Return type: str
-
replace_end_index¶ Gets the replace_end_index of this AbstractParserTestResultLogLine. The replace end index.
Returns: The replace_end_index of this AbstractParserTestResultLogLine. Return type: int
-
replace_start_index¶ Gets the replace_start_index of this AbstractParserTestResultLogLine. The replace start index.
Returns: The replace_start_index of this AbstractParserTestResultLogLine. Return type: int
-
replace_string¶ Gets the replace_string of this AbstractParserTestResultLogLine. The replacement string.
Returns: The replace_string of this AbstractParserTestResultLogLine. Return type: str
-