Class Endpoint
java.lang.Object
com.woorea.openstack.keystone.model.Endpoint
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
void
setAdminURL
(String adminURL) void
void
setInternalURL
(String internalURL) void
setPublicURL
(String publicURL) void
void
setServiceId
(String serviceId) toString()
-
Field Details
-
id
-
serviceId
-
region
-
publicURL
-
internalURL
-
adminURL
-
-
Constructor Details
-
Endpoint
public Endpoint()
-
-
Method Details
-
getId
- Returns:
- the id
-
setId
- Parameters:
id
- the id to set
-
getServiceId
- Returns:
- the serviceId
-
setServiceId
- Parameters:
serviceId
- the serviceId to set
-
getRegion
- Returns:
- the region
-
setRegion
- Parameters:
region
- the region to set
-
getPublicURL
- Returns:
- the publicURL
-
setPublicURL
- Parameters:
publicURL
- the publicURL to set
-
getInternalURL
- Returns:
- the internalURL
-
setInternalURL
- Parameters:
internalURL
- the internalURL to set
-
getAdminURL
- Returns:
- the adminURL
-
setAdminURL
- Parameters:
adminURL
- the adminURL to set
-
toString
-