public abstract class BaseServiceInstanceEntity extends Object
| Constructor and Description |
|---|
BaseServiceInstanceEntity() |
| Modifier and Type | Method and Description |
|---|---|
abstract Map<String,Object> |
getCredentials()
The credentials
|
abstract String |
getName()
The name
|
abstract String |
getRoutesUrl()
The routes url
|
abstract String |
getServiceBindingsUrl()
The service bindings url
|
abstract String |
getSharedFromUrl()
The shared from url
|
abstract String |
getSharedToUrl()
The shared to url
|
abstract String |
getSpaceId()
The space id
|
abstract String |
getSpaceUrl()
The space url
|
abstract List<String> |
getTags()
A list of tags for the service instance
|
abstract String |
getType()
The type
|
public abstract String getName()
public abstract String getRoutesUrl()
public abstract String getServiceBindingsUrl()
public abstract String getSharedFromUrl()
public abstract String getSharedToUrl()
public abstract String getSpaceId()
public abstract String getSpaceUrl()
public abstract String getType()
Copyright © 2020. All rights reserved.