public class Action extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
action
Type of action
|
String |
destination
The destination path for this action, if applicable
|
String |
display
Friendly displayed output
|
String |
failureType
Failure type.
|
Long |
id
Action ID
|
String |
interfaceName
Interface on which this action occurred.
|
String |
ip
IP Address that performed this action
|
String |
path
Path.
|
String |
source
The source path for this action, if applicable
|
Map<String,String> |
targets
Targets
|
Long |
userId
User ID
|
Boolean |
userIsFromParentSite
true if this change was performed by a user on a parent site.
|
String |
username
Username
|
Date |
when
Action occurrence date/time
|
public Long id
public String path
public Date when
public String destination
public String display
public String ip
public String source
public Long userId
public String username
public Boolean userIsFromParentSite
public String action
public String failureType
public String interfaceName
Copyright © 2024 com.github.files-com. All rights reserved.