Package io.github.fastily.jwiki.dwrap
Class LogEntry
java.lang.Object
io.github.fastily.jwiki.dwrap.DataEntry
io.github.fastily.jwiki.dwrap.LogEntry
Represents a MediaWiki Log entry
- Author:
- Fastily
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe action that was performed in this log.The log that this Log Entry belongs to. -
Method Summary
-
Field Details
-
type
The log that this Log Entry belongs to. (e.g. 'delete', 'block') -
action
The action that was performed in this log. (e.g. 'restore', 'revision')
-