public class ExternalEvent extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
body
Event body
|
String |
bodyUrl
Link to log file.
|
Long |
bytesSynced
For sync events, the total number of bytes synced.
|
Long |
comparedFiles
For sync events, the number of files considered for the sync.
|
Long |
comparedFolders
For sync events, the number of folders listed and considered for the sync.
|
Date |
createdAt
External event create date/time
|
Long |
erroredFiles
For sync events, the number of files that encountered errors.
|
String |
eventType
Type of event being recorded.
|
Long |
folderBehaviorId
Folder Behavior ID
|
Long |
id
Event ID
|
String |
remoteServerType
Associated Remote Server type, if any
|
Long |
siemHttpDestinationId
SIEM HTTP Destination ID.
|
String |
status
Status of event.
|
Long |
successfulFiles
For sync events, the number of files handled successfully.
|
| Constructor and Description |
|---|
ExternalEvent() |
ExternalEvent(HashMap<String,Object> parameters) |
ExternalEvent(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String eventType
public String status
public String body
public Date createdAt
public String bodyUrl
public Long folderBehaviorId
public Long siemHttpDestinationId
public Long successfulFiles
public Long erroredFiles
public Long bytesSynced
public Long comparedFiles
public Long comparedFolders
public String remoteServerType
public void save()
throws IOException
IOExceptionpublic static ListIterator<ExternalEvent> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<ExternalEvent> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<ExternalEvent> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<ExternalEvent> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<ExternalEvent> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ExternalEvent find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ExternalEvent find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ExternalEvent find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ExternalEvent get() throws RuntimeException
RuntimeExceptionpublic static ExternalEvent get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ExternalEvent create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ExternalEvent create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.