Package com.exoscale.sdk.model
Class DbaasServiceRedisConnectionInfo
java.lang.Object
com.exoscale.sdk.model.DbaasServiceRedisConnectionInfo
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServiceRedisConnectionInfo
extends Object
Redis connection information properties
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSlaveItem
(String slaveItem) addUriItem
(String uriItem) boolean
Return true if this dbaas_service_redis_connection_info object is equal to o.Get passwordgetSlave()
Get slavegetUri()
Get uriint
hashCode()
void
setPassword
(String password) void
void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_URI
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_SLAVE
- See Also:
-
-
Constructor Details
-
DbaasServiceRedisConnectionInfo
public DbaasServiceRedisConnectionInfo()
-
-
Method Details
-
uri
-
addUriItem
-
getUri
Get uri- Returns:
- uri
-
setUri
-
password
-
getPassword
Get password- Returns:
- password
-
setPassword
-
slave
-
addSlaveItem
-
getSlave
Get slave- Returns:
- slave
-
setSlave
-
equals
Return true if this dbaas_service_redis_connection_info 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
-