public class DatabaseClient extends Wrapper
Constructor and Description |
---|
DatabaseClient(Map<String,String> map) |
Modifier and Type | Method and Description |
---|---|
Date |
getCreatedDate() |
int |
getDatabaseId() |
String |
getDescription() |
Date |
getLastConnectedDate() |
String |
getLastIp() |
String |
getNickname() |
int |
getTotalConnections() |
String |
getUniqueIdentifier() |
public DatabaseClient(Map<String,String> map)
public int getDatabaseId()
public String getUniqueIdentifier()
public String getNickname()
public Date getCreatedDate()
public Date getLastConnectedDate()
public int getTotalConnections()
public String getDescription()
Copyright © 2015. All rights reserved.