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