public final class Service extends Object
Service that can be registered with the Service Catalog.| Constructor and Description |
|---|
Service()
Creates a new instance of
Service. |
Service(String id,
String name,
String description,
String imageUrl,
String serviceUrl,
boolean interactive,
ServiceType serviceType)
Creates a new instance of
Service with the given parameters. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription()
Returns the service description.
|
String |
getId()
Returns the service ID.
|
String |
getImageUrl()
Returns the service's icon image URL.
|
String |
getName()
Returns the service name.
|
ServiceType |
getServiceType()
Returns the service type.
|
String |
getServiceUrl()
Returns the service's URL, where it is reachable
|
int |
hashCode() |
boolean |
isInteractive()
Returns whether the service is interactive.
|
String |
toString() |
public Service()
Service.public Service(String id, String name, String description, String imageUrl, String serviceUrl, boolean interactive, ServiceType serviceType)
Service with the given parameters.id - the service IDname - the service namedescription - the service descriptionimageUrl - the image URL of the service iconserviceUrl - the service URL where the service is reachableinteractive - whether or not the service is interactiveserviceType - the service typepublic String getId()
public String getName()
public String getDescription()
public String getImageUrl()
public String getServiceUrl()
public boolean isInteractive()
public ServiceType getServiceType()
Copyright © 2016 SAP. All Rights Reserved.