Class OLSSimplifiedAccessServiceConfig

java.lang.Object
org.odpi.openmetadata.adminservices.configuration.properties.OLSSimplifiedAccessServiceConfig

public class OLSSimplifiedAccessServiceConfig extends Object
  • Constructor Details

    • OLSSimplifiedAccessServiceConfig

      public OLSSimplifiedAccessServiceConfig()
    • OLSSimplifiedAccessServiceConfig

      public OLSSimplifiedAccessServiceConfig(String serverName, String serverPlatformUrlRoot, String user, String password)
  • Method Details

    • 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
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object