public class LoginEvent extends AbstractModel
skipSign
Constructor and Description |
---|
LoginEvent() |
LoginEvent(LoginEvent source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getEntry()
Get 登录入口:1-字符界面,2-图形界面,3-web页面, 4-API
|
String |
getRealName()
Get 姓名
|
Long |
getResult()
Get 操作结果,1-成功,2-失败
|
String |
getSourceIp()
Get 来源IP
|
String |
getTime()
Get 操作时间
|
String |
getUserName()
Get 用户名
|
void |
setEntry(Long Entry)
Set 登录入口:1-字符界面,2-图形界面,3-web页面, 4-API
|
void |
setRealName(String RealName)
Set 姓名
|
void |
setResult(Long Result)
Set 操作结果,1-成功,2-失败
|
void |
setSourceIp(String SourceIp)
Set 来源IP
|
void |
setTime(String Time)
Set 操作时间
|
void |
setUserName(String UserName)
Set 用户名
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public LoginEvent()
public LoginEvent(LoginEvent source)
public String getUserName()
public void setUserName(String UserName)
UserName
- 用户名public String getRealName()
public void setRealName(String RealName)
RealName
- 姓名public String getTime()
public void setTime(String Time)
Time
- 操作时间public String getSourceIp()
public void setSourceIp(String SourceIp)
SourceIp
- 来源IPpublic Long getEntry()
public void setEntry(Long Entry)
Entry
- 登录入口:1-字符界面,2-图形界面,3-web页面, 4-APIpublic Long getResult()
public void setResult(Long Result)
Result
- 操作结果,1-成功,2-失败Copyright © 2023. All rights reserved.