@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-04-02T22:56:45.878Z[GMT]") public class BasicAuthOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PASSWORD |
static String |
SERIALIZED_NAME_USERNAME |
| Constructor and Description |
|---|
BasicAuthOptions() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getPassword()
Get password
|
String |
getUsername()
Get username
|
int |
hashCode() |
BasicAuthOptions |
password(String password) |
void |
setPassword(String password) |
void |
setUsername(String username) |
String |
toString() |
BasicAuthOptions |
username(String username) |
public static final String SERIALIZED_NAME_USERNAME
public static final String SERIALIZED_NAME_PASSWORD
public BasicAuthOptions username(String username)
public String getUsername()
public void setUsername(String username)
public BasicAuthOptions password(String password)
public String getPassword()
public void setPassword(String password)
Copyright © 2021. All rights reserved.