public class LogConfigExtractRule extends AbstractModel
Constructor and Description |
---|
LogConfigExtractRule() |
LogConfigExtractRule(LogConfigExtractRule source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getBacktracking()
Get tracking
Note: This field may return null, indicating that no valid values can be obtained.
|
String |
getBeginningRegex()
Get First line regex
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getDelimiter()
Get Separator
Note: This field may return null, indicating that no valid values can be obtained.
|
String[] |
getFilterKeys()
Get Filter keys
Note: This field may return `null`, indicating that no valid value was found.
|
String[] |
getFilterRegex()
Get Filter values
Note: This field may return `null`, indicating that no valid value was found.
|
String[] |
getKeys()
Get Withdrawl result
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getLogRegex()
Get Log regex
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getTimeFormat()
Get Time Format
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getTimeKey()
Get Time field
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getUnMatchedKey()
Get Key of log failed to be parsed
Note: This field may return `null`, indicating that no valid value was found.
|
String |
getUnMatchUpload()
Get - Enable the upload of the log that failed to parse
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setBacktracking(String Backtracking)
Set tracking
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setBeginningRegex(String BeginningRegex)
Set First line regex
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setDelimiter(String Delimiter)
Set Separator
Note: This field may return null, indicating that no valid values can be obtained.
|
void |
setFilterKeys(String[] FilterKeys)
Set Filter keys
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setFilterRegex(String[] FilterRegex)
Set Filter values
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setKeys(String[] Keys)
Set Withdrawl result
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setLogRegex(String LogRegex)
Set Log regex
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setTimeFormat(String TimeFormat)
Set Time Format
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setTimeKey(String TimeKey)
Set Time field
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setUnMatchedKey(String UnMatchedKey)
Set Key of log failed to be parsed
Note: This field may return `null`, indicating that no valid value was found.
|
void |
setUnMatchUpload(String UnMatchUpload)
Set - Enable the upload of the log that failed to parse
Note: This field may return `null`, indicating that no valid value was found.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public LogConfigExtractRule()
public LogConfigExtractRule(LogConfigExtractRule source)
public String getBeginningRegex()
public void setBeginningRegex(String BeginningRegex)
BeginningRegex
- First line regex
Note: This field may return `null`, indicating that no valid value was found.public String[] getKeys()
public void setKeys(String[] Keys)
Keys
- Withdrawl result
Note: This field may return `null`, indicating that no valid value was found.public String[] getFilterKeys()
public void setFilterKeys(String[] FilterKeys)
FilterKeys
- Filter keys
Note: This field may return `null`, indicating that no valid value was found.public String[] getFilterRegex()
public void setFilterRegex(String[] FilterRegex)
FilterRegex
- Filter values
Note: This field may return `null`, indicating that no valid value was found.public String getLogRegex()
public void setLogRegex(String LogRegex)
LogRegex
- Log regex
Note: This field may return `null`, indicating that no valid value was found.public String getTimeKey()
public void setTimeKey(String TimeKey)
TimeKey
- Time field
Note: This field may return `null`, indicating that no valid value was found.public String getTimeFormat()
public void setTimeFormat(String TimeFormat)
TimeFormat
- Time Format
Note: This field may return `null`, indicating that no valid value was found.public String getUnMatchUpload()
public void setUnMatchUpload(String UnMatchUpload)
UnMatchUpload
- - Enable the upload of the log that failed to parse
Note: This field may return `null`, indicating that no valid value was found.public String getUnMatchedKey()
public void setUnMatchedKey(String UnMatchedKey)
UnMatchedKey
- Key of log failed to be parsed
Note: This field may return `null`, indicating that no valid value was found.public String getBacktracking()
public void setBacktracking(String Backtracking)
Backtracking
- tracking
Note: This field may return null, indicating that no valid values can be obtained.public String getDelimiter()
public void setDelimiter(String Delimiter)
Delimiter
- Separator
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.