| Package | Description |
|---|---|
| com.gizwits.datapoint | |
| com.gizwits.datapoint.parser |
| Modifier and Type | Method and Description |
|---|---|
static Datapoint |
Datapoint.load(Reader reader)
example:
return mapper.fromJson(new InputStreamReader(Datapoint.class
.getResourceAsStream("/dps/pet-house.json")), Datapoint.class);
|
static Datapoint |
Datapoint.load(String jsonDefinition) |
| Modifier and Type | Method and Description |
|---|---|
static Datapoint |
HttpParser.getDataPoint(String product_key)
Deprecated.
|
static Datapoint |
HttpParser.getDataPoint(String product_key,
String appid) |
static Datapoint |
HttpParser.getDataPoint(String url,
String product_key,
String appid)
Deprecated.
|
static Datapoint |
HttpParser.getInnerDataPoint(String url,
String product_key,
String authId) |
| Modifier and Type | Method and Description |
|---|---|
retrofit2.Call<Datapoint> |
IContent.getDatapoint(Map<String,String> map)
Deprecated.
|
retrofit2.Call<Datapoint> |
IContent.getDatapoint(Map<String,String> map,
String appid) |
retrofit2.Call<Datapoint> |
IContent.getDatapoint(String product_key,
String authId) |
Copyright © 2019. All rights reserved.