public final class DslTermQueryDefinition extends Object implements DslQueryDefinition
| Constructor and Description |
|---|
DslTermQueryDefinition(String preBody,
String preTerm,
String termField,
String postTerm,
Option<String> defaultValue,
String postBody) |
| Modifier and Type | Method and Description |
|---|---|
Option<String> |
getDefaultValue() |
String |
getPostBody() |
String |
getPostTerm() |
String |
getPreBody() |
String |
getPreTerm() |
String |
getTermField() |
String |
toString() |
public DslTermQueryDefinition(String preBody, String preTerm, String termField, String postTerm, Option<String> defaultValue, String postBody)
preBody - String before bodypreTerm - String before bodytermField - Term field (criteria's field)postBody - String after bodydefaultValue - Optional default value (used if null or empty criteria)postTerm - String after bodypublic final String getPreBody()
public final String getPreTerm()
public final String getTermField()
public final String getPostTerm()
public final String getPostBody()
Copyright © 2015. All Rights Reserved.