Class GraphNodeResponse


  • public final class GraphNodeResponse
    extends java.lang.Object
    • Method Detail

      • assetId

        public java.util.Optional<java.lang.String> assetId()
        Returns:
        The id of the asset represented by this node.
      • inputId

        public java.util.Optional<java.lang.String> inputId()
        Returns:
        The id of the input element represented by this node.
      • outputId

        public java.util.Optional<java.lang.String> outputId()
        Returns:
        The id of the output element represented by this node.
      • parameters

        public java.util.Map<java.lang.String,​WebServiceParameterResponse> parameters()
        Returns:
        If applicable, parameters of the node. Global graph parameters map into these, with values set at runtime.