public class ApiConfigurationBean extends Object implements Serializable
| Constructor and Description |
|---|
ApiConfigurationBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ApiAuthConfigurationBean |
getAuth() |
String |
getEndpoint() |
void |
setAuth(ApiAuthConfigurationBean auth) |
void |
setEndpoint(String endpoint) |
public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to setpublic ApiAuthConfigurationBean getAuth()
public void setAuth(ApiAuthConfigurationBean auth)
auth - the auth to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.