public class Filter extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
pKEY |
static String |
pTYPE |
static String |
pVALUE |
| Constructor and Description |
|---|
Filter(LogFilterType type,
String key,
String value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
LogFilterType |
getType() |
String |
getValue() |
void |
setKey(String key) |
void |
setType(LogFilterType type) |
void |
setValue(String value) |
public static final String pTYPE
public static final String pKEY
public static final String pVALUE
public Filter(LogFilterType type, String key, String value)
public String getKey()
public void setKey(String key)
public LogFilterType getType()
public void setType(LogFilterType type)
public String getValue()
public void setValue(String value)
Copyright © 2017 etc.to. All rights reserved.