public class LogFilter extends Object implements Serializable
Constructor and Description |
---|
LogFilter() |
Modifier and Type | Method and Description |
---|---|
Long |
getAfterTimestamp() |
Long |
getBeforeTimestamp() |
int |
getCount() |
String[] |
getLevels() |
Set<String> |
getLevelsSet() |
String |
getMatchesText() |
void |
setAfterTimestamp(Long afterTimestamp) |
void |
setBeforeTimestamp(Long beforeTimestamp) |
void |
setCount(int count) |
void |
setLevels(String[] levels) |
void |
setMatchesText(String matchesText) |
String |
toString() |
public int getCount()
public void setCount(int count)
public String[] getLevels()
public void setLevels(String[] levels)
public String getMatchesText()
public void setMatchesText(String matchesText)
public Long getBeforeTimestamp()
public Long getAfterTimestamp()
public void setAfterTimestamp(Long afterTimestamp)
public void setBeforeTimestamp(Long beforeTimestamp)
Copyright © 2021 JBoss by Red Hat. All rights reserved.