public class SessionContextDO extends Object
Constructor and Description |
---|
SessionContextDO(String key,
String type,
Object entry,
Timestamp timestamp) |
SessionContextDO(String key,
String type,
Object entry,
Timestamp timestamp,
int tenantId) |
Modifier and Type | Method and Description |
---|---|
Object |
getEntry() |
String |
getKey() |
int |
getTenantId() |
Timestamp |
getTimestamp() |
String |
getType() |
void |
setEntry(Object entry) |
void |
setKey(String key) |
void |
setTenantId(int tenantId) |
void |
setTimestamp(Timestamp timestamp) |
void |
setType(String type) |
public SessionContextDO(String key, String type, Object entry, Timestamp timestamp)
public String getKey()
public void setKey(String key)
public String getType()
public void setType(String type)
public Object getEntry()
public void setEntry(Object entry)
public Timestamp getTimestamp()
public void setTimestamp(Timestamp timestamp)
public int getTenantId()
public void setTenantId(int tenantId)
Copyright © 2015 WSO2. All rights reserved.