public class ConnectorConfigurationJson extends BaseJson
Constructor and Description |
---|
ConnectorConfigurationJson() |
Modifier and Type | Method and Description |
---|---|
String |
getPassword()
password
|
String |
getServerUrl()
server url
|
String |
getUsername()
username
|
void |
setPassword(String password)
password
|
void |
setServerUrl(String serverUrl)
server url
|
void |
setUsername(String username)
username
|
getObjType, setObjType, toString
public String getPassword()
public void setPassword(String password)
password
- passwordpublic String getServerUrl()
public void setServerUrl(String serverUrl)
serverUrl
- server urlpublic String getUsername()
public void setUsername(String username)
username
- usernameCopyright © 2019. All rights reserved.