| Package | Description |
|---|---|
| com.orange.ngsi.client | |
| com.orange.ngsi.model |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.util.concurrent.ListenableFuture<ContextAttributeResponse> |
NgsiRestClient.getContextAttribute(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName)
Retrieve an attribute of a context element
|
org.springframework.util.concurrent.ListenableFuture<ContextAttributeResponse> |
NgsiRestClient.getContextAttributeValue(String url,
org.springframework.http.HttpHeaders httpHeaders,
String entityID,
String attributeName,
String valueID)
Retrieve the attribute value instance of a context element
|
| Modifier and Type | Method and Description |
|---|---|
List<ContextAttributeResponse> |
UpdateContextElementResponse.getContextAttributeResponses() |
List<ContextAttributeResponse> |
AppendContextElementResponse.getContextAttributeResponses() |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateContextElementResponse.setContextAttributeResponses(List<ContextAttributeResponse> contextAttributeResponses) |
void |
AppendContextElementResponse.setContextAttributeResponses(List<ContextAttributeResponse> contextAttributeResponses) |
Copyright © 2016 Orange. All rights reserved.