public class Filter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Filter.FilterBuilder |
static class |
Filter.Severity |
static class |
Filter.Type |
| Constructor and Description |
|---|
Filter(Filter.Type type,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static Filter.FilterBuilder |
builder() |
boolean |
equals(Object o) |
Filter.Type |
getType() |
String |
getValue() |
int |
hashCode() |
void |
setType(Filter.Type type) |
void |
setValue(String value) |
String |
toString() |
@ConstructorProperties(value={"type","value"}) public Filter(Filter.Type type, String value)
public static Filter.FilterBuilder builder()
public Filter.Type getType()
public String getValue()
public void setType(Filter.Type type)
public void setValue(String value)
Copyright © 2020. All rights reserved.