public class SessionRepresentation extends Object
Constructor and Description |
---|
SessionRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<ClientRepresentation> |
getClients() |
int |
getExpires() |
String |
getId() |
String |
getIpAddress() |
int |
getLastAccess() |
int |
getStarted() |
void |
setClients(List<ClientRepresentation> clients) |
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)
Copyright © 2019 JBoss by Red Hat. All rights reserved.