Class OLSSimplifiedAccessServiceConfig
java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.OLSSimplifiedAccessServiceConfig
-
Constructor Summary
ConstructorsConstructorDescriptionOLSSimplifiedAccessServiceConfig(String serverName, String serverPlatformUrlRoot, String user, String password) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets password.Gets server name.Gets server platform url root.getUser()Gets user.inthashCode()voidsetPassword(String password) Sets password.voidsetServerName(String serverName) Sets server name.voidsetServerPlatformUrlRoot(String serverPlatformUrlRoot) Sets server platform url root.voidSets user.toString()
-
Constructor Details
-
OLSSimplifiedAccessServiceConfig
public OLSSimplifiedAccessServiceConfig() -
OLSSimplifiedAccessServiceConfig
-
-
Method Details
-
getServerName
Gets server name.- Returns:
- the server name
-
setServerName
Sets server name.- Parameters:
serverName- the server name
-
getServerPlatformUrlRoot
Gets server platform url root.- Returns:
- the server platform url root
-
setServerPlatformUrlRoot
Sets server platform url root.- Parameters:
serverPlatformUrlRoot- the server platform url root
-
getUser
Gets user.- Returns:
- the user
-
setUser
Sets user.- Parameters:
user- the user
-
getPassword
Gets password.- Returns:
- the password
-
setPassword
Sets password.- Parameters:
password- the password
-
toString
-
equals
-
hashCode
public int hashCode()
-