public class LineagePublishSummary extends Object
| Constructor and Description |
|---|
LineagePublishSummary() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<String> |
getItems()
Get items published.
|
Long |
getLineageTimestamp()
Gets the timestamp.
|
int |
hashCode() |
void |
setItems(List<String> items)
Set items published.
|
void |
setLineageTimestamp(Long lineageTimestamp)
Sets the timestamp.
|
String |
toString() |
public List<String> getItems()
public Long getLineageTimestamp()
public void setItems(List<String> items)
items - collection of GUIDs for the items published.public void setLineageTimestamp(Long lineageTimestamp)
lineageTimestamp - representing epoch time milliseconds.protected boolean canEqual(Object other)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.