public class BaseService extends Object implements Service
| Constructor and Description |
|---|
BaseService(String id,
String[] aliases,
String name,
String descr,
MultivaluedSupport mvsupport) |
BaseService(String id,
String name,
String descr,
MultivaluedSupport mvsupport) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getAliases() |
String |
getDescription()
Provide a brief description of parameters for the help message
|
String |
getID()
get the ID of the service.
|
MultivaluedSupport |
getMultivaluedSupport()
Precise type of support for multivalued models.
|
String |
getName()
Get a longer name for the service.
|
String |
toString() |
public BaseService(String id, String name, String descr, MultivaluedSupport mvsupport)
public BaseService(String id, String[] aliases, String name, String descr, MultivaluedSupport mvsupport)
public String getName()
Servicepublic String getDescription()
ServicegetDescription in interface Servicepublic String[] getAliases()
getAliases in interface Servicepublic MultivaluedSupport getMultivaluedSupport()
ServicegetMultivaluedSupport in interface ServiceCopyright © 2012–2020. All rights reserved.