Class RegisteredOMAGService
java.lang.Object
org.odpi.openmetadata.commonservices.ffdc.rest.RegisteredOMAGService
- All Implemented Interfaces:
Serializable
RegisteredOMAGServicesResponse provides an object for returning information about a
service that is registered with an OMAG Server Platform.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorRegisteredOMAGService(RegisteredOMAGService template) Copy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the default description for this service.org.odpi.openmetadata.frameworks.auditlog.ComponentDevelopmentStatusReturn the development status of the service.intReturn 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.inthashCode()Return hash code for this objectvoidsetServiceDescription(String serviceDescription) Set up the default description for this service.voidsetServiceDevelopmentStatus(org.odpi.openmetadata.frameworks.auditlog.ComponentDevelopmentStatus serviceDevelopmentStatus) Set up the development status of the service.voidsetServiceId(int serviceId) Set up the component identifier used by the service.voidsetServiceName(String serviceName) Set up the default name for this service.voidsetServiceURLMarker(String serviceURLMarker) Set up the string that appears in the REST API URL that identifies the owning service.voidsetServiceWiki(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
public org.odpi.openmetadata.frameworks.auditlog.ComponentDevelopmentStatus getServiceDevelopmentStatus()Return the development status of the service.- Returns:
- development status enum
-
setServiceDevelopmentStatus
public void setServiceDevelopmentStatus(org.odpi.openmetadata.frameworks.auditlog.ComponentDevelopmentStatus serviceDevelopmentStatus) 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
-