public class SysEvent extends BaseModel
| 构造器和说明 |
|---|
SysEvent() |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
equals(Object that) |
String |
getClientHost() |
String |
getMethod() |
String |
getParameters() |
String |
getRequestUri() |
Integer |
getStatus() |
String |
getTitle() |
String |
getUserAgent() |
String |
getUserName() |
int |
hashCode() |
void |
setClientHost(String clientHost) |
void |
setMethod(String method) |
void |
setParameters(String parameters) |
void |
setRequestUri(String requestUri) |
void |
setStatus(Integer status) |
void |
setTitle(String title) |
void |
setUserAgent(String userAgent) |
void |
setUserName(String userName) |
String |
toString() |
getCreateBy, getCreateTime, getEnable, getId, getKeyword, getRemark, getUpdateBy, getUpdateTime, setCreateBy, setCreateTime, setEnable, setId, setKeyword, setRemark, setUpdateBy, setUpdateTimepublic String getTitle()
public void setTitle(String title)
title - the value for sys_event.title_public String getRequestUri()
public void setRequestUri(String requestUri)
requestUri - the value for sys_event.request_uripublic String getParameters()
public void setParameters(String parameters)
parameters - the value for sys_event.parameters_public String getMethod()
public void setMethod(String method)
method - the value for sys_event.method_public String getClientHost()
public void setClientHost(String clientHost)
clientHost - the value for sys_event.client_hostpublic String getUserAgent()
public void setUserAgent(String userAgent)
userAgent - the value for sys_event.user_agentpublic Integer getStatus()
public void setStatus(Integer status)
status - the value for sys_event.status_public String getUserName()
public void setUserName(String userName)
userName - the userName to setCopyright © 2017. All rights reserved.