Class GetRelationshipsResult
java.lang.Object
io.fluxzero.common.api.AbstractRequestResult
io.fluxzero.common.api.modeling.GetRelationshipsResult
- All Implemented Interfaces:
JsonType, RequestResult
Response to a
GetRelationships request, containing all known relationships for a given entity ID.
This includes all aggregates that reference or embed the specified entity, along with the entity ID used in the relationship.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractRequestResult
getRequestReceivedTimestamp, getResponseQueuedTimestamp, getResponseSendStartTimestamp, setRequestReceivedTimestamp, setResponseQueuedTimestamp, setResponseSendStartTimestampMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface RequestResult
getRequestId, getTimestamp
-
Constructor Details
-
GetRelationshipsResult
public GetRelationshipsResult()
-