public class EndpointEndpointSecurityDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ENABLED |
static String |
SERIALIZED_NAME_PASSWORD |
static String |
SERIALIZED_NAME_TYPE |
static String |
SERIALIZED_NAME_USERNAME |
| Constructor and Description |
|---|
EndpointEndpointSecurityDTO() |
| Modifier and Type | Method and Description |
|---|---|
EndpointEndpointSecurityDTO |
enabled(Boolean enabled) |
boolean |
equals(Object o) |
String |
getPassword()
Get password
|
String |
getType()
Get type
|
String |
getUsername()
Get username
|
int |
hashCode() |
Boolean |
isEnabled()
Get enabled
|
EndpointEndpointSecurityDTO |
password(String password) |
void |
setEnabled(Boolean enabled) |
void |
setPassword(String password) |
void |
setType(String type) |
void |
setUsername(String username) |
String |
toString() |
EndpointEndpointSecurityDTO |
type(String type) |
EndpointEndpointSecurityDTO |
username(String username) |
public static final String SERIALIZED_NAME_ENABLED
public static final String SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_USERNAME
public static final String SERIALIZED_NAME_PASSWORD
public EndpointEndpointSecurityDTO enabled(Boolean enabled)
public void setEnabled(Boolean enabled)
public EndpointEndpointSecurityDTO type(String type)
public void setType(String type)
public EndpointEndpointSecurityDTO username(String username)
public void setUsername(String username)
public EndpointEndpointSecurityDTO password(String password)
public void setPassword(String password)
Copyright © 2021 WSO2 Inc. All rights reserved.