public class ProvenanceNodeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<String> |
childUuids |
private String |
clusterNodeIdentifier |
private String |
eventType |
private String |
flowFileUuid |
private String |
id |
private Long |
millis |
private List<String> |
parentUuids |
private Date |
timestamp |
private String |
type |
| Constructor and Description |
|---|
ProvenanceNodeDTO() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getChildUuids() |
String |
getClusterNodeIdentifier() |
String |
getEventType() |
String |
getFlowFileUuid() |
String |
getId() |
Long |
getMillis() |
List<String> |
getParentUuids() |
Date |
getTimestamp() |
String |
getType() |
void |
setChildUuids(List<String> childUuids) |
void |
setClusterNodeIdentifier(String clusterNodeIdentifier) |
void |
setEventType(String eventType) |
void |
setFlowFileUuid(String flowFileUuid) |
void |
setId(String id) |
void |
setMillis(Long millis) |
void |
setParentUuids(List<String> parentUuids) |
void |
setTimestamp(Date timestamp) |
void |
setType(String type) |
private String id
private String flowFileUuid
private String clusterNodeIdentifier
private String type
private String eventType
private Long millis
private Date timestamp
public String getId()
public void setId(String id)
public String getFlowFileUuid()
public void setFlowFileUuid(String flowFileUuid)
public List<String> getParentUuids()
public List<String> getChildUuids()
public String getClusterNodeIdentifier()
public void setClusterNodeIdentifier(String clusterNodeIdentifier)
public String getType()
public void setType(String type)
public String getEventType()
public void setEventType(String eventType)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public Long getMillis()
public void setMillis(Long millis)
Copyright © 2023 Apache NiFi Project. All rights reserved.