@Generated(value="org.jsonschema2pojo") public class Authentication extends Object
| Constructor and Description |
|---|
Authentication() |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
String |
getPersona() |
String |
getToken() |
String |
getUsername() |
void |
setPassword(String password) |
void |
setPersona(String persona) |
void |
setToken(String token) |
void |
setUsername(String username) |
public String getUsername()
public void setUsername(String username)
username - The usernamepublic String getPassword()
public void setPassword(String password)
password - The passwordpublic String getToken()
public void setToken(String token)
token - The tokenpublic String getPersona()
public void setPersona(String persona)
persona - The personaCopyright © 2014–2017 Red Hat, Inc.. All rights reserved.