public interface Endpoint extends ModelEntity, Buildable<EndpointBuilder>
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
String |
getId()
Globally unique identifier.
|
Facing |
getIface() |
Map<String,String> |
getLinks() |
String |
getName() |
String |
getRegion() |
String |
getRegionId() |
String |
getServiceId() |
String |
getType() |
URL |
getUrl() |
boolean |
isEnabled() |
String getId()
String getType()
String getDescription()
Facing getIface()
String getServiceId()
String getName()
String getRegion()
String getRegionId()
URL getUrl()
boolean isEnabled()
Copyright © 2017. All rights reserved.