Class SetPasswordRequest
- java.lang.Object
-
- com.cloudera.cdp.environments.model.SetPasswordRequest
-
@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2023-09-27T13:27:53.061-07:00") public class SetPasswordRequest extends Object
Request object for set password request. (deprecated)
-
-
Constructor Summary
Constructors Constructor Description SetPasswordRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
List<String>
getEnvironmentCRNs()
Getter for environmentCRNs.String
getPassword()
Getter for password.int
hashCode()
void
setEnvironmentCRNs(List<String> environmentCRNs)
Setter for environmentCRNs.void
setPassword(String password)
Setter for password.String
toString()
-
-
-
Method Detail
-
getPassword
public String getPassword()
Getter for password. password field.
-
setPassword
public void setPassword(String password)
Setter for password. password field.
-
getEnvironmentCRNs
public List<String> 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
public void setEnvironmentCRNs(List<String> environmentCRNs)
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.
-
-