Class ServiceAuthentication
- java.lang.Object
-
- nl.b3p.tailormap.api.persistence.json.ServiceAuthentication
-
- All Implemented Interfaces:
Serializable
@Generated("org.openapitools.codegen.languages.SpringCodegen") public class ServiceAuthentication extends Object implements SerializableServiceAuthentication- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classServiceAuthentication.MethodEnumGets or Sets method
-
Constructor Summary
Constructors Constructor Description ServiceAuthentication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)ServiceAuthentication.MethodEnumgetMethod()Get methodStringgetPassword()Get passwordStringgetUsername()Get usernameinthashCode()ServiceAuthenticationmethod(ServiceAuthentication.MethodEnum method)ServiceAuthenticationpassword(String password)voidsetMethod(ServiceAuthentication.MethodEnum method)voidsetPassword(String password)voidsetUsername(String username)StringtoString()ServiceAuthenticationusername(String username)
-
-
-
Method Detail
-
method
public ServiceAuthentication method(ServiceAuthentication.MethodEnum method)
-
getMethod
public ServiceAuthentication.MethodEnum getMethod()
Get method- Returns:
- method
-
setMethod
public void setMethod(ServiceAuthentication.MethodEnum method)
-
username
public ServiceAuthentication username(String username)
-
getUsername
public String getUsername()
Get username- Returns:
- username
-
setUsername
public void setUsername(String username)
-
password
public ServiceAuthentication password(String password)
-
getPassword
public String getPassword()
Get password- Returns:
- password
-
setPassword
public void setPassword(String password)
-
-