Class SetPasswordRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:47.341-07:00")
    public class SetPasswordRequest
    extends Object
    Request object for set password request. (deprecated)
    • Constructor Detail

      • SetPasswordRequest

        public SetPasswordRequest()
    • 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.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object