Class PreviousValueDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.PreviousValueDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class PreviousValueDTO
extends Object
PreviousValueDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The previous value.The timestamp when the value was modified.The user who changed the previous value.int
hashCode()
previousValue
(String previousValue) void
setPreviousValue
(String previousValue) void
setTimestamp
(String timestamp) void
setUserIdentity
(String userIdentity) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
userIdentity
(String userIdentity)
-
Field Details
-
previousValue
-
timestamp
-
userIdentity
-
-
Constructor Details
-
PreviousValueDTO
public PreviousValueDTO()
-
-
Method Details
-
previousValue
-
getPreviousValue
The previous value.- Returns:
- previousValue
-
setPreviousValue
-
timestamp
-
getTimestamp
The timestamp when the value was modified.- Returns:
- timestamp
-
setTimestamp
-
userIdentity
-
getUserIdentity
The user who changed the previous value.- Returns:
- userIdentity
-
setUserIdentity
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-