@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-08-31T19:41:55.826Z[Etc/UTC]") public class V1PrometheusSpecApiserverConfigBasicAuth extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_PASSWORD |
static String |
SERIALIZED_NAME_USERNAME |
| Constructor and Description |
|---|
V1PrometheusSpecApiserverConfigBasicAuth() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
V1ServiceMonitorSpecBasicAuthPassword |
getPassword()
Get password
|
V1ServiceMonitorSpecBasicAuthUsername |
getUsername()
Get username
|
int |
hashCode() |
V1PrometheusSpecApiserverConfigBasicAuth |
password(V1ServiceMonitorSpecBasicAuthPassword password) |
void |
setPassword(V1ServiceMonitorSpecBasicAuthPassword password) |
void |
setUsername(V1ServiceMonitorSpecBasicAuthUsername username) |
String |
toString() |
V1PrometheusSpecApiserverConfigBasicAuth |
username(V1ServiceMonitorSpecBasicAuthUsername username) |
public static final String SERIALIZED_NAME_PASSWORD
public static final String SERIALIZED_NAME_USERNAME
public V1PrometheusSpecApiserverConfigBasicAuth()
public V1PrometheusSpecApiserverConfigBasicAuth password(V1ServiceMonitorSpecBasicAuthPassword password)
@Nullable public V1ServiceMonitorSpecBasicAuthPassword getPassword()
public void setPassword(V1ServiceMonitorSpecBasicAuthPassword password)
public V1PrometheusSpecApiserverConfigBasicAuth username(V1ServiceMonitorSpecBasicAuthUsername username)
@Nullable public V1ServiceMonitorSpecBasicAuthUsername getUsername()
public void setUsername(V1ServiceMonitorSpecBasicAuthUsername username)
Copyright © 2020. All rights reserved.