Package com.exoscale.sdk.model
Class GetDbaasSettingsPg200ResponseSettings
java.lang.Object
com.exoscale.sdk.model.GetDbaasSettingsPg200ResponseSettings
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class GetDbaasSettingsPg200ResponseSettings
extends Object
GetDbaasSettingsPg200ResponseSettings
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Return true if this get_dbaas_settings_pg_200_response_settings object is equal to o.getPg()
Get pgGet pgbouncerGet pglookoutGet timescaledbint
hashCode()
void
void
void
void
toString()
Convert the instance into URL query string.toUrlQueryString
(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_PG
- See Also:
-
JSON_PROPERTY_PGLOOKOUT
- See Also:
-
JSON_PROPERTY_PGBOUNCER
- See Also:
-
JSON_PROPERTY_TIMESCALEDB
- See Also:
-
-
Constructor Details
-
GetDbaasSettingsPg200ResponseSettings
public GetDbaasSettingsPg200ResponseSettings()
-
-
Method Details
-
pg
-
getPg
Get pg- Returns:
- pg
-
setPg
-
pglookout
public GetDbaasSettingsPg200ResponseSettings pglookout(GetDbaasSettingsPg200ResponseSettingsPglookout pglookout) -
getPglookout
Get pglookout- Returns:
- pglookout
-
setPglookout
-
pgbouncer
public GetDbaasSettingsPg200ResponseSettings pgbouncer(GetDbaasSettingsPg200ResponseSettingsPgbouncer pgbouncer) -
getPgbouncer
Get pgbouncer- Returns:
- pgbouncer
-
setPgbouncer
-
timescaledb
public GetDbaasSettingsPg200ResponseSettings timescaledb(GetDbaasSettingsPg200ResponseSettingsTimescaledb timescaledb) -
getTimescaledb
Get timescaledb- Returns:
- timescaledb
-
setTimescaledb
-
equals
Return true if this get_dbaas_settings_pg_200_response_settings 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
-