public class ODataContextMap extends Object implements Serializable
ContextMap.| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_PROPERTY_DTO_KEY
Key name that holds the JSON serialized evidences representation.
|
| Constructor and Description |
|---|
ODataContextMap() |
| Modifier and Type | Method and Description |
|---|---|
List<ODataAspect> |
getAspects() |
String |
getEvidenceListsKey() |
void |
setAspects(List<ODataAspect> aspects) |
void |
setEvidenceListsKey(String evidenceListsKey) |
static ODataContextMap |
valueOf(com.sdl.context.api.ContextMap<com.sdl.context.api.Aspect> contextMap) |
public static final String CONTEXT_PROPERTY_DTO_KEY
public String getEvidenceListsKey()
public void setEvidenceListsKey(String evidenceListsKey)
public List<ODataAspect> getAspects()
public void setAspects(List<ODataAspect> aspects)
public static ODataContextMap valueOf(com.sdl.context.api.ContextMap<com.sdl.context.api.Aspect> contextMap)
Copyright © 2017 SDL Group. All rights reserved.