public class DataEngineLineageMappings extends Object
| Constructor and Description |
|---|
DataEngineLineageMappings(Set<LineageMapping> lineageMappings,
String userId)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
Set<LineageMapping> |
getLineageMappings()
Retrieve the LineageMappings being maintained.
|
String |
getUserId()
Retrieve the user maintaining the LineageMappings.
|
void |
setLineageMappings(Set<LineageMapping> lineageMappings)
Set the LineageMappings to be maintained.
|
void |
setUserId(String userId)
Set the user maintaining the LineageMappings.
|
public DataEngineLineageMappings(Set<LineageMapping> lineageMappings, String userId)
lineageMappings - the LineageMappings being maintaineduserId - the user maintaining the LineageMappingspublic Set<LineageMapping> getLineageMappings()
Set<LineageMapping>public void setLineageMappings(Set<LineageMapping> lineageMappings)
lineageMappings - the LineageMappings to be maintainedpublic String getUserId()
public void setUserId(String userId)
userId - the user maintaining the LineageMappingsCopyright © 2018–2019 ODPi. All rights reserved.