Class NodeSearchResultDTO

java.lang.Object
org.apache.nifi.web.api.dto.search.NodeSearchResultDTO

public class NodeSearchResultDTO extends Object
A search result for a matching node.
  • Field Details

  • Constructor Details

    • NodeSearchResultDTO

      public NodeSearchResultDTO()
  • Method Details

    • getId

      public String getId()
      Returns:
      id of the node that was matched
    • setId

      public void setId(String id)
    • getAddress

      public String getAddress()
      Returns:
      address of the node that was matched
    • setAddress

      public void setAddress(String address)