Class CompactNodeResponse
java.lang.Object
ai.stapi.graph.renderer.infrastructure.apiRenderer.reponseGraph.CompactNodeResponse
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCompactNodeResponse(@NotNull String nodeId, @NotNull String type, @NotNull String primaryName, @NotNull List<AttributeResponse> attributes) -
Method Summary
-
Constructor Details
-
CompactNodeResponse
public CompactNodeResponse(@NotNull @NotNull String nodeId, @NotNull @NotNull String type, @NotNull @NotNull String primaryName, @NotNull @NotNull List<AttributeResponse> attributes)
-
-
Method Details