java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationServiceSummary
All Implemented Interfaces:
Serializable

public class IntegrationServiceSummary extends Object implements Serializable
IntegrationServiceSummary provides a structure to return the status of the connectors associated with an integration service.
See Also:
  • Constructor Details

    • IntegrationServiceSummary

      public IntegrationServiceSummary()
      Default constructor for use with Jackson libraries
    • IntegrationServiceSummary

      public IntegrationServiceSummary(IntegrationServiceSummary template)
      Copy/clone constructor
      Parameters:
      template - object to copy
  • Method Details

    • getIntegrationServiceId

      public int getIntegrationServiceId()
      Return the code number (ordinal) for this integration service.
      Returns:
      int ordinal
    • setIntegrationServiceId

      public void setIntegrationServiceId(int integrationServiceId)
      Set up the code number (ordinal) for this integration service.
      Parameters:
      integrationServiceId - int ordinal
    • setIntegrationServiceFullName

      public void setIntegrationServiceFullName(String integrationServiceFullName)
      Set up the full name of the integration service.
      Parameters:
      integrationServiceFullName - String name
    • getIntegrationServiceFullName

      public String getIntegrationServiceFullName()
      Return the full name of the integration service.
      Returns:
      String name
    • getIntegrationServiceURLMarker

      public String getIntegrationServiceURLMarker()
      Return the string that appears in the REST API URL that identifies the owning service. Null means no REST APIs supported by this service.
      Returns:
      String default name
    • setIntegrationServiceURLMarker

      public void setIntegrationServiceURLMarker(String integrationServiceURLMarker)
      Set up the string that appears in the REST API URL that identifies the owning service. Null means no REST APIs supported by this service.
      Parameters:
      integrationServiceURLMarker - url fragment
    • getIntegrationServiceDescription

      public String getIntegrationServiceDescription()
      Return the short description of the integration service. The default value is in English but this can be changed.
      Returns:
      String description
    • setIntegrationServiceDescription

      public void setIntegrationServiceDescription(String integrationServiceDescription)
      Set up the short description of the integration service.
      Parameters:
      integrationServiceDescription - String description
    • getIntegrationServiceWiki

      public String getIntegrationServiceWiki()
      Return the wiki page link for the integration service.
      Returns:
      String url
    • setIntegrationServiceWiki

      public void setIntegrationServiceWiki(String integrationServiceWiki)
      Set up the wiki page link for the integration service.
      Parameters:
      integrationServiceWiki - String url
    • getIntegrationConnectorReports

      public List<IntegrationConnectorReport> getIntegrationConnectorReports()
      Return the status of the connectors running under this integration service.
      Returns:
      Connector status
    • setIntegrationConnectorReports

      public void setIntegrationConnectorReports(List<IntegrationConnectorReport> integrationConnectorReports)
      Return the status of the connectors running under this integration service.
      Parameters:
      integrationConnectorReports - Connector status
    • toString

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

      public boolean equals(Object objectToCompare)
      Validate that an object is equal depending on their stored values.
      Overrides:
      equals in class Object
      Parameters:
      objectToCompare - object
      Returns:
      boolean result
    • hashCode

      public int hashCode()
      Return a hash code based on the values of this object.
      Overrides:
      hashCode in class Object
      Returns:
      in hash code