public class SessionRepresentation extends Object
Constructor and Description |
---|
SessionRepresentation() |
Modifier and Type | Method and Description |
---|---|
String |
getBrowser() |
List<ClientRepresentation> |
getClients() |
Boolean |
getCurrent() |
int |
getExpires() |
String |
getId() |
String |
getIpAddress() |
int |
getLastAccess() |
int |
getStarted() |
void |
setBrowser(String browser) |
void |
setClients(List<ClientRepresentation> clients) |
void |
setCurrent(Boolean current) |
void |
setExpires(int expires) |
void |
setId(String id) |
void |
setIpAddress(String ipAddress) |
void |
setLastAccess(int lastAccess) |
void |
setStarted(int started) |
public String getId()
public void setId(String id)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public int getStarted()
public void setStarted(int started)
public int getLastAccess()
public void setLastAccess(int lastAccess)
public int getExpires()
public void setExpires(int expires)
public List<ClientRepresentation> getClients()
public void setClients(List<ClientRepresentation> clients)
public void setBrowser(String browser)
public String getBrowser()
public Boolean getCurrent()
public void setCurrent(Boolean current)
Copyright © 2021 JBoss by Red Hat. All rights reserved.