Class EdgeResponse
java.lang.Object
ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph.EdgeResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEdgeResponse(@NotNull String edgeId, @NotNull String type, @NotNull CompactNodeResponse compactNodeFrom, @NotNull CompactNodeResponse compactNodeTo, @NotNull List<AttributeResponse> attributes) -
Method Summary
-
Constructor Details
-
EdgeResponse
public EdgeResponse(@NotNull @NotNull String edgeId, @NotNull @NotNull String type, @NotNull @NotNull CompactNodeResponse compactNodeFrom, @NotNull @NotNull CompactNodeResponse compactNodeTo, @NotNull @NotNull List<AttributeResponse> attributes)
-
-
Method Details
-
getEdgeId
-
getType
-
getCompactNodeFrom
-
getCompactNodeTo
-
getAttributes
-