Class EndpointEndpointSecurityDTO
java.lang.Object
org.wso2.am.integration.clients.publisher.api.v1.dto.EndpointEndpointSecurityDTO
EndpointEndpointSecurityDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet passwordgetType()Get typeGet usernameinthashCode()Get enabledvoidsetEnabled(Boolean enabled) voidsetPassword(String password) voidvoidsetUsername(String username) toString()
-
Field Details
-
SERIALIZED_NAME_ENABLED
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_USERNAME
- See Also:
-
SERIALIZED_NAME_PASSWORD
- See Also:
-
-
Constructor Details
-
EndpointEndpointSecurityDTO
public EndpointEndpointSecurityDTO()
-
-
Method Details
-
enabled
-
isEnabled
Get enabled- Returns:
- enabled
-
setEnabled
-
type
-
getType
Get type- Returns:
- type
-
setType
-
username
-
getUsername
Get username- Returns:
- username
-
setUsername
-
password
-
getPassword
Get password- Returns:
- password
-
setPassword
-
equals
-
hashCode
public int hashCode() -
toString
-