Class SetPasswordRequest
java.lang.Object
com.cloudera.cdp.environments.model.SetPasswordRequest
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
date="2024-09-27T08:40:26.724-07:00")
public class SetPasswordRequest
extends Object
Request object for set password request. (deprecated)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for environmentCRNs.Getter for password.int
hashCode()
void
setEnvironmentCRNs
(List<String> environmentCRNs) Setter for environmentCRNs.void
setPassword
(String password) Setter for password.toString()
-
Constructor Details
-
SetPasswordRequest
public SetPasswordRequest()
-
-
Method Details
-
getPassword
Getter for password. password field. -
setPassword
Setter for password. password field. -
getEnvironmentCRNs
Getter for environmentCRNs. Optional list of environment CRNs. Only the passed environments user's password will be affected. If this field is not present, all environments will be affected. -
setEnvironmentCRNs
Setter for environmentCRNs. Optional list of environment CRNs. Only the passed environments user's password will be affected. If this field is not present, all environments will be affected. -
equals
-
hashCode
public int hashCode() -
toString
-