public class VTileDatasource extends Object
| Constructor and Description |
|---|
VTileDatasource() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getConnectionContent()
连接参数
|
String |
getDescription()
描述
|
String |
getId()
id
|
String |
getName()
名称
|
Integer |
getSource()
来源
|
Integer |
getStatus()
状态
|
Integer |
getType()
类型(1-oracle,2-postgresql,3-mysql,7-mongodb,21-kingbase)
|
int |
hashCode() |
void |
setConnectionContent(String connectionContent)
连接参数
|
void |
setDescription(String description)
描述
|
void |
setId(String id)
id
|
void |
setName(String name)
名称
|
void |
setSource(Integer source)
来源
|
void |
setStatus(Integer status)
状态
|
void |
setType(Integer type)
类型(1-oracle,2-postgresql,3-mysql,7-mongodb,21-kingbase)
|
String |
toString() |
public String getId()
public String getName()
public String getDescription()
public String getConnectionContent()
public Integer getSource()
public Integer getType()
public Integer getStatus()
public void setId(String id)
public void setName(String name)
public void setDescription(String description)
public void setConnectionContent(String connectionContent)
public void setSource(Integer source)
public void setType(Integer type)
public void setStatus(Integer status)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.