Package io.constructor.client.models
Class Result
java.lang.Object
io.constructor.client.models.Result
Constructor.io Result ... uses Gson/Reflection to load data in
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetData()
getValue()
void
setData
(ResultData data) void
void
setMatchedTerms
(List<String> matchedTerms) void
setStrategy
(Map<String, String> strategy) void
void
setVariations
(List<Result> variations) void
setVariationsMap
(Object variationsMap)
-
Constructor Details
-
Result
public Result()
-
-
Method Details
-
getValue
- Returns:
- the value
-
getData
- Returns:
- the data
-
getMatchedTerms
- Returns:
- the matchedTerms
-
getVariations
- Returns:
- the variations
-
getVariationsMap
- Returns:
- the variationsMap
-
getLabels
- Returns:
- the labels
-
getStrategy
- Returns:
- the strategy
-
setValue
-
setData
-
setMatchedTerms
-
setVariations
-
setVariationsMap
-
setLabels
-
setStrategy
-