java.lang.Object
org.odpi.openmetadata.governanceservers.lineagewarehouse.model.LineageQueryParameters
All Implemented Interfaces:
Serializable

public class LineageQueryParameters extends Object implements Serializable
The values that define the
See Also:
  • Constructor Details

    • LineageQueryParameters

      public LineageQueryParameters()
      Default constructor used by Jackson
    • LineageQueryParameters

      public LineageQueryParameters(Scope scope, boolean includeProcesses)
      Constructor to set up the bean in one go.
      Parameters:
      scope - scope of the request
      includeProcesses - should processes be returned?
  • Method Details

    • getScope

      public Scope getScope()
    • setScope

      public void setScope(Scope scope)
    • getDisplayNameMustContain

      public String getDisplayNameMustContain()
    • setDisplayNameMustContain

      public void setDisplayNameMustContain(String displayNameMustContain)
    • isIncludeProcesses

      public boolean isIncludeProcesses()
    • setIncludeProcesses

      public void setIncludeProcesses(boolean includeProcesses)
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style