public class OHttpSession extends Object
Modifier | Constructor and Description |
---|---|
protected |
OHttpSession(String iId,
String iDatabaseName,
String iUserName,
String iUserPassword) |
Modifier and Type | Method and Description |
---|---|
long |
getCreatedOn() |
String |
getDatabaseName() |
String |
getId() |
Object |
getParameter(Object iKey) |
Object |
getParameters(Object iKey) |
long |
getUpdatedOn() |
String |
getUserName() |
String |
getUserPassword() |
OHttpSession |
setParameter(Object iKey,
Object iValue) |
OHttpSession |
updateLastUpdatedOn() |
public long getCreatedOn()
public long getUpdatedOn()
public OHttpSession updateLastUpdatedOn()
public OHttpSession setParameter(Object iKey, Object iValue)
public String getDatabaseName()
public String getUserName()
public String getUserPassword()
public String getId()
Copyright © 2009–2020 OrientDB. All rights reserved.