com.apama.cumulocity
Event ManagedObjectCacheResponse


An event from the cache containing the resulting ManagedObject from a get or query for a single ManagedObject. This is paired with the ManagedObjectCacheError event.
Since:
10.15.5.0

Field summary
 integerreqId

The id returned by the original get request.
 stringid

The ManagedObject id.
 com.apama.cumulocity.ManagedObjectmanagedObject

The ManagedObject.
 
Field detail

id

string id
The ManagedObject id.

managedObject

com.apama.cumulocity.ManagedObject managedObject
The ManagedObject.

reqId

integer reqId
The id returned by the original get request.