Class KeystoneAccess.AccessService
- java.lang.Object
-
- org.openstack4j.openstack.identity.v2.domain.KeystoneAccess.AccessService
-
- All Implemented Interfaces:
Serializable,Comparable<KeystoneAccess.AccessService>,Access.Service
- Enclosing class:
- KeystoneAccess
public static final class KeystoneAccess.AccessService extends Object implements Access.Service, Comparable<KeystoneAccess.AccessService>, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(KeystoneAccess.AccessService o)List<? extends Endpoint>getEndpoints()List<? extends Link>getEndpointsLinks()StringgetName()ServiceTypegetServiceType()StringgetType()IntegergetVersion()StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
- Specified by:
getTypein interfaceAccess.Service- Returns:
- the type
-
getName
public String getName()
- Specified by:
getNamein interfaceAccess.Service- Returns:
- the name
-
getServiceType
public ServiceType getServiceType()
- Specified by:
getServiceTypein interfaceAccess.Service
-
getEndpoints
public List<? extends Endpoint> getEndpoints()
- Specified by:
getEndpointsin interfaceAccess.Service- Returns:
- the endpoints
-
getEndpointsLinks
public List<? extends Link> getEndpointsLinks()
- Specified by:
getEndpointsLinksin interfaceAccess.Service- Returns:
- the endpointsLinks
-
getVersion
public Integer getVersion()
- Specified by:
getVersionin interfaceAccess.Service
-
compareTo
public int compareTo(KeystoneAccess.AccessService o)
- Specified by:
compareToin interfaceComparable<KeystoneAccess.AccessService>
-
-