@Entity
public class Log
extends com.easycodebox.jdbc.entity.AbstractCreateEntity
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClientIp() |
String |
getErrorMsg() |
Long |
getId() |
com.easycodebox.common.enums.entity.LogLevel |
getLogLevel() |
String |
getMethod() |
ModuleType |
getModuleType() |
String |
getParams() |
String |
getResult() |
String |
getTitle() |
String |
getUrl() |
void |
setClientIp(String clientIp) |
void |
setErrorMsg(String errorMsg) |
void |
setId(Long id) |
void |
setLogLevel(com.easycodebox.common.enums.entity.LogLevel logLevel) |
void |
setMethod(String method) |
void |
setModuleType(ModuleType moduleType) |
void |
setParams(String params) |
void |
setResult(String result) |
void |
setTitle(String title) |
void |
setUrl(String url) |
public Log()
public Log(Long id)
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public String getMethod()
public void setMethod(String method)
public String getUrl()
public void setUrl(String url)
public String getParams()
public void setParams(String params)
public ModuleType getModuleType()
public void setModuleType(ModuleType moduleType)
public com.easycodebox.common.enums.entity.LogLevel getLogLevel()
public void setLogLevel(com.easycodebox.common.enums.entity.LogLevel logLevel)
public String getResult()
public void setResult(String result)
public String getClientIp()
public void setClientIp(String clientIp)
public String getErrorMsg()
public void setErrorMsg(String errorMsg)
Copyright © 2016. All rights reserved.