Class IntegrationServiceSummary
java.lang.Object
org.odpi.openmetadata.governanceservers.integrationdaemonservices.properties.IntegrationServiceSummary
IntegrationServiceSummary provides a structure to return the status of the connectors associated with an
integration service.
-
Constructor Summary
ConstructorDescriptionDefault constructor for use with Jackson librariesCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Validate that an object is equal depending on their stored values.Return the status of the connectors running under this integration service.Return the short description of the integration service.Return the full name of the integration service.int
Return the code number (ordinal) for this integration service.Return the string that appears in the REST API URL that identifies the owning service.Return the wiki page link for the integration service.int
hashCode()
Return a hash code based on the values of this object.void
setIntegrationConnectorReports
(List<IntegrationConnectorReport> integrationConnectorReports) Return the status of the connectors running under this integration service.void
setIntegrationServiceDescription
(String integrationServiceDescription) Set up the short description of the integration service.void
setIntegrationServiceFullName
(String integrationServiceFullName) Set up the full name of the integration service.void
setIntegrationServiceId
(int integrationServiceId) Set up the code number (ordinal) for this integration service.void
setIntegrationServiceURLMarker
(String integrationServiceURLMarker) Set up the string that appears in the REST API URL that identifies the owning service.void
setIntegrationServiceWiki
(String integrationServiceWiki) Set up the wiki page link for the integration service.toString()
Standard toString method.
-
Constructor Details
-
IntegrationServiceSummary
public IntegrationServiceSummary()Default constructor for use with Jackson libraries -
IntegrationServiceSummary
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
Set up the full name of the integration service.- Parameters:
integrationServiceFullName
- String name
-
getIntegrationServiceFullName
Return the full name of the integration service.- Returns:
- String name
-
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
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
Return the short description of the integration service. The default value is in English but this can be changed.- Returns:
- String description
-
setIntegrationServiceDescription
Set up the short description of the integration service.- Parameters:
integrationServiceDescription
- String description
-
getIntegrationServiceWiki
Return the wiki page link for the integration service.- Returns:
- String url
-
setIntegrationServiceWiki
Set up the wiki page link for the integration service.- Parameters:
integrationServiceWiki
- String url
-
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
Standard toString method. -
equals
Validate that an object is equal depending on their stored values. -
hashCode
public int hashCode()Return a hash code based on the values of this object.
-