public class SnEvent extends Object
| Constructor and Description |
|---|
SnEvent(String eventType,
String cid,
String vid,
String fp,
String ip,
String remoteIP,
String userAgent,
User user,
long ts,
String device) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCid() |
String |
getDevice() |
String |
getEventType() |
String |
getFp() |
String |
getIp() |
String |
getRemoteIP() |
long |
getTs() |
User |
getUser() |
String |
getUserAgent() |
String |
getVid() |
void |
setCid(String cid) |
void |
setDevice(String device) |
void |
setEventType(String eventType) |
void |
setFp(String fp) |
void |
setIp(String ip) |
void |
setRemoteIP(String remoteIP) |
void |
setTs(long ts) |
void |
setUser(User user) |
void |
setUserAgent(String userAgent) |
void |
setVid(String vid) |
public String getEventType()
public void setEventType(String eventType)
public String getCid()
public void setCid(String cid)
public String getVid()
public void setVid(String vid)
public String getFp()
public void setFp(String fp)
public String getIp()
public void setIp(String ip)
public String getRemoteIP()
public void setRemoteIP(String remoteIP)
public String getUserAgent()
public void setUserAgent(String userAgent)
public User getUser()
public void setUser(User user)
public long getTs()
public void setTs(long ts)
public String getDevice()
public void setDevice(String device)
Copyright © 2019. All rights reserved.