public class RestGatewayConfigBean extends Object
| Constructor and Description |
|---|
RestGatewayConfigBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getEndpoint() |
String |
getPassword() |
String |
getUsername() |
void |
setEndpoint(String endpoint) |
void |
setPassword(String password) |
void |
setUsername(String username) |
String |
toString() |
public String getEndpoint()
public void setEndpoint(String endpoint)
endpoint - the endpoint to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setCopyright © 2015 JBoss, a division of Red Hat. All rights reserved.