Class NodeResponse
java.lang.Object
ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph.NodeResponse
- All Implemented Interfaces:
RenderOutput,Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNodeResponse(@NotNull String nodeId, @NotNull String type, @NotNull String primaryName, @NotNull List<AttributeResponse> attributes) NodeResponse(@NotNull String nodeId, @NotNull String type, @NotNull String primaryName, List<AttributeResponse> attributes, @NotNull List<EdgeResponse> edges) NodeResponse(String nodeId, String type, String primaryName) -
Method Summary
-
Constructor Details
-
NodeResponse
-
NodeResponse
public NodeResponse(@NotNull @NotNull String nodeId, @NotNull @NotNull String type, @NotNull @NotNull String primaryName, @NotNull @NotNull List<AttributeResponse> attributes) -
NodeResponse
public NodeResponse(@NotNull @NotNull String nodeId, @NotNull @NotNull String type, @NotNull @NotNull String primaryName, List<AttributeResponse> attributes, @NotNull @NotNull List<EdgeResponse> edges)
-
-
Method Details
-
getType
-
getPrimaryName
-
getAttributes
-
getEdges
-
getNodeId
-
toPrintableString
- Specified by:
toPrintableStringin interfaceRenderOutput
-