Package net.mingsoft.basic.entity
Class LogEntity
java.lang.Object
net.mingsoft.base.entity.BaseEntity
net.mingsoft.basic.entity.LogEntity
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LogBean
@TableName("logger")
public class LogEntity
extends net.mingsoft.base.entity.BaseEntity
系统日志实体
- Author:
- 铭飞开发团队
创建日期:2020-11-21 9:41:34
历史修订: - See Also:
-
Field Summary
Fields inherited from class net.mingsoft.base.entity.BaseEntity
createBy, createDate, del, order, orderBy, remarks, sqlDataScope, sqlWhere, updateBy, updateDate -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()获取业务类型获取错误消息getLogIp()获取IP获取所在地区获取请求方法获取请求参数获取请求方式获取返回参数获取请求状态获取标题获取请求地址获取操作人员获取用户类型voidsetBusinessId(String businessId) voidvoidsetLogBusinessType(String logBusinessType) 设置业务类型voidsetLogErrorMsg(String logErrorMsg) 设置错误消息void设置IPvoidsetLogLocation(String logLocation) 设置所在地区voidsetLogMethod(String logMethod) 设置请求方法voidsetLogParam(String logParam) 设置请求参数voidsetLogRequestMethod(String logRequestMethod) 设置请求方式voidsetLogResult(String logResult) 设置返回参数voidsetLogStatus(String logStatus) 设置请求状态voidsetLogTitle(String logTitle) 设置标题void设置请求地址voidsetLogUser(String logUser) 设置操作人员voidsetLogUserType(String logUserType) 设置用户类型Methods inherited from class net.mingsoft.base.entity.BaseEntity
getCreateBy, getCreateDate, getDel, getIntegerId, getIntId, getOrder, getOrderBy, getRemarks, getSqlDataScope, getSqlWhere, getSqlWhereList, getSqlWhereString, getUpdateBy, getUpdateDate, setCreateBy, setCreateDate, setDel, setDel, setIntegerId, setIntId, setOrder, setOrderBy, setRemarks, setSqlDataScope, setSqlWhere, setUpdateBy, setUpdateDate
-
Constructor Details
-
LogEntity
public LogEntity()
-
-
Method Details
-
getId
- Overrides:
getIdin classnet.mingsoft.base.entity.BaseEntity
-
setId
- Overrides:
setIdin classnet.mingsoft.base.entity.BaseEntity
-
setLogTitle
设置标题 -
getLogTitle
获取标题 -
setLogIp
设置IP -
getLogIp
获取IP -
setLogMethod
设置请求方法 -
getLogMethod
获取请求方法 -
setLogRequestMethod
设置请求方式 -
getLogRequestMethod
获取请求方式 -
setLogUrl
设置请求地址 -
getLogUrl
获取请求地址 -
setLogStatus
设置请求状态 -
getLogStatus
获取请求状态 -
setLogBusinessType
设置业务类型 -
getLogBusinessType
获取业务类型 -
setLogUserType
设置用户类型 -
getLogUserType
获取用户类型 -
setLogUser
设置操作人员 -
getLogUser
获取操作人员 -
setLogLocation
设置所在地区 -
getLogLocation
获取所在地区 -
setLogParam
设置请求参数 -
getLogParam
获取请求参数 -
setLogResult
设置返回参数 -
getLogResult
获取返回参数 -
setLogErrorMsg
设置错误消息 -
getLogErrorMsg
获取错误消息 -
getBusinessId
-
setBusinessId
-