public class FeatureflowContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FeatureflowContext.Builder |
| Modifier and Type | Field and Description |
|---|---|
static String |
FEATUREFLOW_DATE |
static String |
FEATUREFLOW_HOUROFDAY |
static String |
FEATUREFLOW_KEY |
String |
key |
Map<String,com.google.gson.JsonElement> |
values |
| Constructor and Description |
|---|
FeatureflowContext() |
FeatureflowContext(String key) |
| Modifier and Type | Method and Description |
|---|---|
static FeatureflowContext.Builder |
context() |
Map<String,com.google.gson.JsonElement> |
getValues() |
static FeatureflowContext.Builder |
keyedContext(String key) |
public String key
public static final String FEATUREFLOW_KEY
public static final String FEATUREFLOW_DATE
public static final String FEATUREFLOW_HOUROFDAY
public FeatureflowContext()
public FeatureflowContext(String key)
public static FeatureflowContext.Builder keyedContext(String key)
public static FeatureflowContext.Builder context()
Copyright © 2017. All rights reserved.