public class AdminConfig extends Object implements Config
Modifier and Type | Field and Description |
---|---|
private String |
exchangeClickSimulatorUrl |
private String |
password |
private String |
testDataDir |
private String |
username |
Constructor and Description |
---|
AdminConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getExchangeClickSimulatorUrl()
A URL that can be set up that can be used in
debugging as a value for an exchange click macro . |
String |
getPassword() |
String |
getTestDataDir() |
String |
getUsername()
If null or empty we assume this means auth is turned off.
|
void |
setExchangeClickSimulatorUrl(String exchangeClickSimulatorUrl) |
void |
setPassword(String password) |
void |
setTestDataDir(String testDataDir) |
void |
setUsername(String username) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
handleUnknown
private String exchangeClickSimulatorUrl
private String password
private String username
private String testDataDir
public String getExchangeClickSimulatorUrl()
debugging
as a value for an exchange click macro
. We
do not make this service a part of OpsSvc
so as not to create confusion.public void setExchangeClickSimulatorUrl(String exchangeClickSimulatorUrl)
public String getPassword()
public void setPassword(String password)
public String getUsername()
public void setUsername(String username)
public String getTestDataDir()
public void setTestDataDir(String testDataDir)