类 ROperationLogPO
java.lang.Object
xyz.raylab.log.infrastructure.persistent.tables.pojos.ROperationLogPO
- 所有已实现的接口:
Serializable
操作日志
- 另请参阅:
-
构造器概要
构造器构造器说明ROperationLogPO(Integer pk, String userId, String loginId, String userName, String operationName, String requestUri, String remoteIp, String userAgent, String createdBy, LocalDateTime createdTime, String updatedBy, LocalDateTime updatedTime, String revision, String tenantId) ROperationLogPO(ROperationLogPO value) -
方法概要
修饰符和类型方法说明Getter forr_operation_log.created_by.Getter forr_operation_log.created_time.Getter forr_operation_log.login_id.Getter forr_operation_log.operation_name.getPk()Getter forr_operation_log.pk.Getter forr_operation_log.remote_ip.Getter forr_operation_log.request_uri.Getter forr_operation_log.revision.Getter forr_operation_log.tenant_id.Getter forr_operation_log.updated_by.Getter forr_operation_log.updated_time.Getter forr_operation_log.user_agent. user_agentGetter forr_operation_log.user_id.Getter forr_operation_log.user_name.setCreatedBy(String createdBy) Setter forr_operation_log.created_by.setCreatedTime(LocalDateTime createdTime) Setter forr_operation_log.created_time.setLoginId(String loginId) Setter forr_operation_log.login_id.setOperationName(String operationName) Setter forr_operation_log.operation_name.Setter forr_operation_log.pk.setRemoteIp(String remoteIp) Setter forr_operation_log.remote_ip.setRequestUri(String requestUri) Setter forr_operation_log.request_uri.setRevision(String revision) Setter forr_operation_log.revision.setTenantId(String tenantId) Setter forr_operation_log.tenant_id.setUpdatedBy(String updatedBy) Setter forr_operation_log.updated_by.setUpdatedTime(LocalDateTime updatedTime) Setter forr_operation_log.updated_time.setUserAgent(String userAgent) Setter forr_operation_log.user_agent. user_agentSetter forr_operation_log.user_id.setUserName(String userName) Setter forr_operation_log.user_name.toString()
-
构造器详细资料
-
ROperationLogPO
public ROperationLogPO() -
ROperationLogPO
-
ROperationLogPO
-
-
方法详细资料
-
getPk
Getter forr_operation_log.pk. 主键 -
setPk
Setter forr_operation_log.pk. 主键 -
getUserId
Getter forr_operation_log.user_id. 用户id -
setUserId
Setter forr_operation_log.user_id. 用户id -
getLoginId
Getter forr_operation_log.login_id. 登录id -
setLoginId
Setter forr_operation_log.login_id. 登录id -
getUserName
Getter forr_operation_log.user_name. 用户姓名 -
setUserName
Setter forr_operation_log.user_name. 用户姓名 -
getOperationName
Getter forr_operation_log.operation_name. 操作名称 -
setOperationName
Setter forr_operation_log.operation_name. 操作名称 -
getRequestUri
Getter forr_operation_log.request_uri. 请求uri -
setRequestUri
Setter forr_operation_log.request_uri. 请求uri -
getRemoteIp
Getter forr_operation_log.remote_ip. 远程的ip -
setRemoteIp
Setter forr_operation_log.remote_ip. 远程的ip -
getUserAgent
Getter forr_operation_log.user_agent. user_agent -
setUserAgent
Setter forr_operation_log.user_agent. user_agent -
getCreatedBy
Getter forr_operation_log.created_by. 创建人 -
setCreatedBy
Setter forr_operation_log.created_by. 创建人 -
getCreatedTime
Getter forr_operation_log.created_time. 创建时间 -
setCreatedTime
Setter forr_operation_log.created_time. 创建时间 -
getUpdatedBy
Getter forr_operation_log.updated_by. 更新人 -
setUpdatedBy
Setter forr_operation_log.updated_by. 更新人 -
getUpdatedTime
Getter forr_operation_log.updated_time. 更新时间 -
setUpdatedTime
Setter forr_operation_log.updated_time. 更新时间 -
getRevision
Getter forr_operation_log.revision. 乐观锁 -
setRevision
Setter forr_operation_log.revision. 乐观锁 -
getTenantId
Getter forr_operation_log.tenant_id. 租户号 -
setTenantId
Setter forr_operation_log.tenant_id. 租户号 -
toString
-