public class CredentialElement extends Object implements Serializable
| Constructor and Description |
|---|
CredentialElement()
No args constructor for use in serialization
|
CredentialElement(String username,
String password,
String community) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Map<String,Object> |
getAdditionalProperties() |
String |
getCommunity()
Community String
|
String |
getPassword()
Password
|
String |
getUsername()
User Name
|
int |
hashCode() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setCommunity(String community)
Community String
|
void |
setPassword(String password)
Password
|
void |
setUsername(String username)
User Name
|
String |
toString() |
public CredentialElement()
public String getUsername()
public void setUsername(String username)
username - The usernamepublic String getPassword()
public void setPassword(String password)
password - The passwordpublic String getCommunity()
public void setCommunity(String community)
community - The communityCopyright © 2017. All rights reserved.