Class UpdateUserRequest

java.lang.Object
com.cloudera.cdp.iam.model.UpdateUserRequest

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.842-07:00") public class UpdateUserRequest extends Object
Request object to update a user.
  • Constructor Details

    • UpdateUserRequest

      public UpdateUserRequest()
  • Method Details

    • getUser

      public String getUser()
      Getter for user. The CRN or userId of the user to be updated.
    • setUser

      public void setUser(String user)
      Setter for user. The CRN or userId of the user to be updated.
    • getActive

      public Boolean getActive()
      Getter for active. The active state to which to set the user. When it is 'true', the user will be activated. When it is 'false' the user will be deactivated.
    • setActive

      public void setActive(Boolean active)
      Setter for active. The active state to which to set the user. When it is 'true', the user will be activated. When it is 'false' the user will be deactivated.
    • 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