public class ViewServiceConfig extends OMAGServerClientConfig
omagServerName, omagServerPlatformRootURL| Constructor and Description |
|---|
ViewServiceConfig()
Default constructor for use with Jackson libraries
|
ViewServiceConfig(ViewServiceConfig template)
Copy/clone constructor
|
ViewServiceConfig(ViewServiceRegistration viewRegistration)
Set up the default values for a view service using a view service description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Validate that an object is equal depending on their stored values.
|
String |
getViewServiceAdminClass()
Return the Java class name of the admin-services interface for this view service.
|
String |
getViewServiceDescription()
Return the short description of the view service.
|
String |
getViewServiceFullName()
Return the full name of the view service.
|
int |
getViewServiceId()
Return the code number (ordinal) for this view service.
|
String |
getViewServiceName()
Return the name of the view service.
|
ServiceOperationalStatus |
getViewServiceOperationalStatus()
Return the status of this view service.
|
Map<String,Object> |
getViewServiceOptions()
Return the options for this view service.
|
String |
getViewServiceURLMarker()
Return the string that appears in the REST API URL that identifies the owning service.
|
String |
getViewServiceWiki()
Return the wiki page link for the view service.
|
int |
hashCode()
Return a hash code based on the values of this object.
|
void |
setServiceURLMarker(String viewServiceURLMarker)
Set up the string that appears in the REST API URL that identifies the owning service.
|
void |
setViewServiceAdminClass(String viewServiceAdminClass)
Set up the Java class name of the admin services interface for this view service.
|
void |
setViewServiceDescription(String viewServiceDescription)
Set up the short description of the view service.
|
void |
setViewServiceFullName(String viewServiceFullName)
Set up the full name of the view service.
|
void |
setViewServiceId(int viewId)
Set up the code number (ordinal) for this view service.
|
void |
setViewServiceName(String viewServiceName)
Set up the name of the view service.
|
void |
setViewServiceOperationalStatus(ServiceOperationalStatus viewServiceOperationalStatus)
Set up the status of the view service.
|
void |
setViewServiceOptions(Map<String,Object> viewServiceOptions)
Set up the options for this view service.
|
void |
setViewServiceWiki(String viewServiceWiki)
Set up the wiki page link for the view service.
|
String |
toString()
Standard toString method.
|
getOMAGServerName, getOMAGServerPlatformRootURL, setOMAGServerName, setOMAGServerPlatformRootURLpublic ViewServiceConfig()
public ViewServiceConfig(ViewServiceConfig template)
template - object to copypublic ViewServiceConfig(ViewServiceRegistration viewRegistration)
viewRegistration - fixed properties about the view servicepublic int getViewServiceId()
public void setViewServiceId(int viewId)
viewId - int ordinalpublic String getViewServiceAdminClass()
public void setViewServiceAdminClass(String viewServiceAdminClass)
viewServiceAdminClass - String class name implementing the
ViewServiceAdmin interface.public String getViewServiceFullName()
public void setViewServiceFullName(String viewServiceFullName)
viewServiceFullName - String namepublic String getViewServiceName()
public void setViewServiceName(String viewServiceName)
viewServiceName - String namepublic String getViewServiceURLMarker()
public void setServiceURLMarker(String viewServiceURLMarker)
viewServiceURLMarker - url fragmentpublic String getViewServiceDescription()
public void setViewServiceDescription(String viewServiceDescription)
viewServiceDescription - String descriptionpublic String getViewServiceWiki()
public void setViewServiceWiki(String viewServiceWiki)
viewServiceWiki - String urlpublic ServiceOperationalStatus getViewServiceOperationalStatus()
public void setViewServiceOperationalStatus(ServiceOperationalStatus viewServiceOperationalStatus)
viewServiceOperationalStatus - ViewServiceOperationalStatus enumpublic Map<String,Object> getViewServiceOptions()
public void setViewServiceOptions(Map<String,Object> viewServiceOptions)
viewServiceOptions - Map from String to Stringpublic String toString()
toString in class OMAGServerClientConfigpublic boolean equals(Object objectToCompare)
equals in class OMAGServerClientConfigobjectToCompare - objectpublic int hashCode()
hashCode in class OMAGServerClientConfigCopyright © 2018–2020 ODPi. All rights reserved.