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.
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorRegisteredOMAGService
(RegisteredOMAGService template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return comparison result based on the content of the properties.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
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
-
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
-
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
-