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 an view service using an 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 viewURLMarker)
Set up the string that appears in the REST API URL that identifies the owning service.
|
void |
setViewServiceAdminClass(String viewAdminClass)
Set up the Java class name of the admin services interface for this view service.
|
void |
setViewServiceDescription(String viewDescription)
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 viewOperationalStatus)
Set up the status of the view service.
|
void |
setViewServiceOptions(Map<String,Object> viewOptions)
Set up the options for this view service.
|
void |
setViewServiceWiki(String viewWiki)
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 viewAdminClass)
viewAdminClass - 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 viewURLMarker)
viewURLMarker - url fragmentpublic String getViewServiceDescription()
public void setViewServiceDescription(String viewDescription)
viewDescription - String descriptionpublic String getViewServiceWiki()
public void setViewServiceWiki(String viewWiki)
viewWiki - String urlpublic ServiceOperationalStatus getViewServiceOperationalStatus()
public void setViewServiceOperationalStatus(ServiceOperationalStatus viewOperationalStatus)
viewOperationalStatus - ViewServiceOperationalStatus enumpublic Map<String,Object> getViewServiceOptions()
public void setViewServiceOptions(Map<String,Object> viewOptions)
viewOptions - 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.