public class OLSSimplifiedAccessServiceConfig extends Object
| Constructor and Description |
|---|
OLSSimplifiedAccessServiceConfig() |
OLSSimplifiedAccessServiceConfig(String serverName,
String serverPlatformUrlRoot,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPassword()
Gets password.
|
String |
getServerName()
Gets server name.
|
String |
getServerPlatformUrlRoot()
Gets server platform url root.
|
String |
getUser()
Gets user.
|
int |
hashCode() |
void |
setPassword(String password)
Sets password.
|
void |
setServerName(String serverName)
Sets server name.
|
void |
setServerPlatformUrlRoot(String serverPlatformUrlRoot)
Sets server platform url root.
|
void |
setUser(String user)
Sets user.
|
String |
toString() |
public String getServerName()
public void setServerName(String serverName)
serverName - the server namepublic String getServerPlatformUrlRoot()
public void setServerPlatformUrlRoot(String serverPlatformUrlRoot)
serverPlatformUrlRoot - the server platform url rootpublic String getUser()
public void setUser(String user)
user - the userpublic String getPassword()
public void setPassword(String password)
password - the passwordCopyright © 2018–2021 LF AI & Data Foundation. All rights reserved.