Package com.exoscale.sdk.model
Class CreateDbaasPostgresUserRequest
- java.lang.Object
-
- com.exoscale.sdk.model.CreateDbaasPostgresUserRequest
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class CreateDbaasPostgresUserRequest extends Object
CreateDbaasPostgresUserRequest
-
-
Field Summary
Fields Modifier and Type Field Description static String
JSON_PROPERTY_ALLOW_REPLICATION
static String
JSON_PROPERTY_USERNAME
-
Constructor Summary
Constructors Constructor Description CreateDbaasPostgresUserRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateDbaasPostgresUserRequest
allowReplication(Boolean allowReplication)
boolean
equals(Object o)
Return true if this create_dbaas_postgres_user_request object is equal to o.Boolean
getAllowReplication()
Get allowReplicationString
getUsername()
Get usernameint
hashCode()
void
setAllowReplication(Boolean allowReplication)
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.CreateDbaasPostgresUserRequest
username(String username)
-
-
-
Field Detail
-
JSON_PROPERTY_USERNAME
public static final String JSON_PROPERTY_USERNAME
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ALLOW_REPLICATION
public static final String JSON_PROPERTY_ALLOW_REPLICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
username
public CreateDbaasPostgresUserRequest username(String username)
-
getUsername
@Nonnull public String getUsername()
Get username- Returns:
- username
-
setUsername
public void setUsername(String username)
-
allowReplication
public CreateDbaasPostgresUserRequest allowReplication(Boolean allowReplication)
-
getAllowReplication
@Nullable public Boolean getAllowReplication()
Get allowReplication- Returns:
- allowReplication
-
setAllowReplication
public void setAllowReplication(Boolean allowReplication)
-
equals
public boolean equals(Object o)
Return true if this create_dbaas_postgres_user_request object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-