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 Details

    • SetPasswordRequest

      public SetPasswordRequest()
  • Method Details

    • 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.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object