public class Conditions extends Object
Constructor and Description |
---|
Conditions() |
Modifier and Type | Method and Description |
---|---|
Conditions |
and() |
Conditions |
condition(String name,
String operator,
Object value) |
List<Object> |
getParameterList() |
List<Object> |
getParamterList()
Deprecated.
|
String |
getSegmentWithVariable() |
Conditions |
left() |
Conditions |
or() |
Conditions |
right() |
String |
toString() |
public Conditions condition(String name, String operator, Object value)
public Conditions and()
public Conditions or()
public Conditions left()
public Conditions right()
@Deprecated public List<Object> getParamterList()
public String getSegmentWithVariable()
Copyright © 2006–2018 TinyGroup. All rights reserved.