public class KeystoneEndpoint extends Object implements Endpoint
| Modifier and Type | Class and Description |
|---|---|
static class |
KeystoneEndpoint.EndpointConcreteBuilder |
static class |
KeystoneEndpoint.Endpoints |
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>| Constructor and Description |
|---|
KeystoneEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
static EndpointBuilder |
builder() |
boolean |
equals(Object obj) |
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() |
int |
hashCode() |
boolean |
isEnabled() |
void |
setEnabled(Boolean enabled)
set endpoint enabled
|
EndpointBuilder |
toBuilder() |
String |
toString() |
public static EndpointBuilder builder()
public EndpointBuilder toBuilder()
toBuilder in interface Buildable<EndpointBuilder>public String getType()
public String getDescription()
getDescription in interface Endpointpublic Facing getIface()
public String getServiceId()
getServiceId in interface Endpointpublic String getName()
public String getRegion()
public String getRegionId()
getRegionId in interface Endpointpublic URL getUrl()
public boolean isEnabled()
public void setEnabled(Boolean enabled)
enabled - the new enabled statusCopyright © 2017. All rights reserved.