Class RegisteredOMAGService
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
RegisteredOMAGServicesResponse provides an object for returning information about a
service that is registered with an OMAG Server Platform.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDefault constructorRegisteredOMAGService
(RegisteredOMAGService template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.Return the type of the server that the partner service resides on.Return the service in a remote server that this service depends on.Return the type of the service that this service sits in.Return the default description for this service.Return the development status of the service.int
Return the component identifier used by the serviceReturn the default name for this service.Return the string that appears in the REST API URL that identifies the owning service.Return the URL for the wiki page describing this service.int
hashCode()
Return hash code for this objectvoid
setPartnerServerType
(String partnerServerType) Set up the type of the server that the partner service resides on.void
setPartnerServiceName
(String partnerServiceName) Set up the service in a remote server that this service depends on.void
setServerType
(String serverType) Set up the name of the server that this service sits in.void
setServiceDescription
(String serviceDescription) Set up the default description for this service.void
setServiceDevelopmentStatus
(ComponentDevelopmentStatus serviceDevelopmentStatus) Set up the development status of the service.void
setServiceId
(int serviceId) Set up the component identifier used by the service.void
setServiceName
(String serviceName) Set up the default name for this service.void
setServiceURLMarker
(String serviceURLMarker) Set up the string that appears in the REST API URL that identifies the owning service.void
setServiceWiki
(String serviceWiki) Set up the URL for the wiki page describing this service.toString()
JSON-style toString
-
Field Details
-
partnerServiceName
-
partnerServerType
-
-
Constructor Details
-
RegisteredOMAGService
public RegisteredOMAGService()Default constructor -
RegisteredOMAGService
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
getServiceId
public int getServiceId()Return the component identifier used by the service- Returns:
- int
-
setServiceId
public void setServiceId(int serviceId) Set up the component identifier used by the service.- Parameters:
serviceId
- int
-
getServiceName
Return the default name for this service.- Returns:
- String default name
-
setServiceName
Set up the default name for this service.- Parameters:
serviceName
- name
-
getServiceDevelopmentStatus
Return the development status of the service.- Returns:
- development status enum
-
setServiceDevelopmentStatus
Set up the development status of the service.- Parameters:
serviceDevelopmentStatus
- development status
-
getServiceURLMarker
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:
- url fragment
-
setServiceURLMarker
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:
serviceURLMarker
- url fragment
-
getServiceDescription
Return the default description for this service.- Returns:
- String default description
-
setServiceDescription
Set up the default description for this service.- Parameters:
serviceDescription
- text
-
getServiceWiki
Return the URL for the wiki page describing this service.- Returns:
- String URL name for the wiki page
-
setServiceWiki
Set up the URL for the wiki page describing this service.- Parameters:
serviceWiki
- URL
-
getServerType
Return the type of the service that this service sits in.- Returns:
- name of the type of server
-
setServerType
Set up the name of the server that this service sits in.- Parameters:
serverType
- name of the type of server
-
getPartnerServiceName
Return the service in a remote server that this service depends on.- Returns:
- name of the service
-
setPartnerServiceName
Set up the service in a remote server that this service depends on.- Parameters:
partnerServiceName
- name of the service
-
getPartnerServerType
Return the type of the server that the partner service resides on.- Returns:
- name of the type of server
-
setPartnerServerType
Set up the type of the server that the partner service resides on.- Parameters:
partnerServerType
- name of the type of server
-
toString
JSON-style toString -
equals
Return comparison result based on the content of the properties. -
hashCode
public int hashCode()Return hash code for this object
-