Package com.exoscale.sdk.model
Class DbaasServicePgUsersInner
java.lang.Object
com.exoscale.sdk.model.DbaasServicePgUsersInner
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class DbaasServicePgUsersInner
extends Object
List of service users
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallowReplication
(Boolean allowReplication) boolean
Return true if this dbaas_service_pg_users_inner object is equal to o.Get allowReplicationAccount password.getType()
Account typeAccount usernameint
hashCode()
void
setAllowReplication
(Boolean allowReplication) void
setPassword
(String password) void
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_TYPE
- See Also:
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_PASSWORD
- See Also:
-
JSON_PROPERTY_ALLOW_REPLICATION
- See Also:
-
-
Constructor Details
-
DbaasServicePgUsersInner
public DbaasServicePgUsersInner()
-
-
Method Details
-
type
-
getType
Account type- Returns:
- type
-
setType
-
username
-
getUsername
Account username- Returns:
- username
-
setUsername
-
password
-
getPassword
Account password. A missing field indicates a user overridden password.- Returns:
- password
-
setPassword
-
allowReplication
-
getAllowReplication
Get allowReplication- Returns:
- allowReplication
-
setAllowReplication
-
equals
Return true if this dbaas_service_pg_users_inner 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
-