| Constructor and Description |
|---|
FaultCriteria()
This is the default constructor.
|
FaultCriteria(String value,
Criteria.Operator operator)
This constructor initialises the fields.
|
| Modifier and Type | Method and Description |
|---|---|
String |
encoded()
This method returns an encoded form for the
property criteria.
|
Criteria.Operator |
getOperator() |
String |
getValue() |
void |
setOperator(Criteria.Operator operator) |
void |
setValue(String value) |
String |
toString() |
public FaultCriteria()
public FaultCriteria(String value, Criteria.Operator operator)
value - The valueoperator - The comparison operatorpublic String getValue()
public void setValue(String value)
value - the value to setpublic Criteria.Operator getOperator()
public void setOperator(Criteria.Operator operator)
operator - the operator to setpublic String encoded()
Copyright © 2015–2016 Red Hat, Inc.. All rights reserved.