public class Catalog extends Object
Constructor and Description |
---|
Catalog() |
Modifier and Type | Method and Description |
---|---|
List<Object> |
getEndpoints_links() |
List<Endpoint> |
getEndpoints() |
String |
getName() |
String |
getType() |
void |
setEndpoints_links(List<Object> endpoints_links) |
void |
setEndpoints(List<Endpoint> endpoints) |
void |
setName(String name) |
void |
setType(String type) |
public void setEndpoints(List<Endpoint> endpoints)
endpoints
- list of endpointspublic void setEndpoints_links(List<Object> endpoints_links)
endpoints_links
- list of endpoint linkspublic String getName()
public void setName(String name)
name
- of Openstack REST servicepublic String getType()
public void setType(String type)
type
- of REST serviceCopyright © 2017 Apache Software Foundation. All Rights Reserved.