Package com.exoscale.sdk.model
Class DbaasUserRedisSecrets
java.lang.Object
com.exoscale.sdk.model.DbaasUserRedisSecrets
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasUserRedisSecrets
extends Object
Redis User secrets
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this dbaas-user-redis-secrets object is equal to o.Redis passwordRedis usernameint
hashCode()
void
setPassword
(String password) void
setUsername
(String username) toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
-
Constructor Details
-
DbaasUserRedisSecrets
public DbaasUserRedisSecrets()
-
-
Method Details
-
username
-
getUsername
Redis username- Returns:
- username
-
setUsername
-
password
-
getPassword
Redis password- Returns:
- password
-
setPassword
-
equals
Return true if this dbaas-user-redis-secrets object is equal to o. -
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix
- prefix of the query string- Returns:
- URL query string
-