public class LineageQueryParameters extends Object
| Constructor and Description |
|---|
LineageQueryParameters() |
LineageQueryParameters(Scope scope,
String displayNameMustContain,
boolean includeProcesses) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayNameMustContain() |
boolean |
getIncludeProcesses() |
Scope |
getScope() |
void |
setDisplayNameMustContain(String displayNameMustContain) |
void |
setIncludeProcesses(boolean includeProcesses) |
void |
setScope(Scope scope) |
String |
toString() |
public Scope getScope()
public void setScope(Scope scope)
public String getDisplayNameMustContain()
public void setDisplayNameMustContain(String displayNameMustContain)
public boolean getIncludeProcesses()
public void setIncludeProcesses(boolean includeProcesses)
Copyright © 2018–2020 ODPi. All rights reserved.