Uses of Class
co.arago.hiro.client.model.HiroJsonMap
-
-
Uses of HiroJsonMap in co.arago.hiro.client.connection.token
Subclasses of HiroJsonMap in co.arago.hiro.client.connection.token Modifier and Type Class Description protected static classAbstractRemoteAuthTokenAPIHandler.TokenInfoExtends the TokenResponse with additional data and operations. -
Uses of HiroJsonMap in co.arago.hiro.client.model
Classes in co.arago.hiro.client.model with type parameters of type HiroJsonMap Modifier and Type Class Description classHiroItemListMessage<T extends HiroJsonMap>Represents a HIRO list of items.Subclasses of HiroJsonMap in co.arago.hiro.client.model Modifier and Type Class Description classDefaultHiroItemListMessageRepresents a HIRO list of items.classHiroErrorHandles error responses from HIRO of the format.static classHiroError.HiroErrorEntryclassHiroItemListMessage<T extends HiroJsonMap>Represents a HIRO list of items.classHiroMessageThis contains a LinkedHashMap<String, Object>fieldsMap(fromHiroJsonMapfor the generic incoming data.classVersionResponseThe response to a version GET request against "/api/version".static classVersionResponse.VersionEntry -
Uses of HiroJsonMap in co.arago.hiro.client.model.token
Subclasses of HiroJsonMap in co.arago.hiro.client.model.token Modifier and Type Class Description classDecodedTokenData structure of the encoded JSON payload of a HIRO tokenstatic classDecodedToken.DataclassTokenResponseThe token response from the auth API -
Uses of HiroJsonMap in co.arago.hiro.client.model.vertex
Subclasses of HiroJsonMap in co.arago.hiro.client.model.vertex Modifier and Type Class Description classHiroVertexListMessageSpecial case of theHiroItemListMessagewhere the data is aHiroVertexMessage.classHiroVertexMessageContains data of a HIRO vertex.static classMetaValueList.MetaValueField -
Uses of HiroJsonMap in co.arago.hiro.client.model.vertex.timeseries
Subclasses of HiroJsonMap in co.arago.hiro.client.model.vertex.timeseries Modifier and Type Class Description classHiroTimeseriesListMessagestatic classHiroTimeseriesListMessage.TimeseriesEntry -
Uses of HiroJsonMap in co.arago.hiro.client.model.websocket.action
Subclasses of HiroJsonMap in co.arago.hiro.client.model.websocket.action Modifier and Type Class Description classAbstractActionHandlerIdMessage -
Uses of HiroJsonMap in co.arago.hiro.client.model.websocket.action.impl
Subclasses of HiroJsonMap in co.arago.hiro.client.model.websocket.action.impl Modifier and Type Class Description classActionHandlerAck{ "type": "acknowledged", "id": "id1", "code": 200, "message: "..." }classActionHandlerError{ "type": "error", "code": 400, "message: "bad request" }classActionHandlerNack{ "type": "negativeAcknowledged", "id": "id1", "code": 400, "message: "bad request" }classActionHandlerResult{ "type": "sendActionResult", "id": "id1", "result": "..." }classActionHandlerSubmit{ "type": "submitAction", "id": "id1", "handler": "handlerId", "capability": "ExecuteCommand", "parameters": {}, "timeout": 30000 } -
Uses of HiroJsonMap in co.arago.hiro.client.model.websocket.events.impl
Subclasses of HiroJsonMap in co.arago.hiro.client.model.websocket.events.impl Modifier and Type Class Description classEventsMessageAn incoming events message from the events-ws.
Example:
-