public class DatabaseDTO extends DataSourceDTO
| Constructor and Description |
|---|
DatabaseDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDbName()
数据库名称
|
String |
getHost()
主机
|
String |
getPort()
端口
|
int |
hashCode() |
void |
setDbName(String dbName)
数据库名称
|
void |
setHost(String host)
主机
|
void |
setPort(String port)
端口
|
String |
toString() |
getDataSourceType, getDataStoreType, getIsDefault, getKey, getName, getPassword, getUrl, getUserName, setDataSourceType, setDataStoreType, setIsDefault, setKey, setName, setPassword, setUrl, setUserNamepublic String getHost()
public String getPort()
public String getDbName()
public void setHost(String host)
public void setPort(String port)
public void setDbName(String dbName)
public String toString()
toString in class DataSourceDTOpublic boolean equals(Object o)
equals in class DataSourceDTOprotected boolean canEqual(Object other)
canEqual in class DataSourceDTOpublic int hashCode()
hashCode in class DataSourceDTOCopyright © 2025. All rights reserved.