| Constructor and Description |
|---|
FaultCriteria()
This is the default constructor.
|
FaultCriteria(String value,
boolean excluded)
This constructor initialises the fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
encoded()
This method returns an encoded form for the
property criteria.
|
String |
getValue() |
boolean |
isExcluded() |
void |
setExcluded(boolean excluded) |
void |
setValue(String value) |
String |
toString() |
public FaultCriteria()
public FaultCriteria(String value, boolean excluded)
value - The valueexcluded - Whether excludedpublic String getValue()
public void setValue(String value)
value - the value to setpublic boolean isExcluded()
public void setExcluded(boolean excluded)
excluded - the excluded to setpublic String encoded()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.