public class ProvenanceResultsDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
errors |
private Date |
generated |
private Date |
oldestEvent |
private List<ProvenanceEventDTO> |
provenanceEvents |
private Integer |
timeOffset |
private String |
total |
private Long |
totalCount |
| Constructor and Description |
|---|
ProvenanceResultsDTO() |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getErrors() |
Date |
getGenerated() |
Date |
getOldestEvent() |
List<ProvenanceEventDTO> |
getProvenanceEvents() |
Integer |
getTimeOffset() |
String |
getTotal() |
Long |
getTotalCount() |
void |
setErrors(Set<String> errors) |
void |
setGenerated(Date generated) |
void |
setOldestEvent(Date oldestEvent) |
void |
setProvenanceEvents(List<ProvenanceEventDTO> provenanceEvents) |
void |
setTimeOffset(Integer timeOffset) |
void |
setTotal(String total) |
void |
setTotalCount(Long totalCount) |
private List<ProvenanceEventDTO> provenanceEvents
private String total
private Long totalCount
private Date generated
private Date oldestEvent
private Integer timeOffset
public List<ProvenanceEventDTO> getProvenanceEvents()
public void setProvenanceEvents(List<ProvenanceEventDTO> provenanceEvents)
public String getTotal()
public void setTotal(String total)
public Long getTotalCount()
public void setTotalCount(Long totalCount)
public Date getGenerated()
public void setGenerated(Date generated)
public Date getOldestEvent()
public void setOldestEvent(Date oldestEvent)
public Integer getTimeOffset()
public void setTimeOffset(Integer timeOffset)
Copyright © 2023 Apache NiFi Project. All rights reserved.