java.lang.Object
org.odpi.openmetadata.adapters.connectors.egeriainfrastructure.properties.OMAGServerPlatformProperties

public class OMAGServerPlatformProperties extends Object
OMAGServerPlatformProperties captures the properties of a live OMAG Server Platform.
  • Constructor Details

    • OMAGServerPlatformProperties

      public OMAGServerPlatformProperties()
  • Method Details

    • getPlatformName

      public String getPlatformName()
    • setPlatformName

      public void setPlatformName(String platformName)
    • getPlatformURLRoot

      public String getPlatformURLRoot()
    • setPlatformURLRoot

      public void setPlatformURLRoot(String platformURLRoot)
    • getPlatformOrigin

      public String getPlatformOrigin()
    • setPlatformOrigin

      public void setPlatformOrigin(String platformOrigin)
    • getPlatformStartTime

      public Date getPlatformStartTime()
    • setPlatformStartTime

      public void setPlatformStartTime(Date platformStartTime)
    • getConfigurationStoreConnection

      public OMAGConnectorProperties getConfigurationStoreConnection()
    • setConfigurationStoreConnection

      public void setConfigurationStoreConnection(OMAGConnectorProperties configurationStoreConnection)
    • getPlatformSecurityConnection

      public OMAGConnectorProperties getPlatformSecurityConnection()
    • setPlatformSecurityConnection

      public void setPlatformSecurityConnection(OMAGConnectorProperties platformSecurityConnection)
    • getRegisteredOMAGServices

      public List<RegisteredOMAGService> getRegisteredOMAGServices()
    • setRegisteredOMAGServices

      public void setRegisteredOMAGServices(List<RegisteredOMAGService> registeredOMAGServices)
    • getOMAGServers

      public List<OMAGServerProperties> getOMAGServers()
    • setOMAGServers

      public void setOMAGServers(List<OMAGServerProperties> omagServers)
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class Object
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class Object
      Returns:
      int