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