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 Modifier and Type Field Description static String
JSON_PROPERTY_PASSWORD
static String
JSON_PROPERTY_USERNAME
-
Constructor Summary
Constructors Constructor Description DbaasUserRedisSecrets()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
Return true if this dbaas-user-redis-secrets object is equal to o.String
getPassword()
Redis passwordString
getUsername()
Redis usernameint
hashCode()
DbaasUserRedisSecrets
password(String password)
void
setPassword(String password)
void
setUsername(String username)
String
toString()
String
toUrlQueryString()
Convert the instance into URL query string.String
toUrlQueryString(String prefix)
Convert the instance into URL query string.DbaasUserRedisSecrets
username(String username)
-
-
-
Field Detail
-
JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_USERNAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_PASSWORD
public static final String JSON_PROPERTY_PASSWORD
- See Also:
- Constant Field Values
-
-
Method Detail
-
username
public DbaasUserRedisSecrets username(String username)
-
getUsername
@Nullable public String getUsername()
Redis username- Returns:
- username
-
setUsername
public void setUsername(String username)
-
password
public DbaasUserRedisSecrets password(String password)
-
getPassword
@Nullable public String getPassword()
Redis password- Returns:
- password
-
setPassword
public void setPassword(String password)
-
equals
public boolean equals(Object o)
Return true if this dbaas-user-redis-secrets object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-