Class EndpointEndpointSecurityDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.publisher.api.v1.dto.EndpointEndpointSecurityDTO
-
public class EndpointEndpointSecurityDTO extends Object
EndpointEndpointSecurityDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ENABLEDstatic StringSERIALIZED_NAME_PASSWORDstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_USERNAME
-
Constructor Summary
Constructors Constructor Description EndpointEndpointSecurityDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EndpointEndpointSecurityDTOenabled(Boolean enabled)booleanequals(Object o)StringgetPassword()Get passwordStringgetType()Get typeStringgetUsername()Get usernameinthashCode()BooleanisEnabled()Get enabledEndpointEndpointSecurityDTOpassword(String password)voidsetEnabled(Boolean enabled)voidsetPassword(String password)voidsetType(String type)voidsetUsername(String username)StringtoString()EndpointEndpointSecurityDTOtype(String type)EndpointEndpointSecurityDTOusername(String username)
-
-
-
Field Detail
-
SERIALIZED_NAME_ENABLED
public static final String SERIALIZED_NAME_ENABLED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_USERNAME
public static final String SERIALIZED_NAME_USERNAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PASSWORD
public static final String SERIALIZED_NAME_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
enabled
public EndpointEndpointSecurityDTO enabled(Boolean enabled)
-
setEnabled
public void setEnabled(Boolean enabled)
-
type
public EndpointEndpointSecurityDTO type(String type)
-
setType
public void setType(String type)
-
username
public EndpointEndpointSecurityDTO username(String username)
-
setUsername
public void setUsername(String username)
-
password
public EndpointEndpointSecurityDTO password(String password)
-
setPassword
public void setPassword(String password)
-
-