Class DatarouterUserHistoryLog
java.lang.Object
io.datarouter.model.databean.BaseDatabean<DatarouterUserHistoryLogKey,DatarouterUserHistoryLog>
io.datarouter.auth.storage.user.userhistory.DatarouterUserHistoryLog
- All Implemented Interfaces:
io.datarouter.model.databean.Databean<DatarouterUserHistoryLogKey,,DatarouterUserHistoryLog> Comparable<io.datarouter.model.databean.Databean<?,?>>
public class DatarouterUserHistoryLog
extends io.datarouter.model.databean.BaseDatabean<DatarouterUserHistoryLogKey,DatarouterUserHistoryLog>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic classstatic class -
Field Summary
Fields inherited from class io.datarouter.model.databean.BaseDatabean
DEFAULT_KEY_FIELD_NAME -
Constructor Summary
ConstructorsConstructorDescriptionDatarouterUserHistoryLog(Long userId, io.datarouter.types.MilliTime time, Long editor, DatarouterUserHistoryLog.DatarouterUserChangeType changeType, String changes) -
Method Summary
Modifier and TypeMethodDescriptionresolvePermissionRequest(PermissionRequest permissionRequest) voidsetChanges(String changes) Methods inherited from class io.datarouter.model.databean.BaseDatabean
compareTo, equals, getDatabeanName, getKey, getKeyFieldName, getKeyFields, hashCode, toString
-
Constructor Details
-
DatarouterUserHistoryLog
public DatarouterUserHistoryLog() -
DatarouterUserHistoryLog
public DatarouterUserHistoryLog(Long userId, io.datarouter.types.MilliTime time, Long editor, DatarouterUserHistoryLog.DatarouterUserChangeType changeType, String changes)
-
-
Method Details
-
getKeySupplier
-
getEditor
-
getChangeType
-
getChanges
-
setChanges
-
resolvePermissionRequest
-