public class LogEntity
extends net.mingsoft.base.entity.BaseEntity
| Constructor and Description |
|---|
LogEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLogBusinessType()
获取业务类型
|
String |
getLogErrorMsg()
获取错误消息
|
String |
getLogIp()
获取IP
|
String |
getLogLocation()
获取所在地区
|
String |
getLogMethod()
获取请求方法
|
String |
getLogParam()
获取请求参数
|
String |
getLogRequestMethod()
获取请求方式
|
String |
getLogResult()
获取返回参数
|
String |
getLogStatus()
获取请求状态
|
String |
getLogTitle()
获取标题
|
String |
getLogUrl()
获取请求地址
|
String |
getLogUser()
获取操作人员
|
String |
getLogUserType()
获取用户类型
|
void |
setLogBusinessType(String logBusinessType)
设置业务类型
|
void |
setLogErrorMsg(String logErrorMsg)
设置错误消息
|
void |
setLogIp(String logIp)
设置IP
|
void |
setLogLocation(String logLocation)
设置所在地区
|
void |
setLogMethod(String logMethod)
设置请求方法
|
void |
setLogParam(String logParam)
设置请求参数
|
void |
setLogRequestMethod(String logRequestMethod)
设置请求方式
|
void |
setLogResult(String logResult)
设置返回参数
|
void |
setLogStatus(String logStatus)
设置请求状态
|
void |
setLogTitle(String logTitle)
设置标题
|
void |
setLogUrl(String logUrl)
设置请求地址
|
void |
setLogUser(String logUser)
设置操作人员
|
void |
setLogUserType(String logUserType)
设置用户类型
|
getCreateBy, getCreateDate, getDel, getId, getIntegerId, getIntId, getOrder, getOrderBy, getRemarks, getSqlDataScope, getSqlWhere, getSqlWhereList, getUpdateBy, getUpdateDate, setCreateBy, setCreateDate, setDel, setDel, setId, setIntegerId, setIntId, setOrder, setOrderBy, setRemarks, setSqlDataScope, setSqlWhere, setUpdateBy, setUpdateDatepublic void setLogTitle(String logTitle)
public String getLogTitle()
public void setLogIp(String logIp)
public String getLogIp()
public void setLogMethod(String logMethod)
public String getLogMethod()
public void setLogRequestMethod(String logRequestMethod)
public String getLogRequestMethod()
public void setLogUrl(String logUrl)
public String getLogUrl()
public void setLogStatus(String logStatus)
public String getLogStatus()
public void setLogBusinessType(String logBusinessType)
public String getLogBusinessType()
public void setLogUserType(String logUserType)
public String getLogUserType()
public void setLogUser(String logUser)
public String getLogUser()
public void setLogLocation(String logLocation)
public String getLogLocation()
public void setLogParam(String logParam)
public String getLogParam()
public void setLogResult(String logResult)
public String getLogResult()
public void setLogErrorMsg(String logErrorMsg)
public String getLogErrorMsg()
Copyright © 2020. All rights reserved.