Class ActionDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ActionDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ActionDTO
extends Object
ActionDTO
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate ActionDetailsDTO
private ComponentDetailsDTO
private Integer
private String
private String
private String
private String
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactionDetails
(ActionDetailsDTO actionDetails) componentDetails
(ComponentDetailsDTO componentDetails) boolean
Get actionDetailsGet componentDetailsgetId()
The action id.The operation that was performed.The id of the source component.The name of the source component.The type of the source component.The timestamp of the action.The identity of the user that performed the action.int
hashCode()
void
setActionDetails
(ActionDetailsDTO actionDetails) void
setComponentDetails
(ComponentDetailsDTO componentDetails) void
void
setOperation
(String operation) void
setSourceId
(String sourceId) void
setSourceName
(String sourceName) void
setSourceType
(String sourceType) void
setTimestamp
(String timestamp) void
setUserIdentity
(String userIdentity) sourceName
(String sourceName) sourceType
(String sourceType) 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
-
id
-
userIdentity
-
timestamp
-
sourceId
-
sourceName
-
sourceType
-
componentDetails
-
operation
-
actionDetails
-
-
Constructor Details
-
ActionDTO
public ActionDTO()
-
-
Method Details
-
id
-
getId
The action id.- Returns:
- id
-
setId
-
userIdentity
-
getUserIdentity
The identity of the user that performed the action.- Returns:
- userIdentity
-
setUserIdentity
-
timestamp
-
getTimestamp
The timestamp of the action.- Returns:
- timestamp
-
setTimestamp
-
sourceId
-
getSourceId
The id of the source component.- Returns:
- sourceId
-
setSourceId
-
sourceName
-
getSourceName
The name of the source component.- Returns:
- sourceName
-
setSourceName
-
sourceType
-
getSourceType
The type of the source component.- Returns:
- sourceType
-
setSourceType
-
componentDetails
-
getComponentDetails
Get componentDetails- Returns:
- componentDetails
-
setComponentDetails
-
operation
-
getOperation
The operation that was performed.- Returns:
- operation
-
setOperation
-
actionDetails
-
getActionDetails
Get actionDetails- Returns:
- actionDetails
-
setActionDetails
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-