public class RegisteredOMAGService extends Object implements Serializable
| Constructor and Description |
|---|
RegisteredOMAGService()
Default constructor
|
RegisteredOMAGService(RegisteredOMAGService template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
String |
getServiceDescription()
Return the default description for this service.
|
String |
getServiceName()
Return the default name for this service.
|
String |
getServiceURLMarker()
Return the string that appears in the REST API URL that identifies the owning service.
|
String |
getServiceWiki()
Return the URL for the wiki page describing this service.
|
int |
hashCode()
Return hash code for this object
|
void |
setServiceDescription(String serviceDescription)
Set up the default description for this 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.
|
String |
toString()
JSON-style toString
|
public RegisteredOMAGService()
public RegisteredOMAGService(RegisteredOMAGService template)
template - object to copypublic String getServiceName()
public void setServiceName(String serviceName)
serviceName - namepublic String getServiceURLMarker()
public void setServiceURLMarker(String serviceURLMarker)
serviceURLMarker - url fragmentpublic String getServiceDescription()
public void setServiceDescription(String serviceDescription)
serviceDescription - textpublic String getServiceWiki()
public void setServiceWiki(String serviceWiki)
serviceWiki - URLpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2020 ODPi. All rights reserved.