Class ServiceAuthentication
java.lang.Object
org.tailormap.api.persistence.json.ServiceAuthentication
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
comments="Generator version: 7.10.0")
public class ServiceAuthentication
extends Object
implements Serializable
ServiceAuthentication
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Gets or Sets method -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Get methodGet passwordGet usernameint
hashCode()
void
void
setPassword
(String password) void
setUsername
(String username) toString()
-
Constructor Details
-
ServiceAuthentication
public ServiceAuthentication()
-
-
Method Details
-
method
-
getMethod
Get method- Returns:
- method
-
setMethod
-
username
-
getUsername
Get username- Returns:
- username
-
setUsername
-
password
-
getPassword
Get password- Returns:
- password
-
setPassword
-
equals
-
hashCode
public int hashCode() -
toString
-