Class KeystoneServiceEndpoint
- java.lang.Object
-
- org.openstack4j.openstack.identity.v2.domain.KeystoneServiceEndpoint
-
- All Implemented Interfaces:
Serializable,Buildable<ServiceEndpointBuilder>,ServiceEndpoint,ModelEntity
public class KeystoneServiceEndpoint extends Object implements ServiceEndpoint
OpenStack ServiceEndpoint is an endpoint which is mapped to aService- Author:
- Jeremy Unruh
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classKeystoneServiceEndpoint.ServiceConcreteEndpointBuilderstatic classKeystoneServiceEndpoint.ServiceEndpoints-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Constructor Summary
Constructors Constructor Description KeystoneServiceEndpoint()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ServiceEndpointBuilderbuilder()booleanequals(Object obj)URIgetAdminURL()StringgetId()URIgetInternalURL()URIgetPublicURL()StringgetRegion()StringgetServiceId()inthashCode()ServiceEndpointBuildertoBuilder()StringtoString()
-
-
-
Method Detail
-
builder
public static ServiceEndpointBuilder builder()
-
toBuilder
public ServiceEndpointBuilder toBuilder()
- Specified by:
toBuilderin interfaceBuildable<ServiceEndpointBuilder>
-
getId
public String getId()
- Specified by:
getIdin interfaceServiceEndpoint- Returns:
- the endpoint identifier
-
getRegion
public String getRegion()
- Specified by:
getRegionin interfaceServiceEndpoint- Returns:
- the region for this endpoint
-
getServiceId
public String getServiceId()
- Specified by:
getServiceIdin interfaceServiceEndpoint- Returns:
- the service id this endpoint is asssociated with
-
getPublicURL
public URI getPublicURL()
- Specified by:
getPublicURLin interfaceServiceEndpoint- Returns:
- the public URL for this endpoint
-
getAdminURL
public URI getAdminURL()
- Specified by:
getAdminURLin interfaceServiceEndpoint- Returns:
- the admin URL for this endpoint
-
getInternalURL
public URI getInternalURL()
- Specified by:
getInternalURLin interfaceServiceEndpoint- Returns:
- the internal URL for this endpoint
-
-