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 Modifier and Type Field Description static String
JSON_PROPERTY_AUTHENTICATION
static String
JSON_PROPERTY_PASSWORD
-
Constructor Summary
Constructors Constructor Description ResetDbaasMysqlUserPasswordRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResetDbaasMysqlUserPasswordRequest
authentication(EnumMysqlAuthenticationPlugin authentication)
boolean
equals(Object o)
Return true if this reset_dbaas_mysql_user_password_request object is equal to o.EnumMysqlAuthenticationPlugin
getAuthentication()
Get authenticationString
getPassword()
Get passwordint
hashCode()
ResetDbaasMysqlUserPasswordRequest
password(String password)
void
setAuthentication(EnumMysqlAuthenticationPlugin authentication)
void
setPassword(String password)
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_PASSWORD
public static final String JSON_PROPERTY_PASSWORD
- See Also:
- Constant Field Values
-
JSON_PROPERTY_AUTHENTICATION
public static final String JSON_PROPERTY_AUTHENTICATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
password
public ResetDbaasMysqlUserPasswordRequest password(String password)
-
getPassword
@Nullable public String getPassword()
Get password- Returns:
- password
-
setPassword
public void setPassword(String password)
-
authentication
public ResetDbaasMysqlUserPasswordRequest authentication(EnumMysqlAuthenticationPlugin authentication)
-
getAuthentication
@Nullable public EnumMysqlAuthenticationPlugin getAuthentication()
Get authentication- Returns:
- authentication
-
setAuthentication
public void setAuthentication(EnumMysqlAuthenticationPlugin authentication)
-
equals
public boolean equals(Object o)
Return true if this reset_dbaas_mysql_user_password_request object is equal to o.
-
toUrlQueryString
public String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
-