public class Endpoint extends Object implements Serializable
| Constructor and Description |
|---|
Endpoint() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAdminURL() |
String |
getId() |
String |
getInternalURL() |
String |
getPublicURL() |
String |
getRegion() |
String |
getServiceId() |
void |
setAdminURL(String adminURL) |
void |
setId(String id) |
void |
setInternalURL(String internalURL) |
void |
setPublicURL(String publicURL) |
void |
setRegion(String region) |
void |
setServiceId(String serviceId) |
String |
toString() |
public String getId()
public void setId(String id)
id - the id to setpublic String getServiceId()
public void setServiceId(String serviceId)
serviceId - the serviceId to setpublic String getRegion()
public void setRegion(String region)
region - the region to setpublic String getPublicURL()
public void setPublicURL(String publicURL)
publicURL - the publicURL to setpublic String getInternalURL()
public void setInternalURL(String internalURL)
internalURL - the internalURL to setpublic String getAdminURL()
public void setAdminURL(String adminURL)
adminURL - the adminURL to setCopyright © 2015. All Rights Reserved.