Package com.exoscale.sdk.model
Class CreateDbaasMysqlUserRequest
java.lang.Object
com.exoscale.sdk.model.CreateDbaasMysqlUserRequest
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.4.0")
public class CreateDbaasMysqlUserRequest
extends Object
CreateDbaasMysqlUserRequest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthentication(EnumMysqlAuthenticationPlugin authentication) booleanReturn true if this create_dbaas_mysql_user_request object is equal to o.Get authenticationGet usernameinthashCode()voidsetAuthentication(EnumMysqlAuthenticationPlugin authentication) voidsetUsername(String username) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_USERNAME
- See Also:
-
JSON_PROPERTY_AUTHENTICATION
- See Also:
-
-
Constructor Details
-
CreateDbaasMysqlUserRequest
public CreateDbaasMysqlUserRequest()
-
-
Method Details
-
username
-
getUsername
Get username- Returns:
- username
-
setUsername
-
authentication
-
getAuthentication
Get authentication- Returns:
- authentication
-
setAuthentication
-
equals
Return true if this create_dbaas_mysql_user_request 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
-