public class FilterValue extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FilterValue.Builder
Class to build instances of
FilterValue. |
| Constructor and Description |
|---|
FilterValue(List<String> all,
List<String> any,
List<String> none)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<String> |
getAll()
Getter for All.
|
List<String> |
getAny()
Getter for Any.
|
List<String> |
getNone()
Getter for None.
|
int |
hashCode() |
FilterValue.Builder |
toBuilder()
Builds a new
FilterValue.Builder object. |
String |
toString()
Converts this FilterValue into string format.
|
public List<String> getAll()
public List<String> getAny()
public List<String> getNone()
public String toString()
public FilterValue.Builder toBuilder()
FilterValue.Builder object.
Creates the instance with the state of the current model.FilterValue.Builder objectCopyright © 2022. All rights reserved.