public class ValueOptions extends Object
| Constructor | Description |
|---|---|
ValueOptions() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
equals(Object o) |
|
String |
getType() |
Type of property value.
|
String |
getValue() |
Specifies value of property to find.
|
int |
hashCode() |
|
void |
setType(String type) |
|
void |
setValue(String value) |
|
String |
toString() |
|
ValueOptions |
type(String type) |
|
ValueOptions |
value(String value) |
public ValueOptions value(String value)
public String getValue()
public void setValue(String value)
public ValueOptions type(String type)
public String getType()
public void setType(String type)
Copyright © 2026. All rights reserved.