Class Access.Service
- java.lang.Object
-
- com.woorea.openstack.keystone.model.Access.Service
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAccess.Service.Endpoint
-
Constructor Summary
Constructors Constructor Description Service()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Access.Service.Endpoint>getEndpoints()List<Link>getEndpointsLinks()StringgetName()StringgetType()StringtoString()
-
-
-
Method Detail
-
getType
public String getType()
- Returns:
- the type
-
getName
public String getName()
- Returns:
- the name
-
getEndpoints
public List<Access.Service.Endpoint> getEndpoints()
- Returns:
- the endpoints
-
-