public class RegisteredLookupDimension extends KeyValueStoreDimension implements ExtractionFunctionDimension
DEFAULT_CATEGORY
Constructor and Description |
---|
RegisteredLookupDimension(RegisteredLookupDimensionConfig registeredLookupDimensionConfig)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Optional<ExtractionFunction> |
getExtractionFunction()
Build an extraction function model object.
|
List<String> |
getLookups() |
int |
hashCode() |
String |
toString() |
addAllDimensionRows, addDimensionRow, createEmptyDimensionRow, deleteAllDimensionRows, findDimensionRowByKeyValue, getApiName, getCardinality, getCategory, getDefaultDimensionFields, getDescription, getDimensionFields, getFieldByName, getKey, getLastUpdated, getLongName, getSearchProvider, getStorageStrategy, isAggregatable, parseDimensionRow, setLastUpdated, withStorageStrategy
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAllDimensionRows, addDimensionRow, createEmptyDimensionRow, findDimensionRowByKeyValue, getApiName, getCardinality, getCategory, getDefaultDimensionFields, getDescription, getDimensionFields, getFieldByName, getKey, getLastUpdated, getLongName, getSearchProvider, getStorageStrategy, isAggregatable, parseDimensionRow, setLastUpdated
public RegisteredLookupDimension(@NotNull RegisteredLookupDimensionConfig registeredLookupDimensionConfig)
registeredLookupDimensionConfig
- Configuration holder for this dimensionpublic boolean equals(Object o)
equals
in class KeyValueStoreDimension
public int hashCode()
hashCode
in class KeyValueStoreDimension
public String toString()
toString
in class KeyValueStoreDimension
public Optional<ExtractionFunction> getExtractionFunction()
getExtractionFunction
in interface ExtractionFunctionDimension
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.