public class PreviousValueDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
previousValue |
private Date |
timestamp |
private String |
userIdentity |
| Constructor and Description |
|---|
PreviousValueDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPreviousValue() |
Date |
getTimestamp() |
String |
getUserIdentity() |
void |
setPreviousValue(String previousValue) |
void |
setTimestamp(Date timestamp) |
void |
setUserIdentity(String userIdentity) |
private String previousValue
private Date timestamp
private String userIdentity
public String getPreviousValue()
public void setPreviousValue(String previousValue)
public Date getTimestamp()
public void setTimestamp(Date timestamp)
public String getUserIdentity()
public void setUserIdentity(String userIdentity)
Copyright © 2023 Apache NiFi Project. All rights reserved.