public class LessThanOperator<T extends QueryComponent> extends CompareOperator<T>
| Constructor and Description |
|---|
LessThanOperator(T parent) |
| Modifier and Type | Method and Description |
|---|---|
LessThanOperator<T> |
setField(String field) |
LessThanOperator<T> |
setValue(Object object) |
String |
toJson() |
closepublic LessThanOperator(T parent)
public LessThanOperator<T> setValue(Object object)
public LessThanOperator<T> setField(String field)
public String toJson()
Copyright © 2020. All rights reserved.