Class OLSSimplifiedAccessServiceConfig
- java.lang.Object
-
- org.odpi.openmetadata.adminservices.configuration.properties.OLSSimplifiedAccessServiceConfig
-
public class OLSSimplifiedAccessServiceConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description OLSSimplifiedAccessServiceConfig()OLSSimplifiedAccessServiceConfig(String serverName, String serverPlatformUrlRoot, String user, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetPassword()Gets password.StringgetServerName()Gets server name.StringgetServerPlatformUrlRoot()Gets server platform url root.StringgetUser()Gets user.inthashCode()voidsetPassword(String password)Sets password.voidsetServerName(String serverName)Sets server name.voidsetServerPlatformUrlRoot(String serverPlatformUrlRoot)Sets server platform url root.voidsetUser(String user)Sets user.StringtoString()
-
-
-
Method Detail
-
getServerName
public String getServerName()
Gets server name.- Returns:
- the server name
-
setServerName
public void setServerName(String serverName)
Sets server name.- Parameters:
serverName- the server name
-
getServerPlatformUrlRoot
public String getServerPlatformUrlRoot()
Gets server platform url root.- Returns:
- the server platform url root
-
setServerPlatformUrlRoot
public void setServerPlatformUrlRoot(String serverPlatformUrlRoot)
Sets server platform url root.- Parameters:
serverPlatformUrlRoot- the server platform url root
-
getUser
public String getUser()
Gets user.- Returns:
- the user
-
setUser
public void setUser(String user)
Sets user.- Parameters:
user- the user
-
getPassword
public String getPassword()
Gets password.- Returns:
- the password
-
setPassword
public void setPassword(String password)
Sets password.- Parameters:
password- the password
-
-