Class ActionEntity
java.lang.Object
org.apache.nifi.api.toolkit.model.ActionEntity
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ActionEntity
extends Object
ActionEntity
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get actiongetId()
Get idGet sourceIdThe timestamp of the action.int
hashCode()
Indicates whether the user can read a given resource.void
void
void
setSourceId
(String sourceId) void
setTimestamp
(String timestamp) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
id
-
timestamp
-
sourceId
-
canRead
-
action
-
-
Constructor Details
-
ActionEntity
public ActionEntity()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
timestamp
-
getTimestamp
The timestamp of the action.- Returns:
- timestamp
-
setTimestamp
-
sourceId
-
getSourceId
Get sourceId- Returns:
- sourceId
-
setSourceId
-
isCanRead
Indicates whether the user can read a given resource.- Returns:
- canRead
-
action
-
getAction
Get action- Returns:
- action
-
setAction
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-