Class UpdateUserRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class UpdateUserRequest
    extends Object
    Request object to update a user.
    • Constructor Detail

      • UpdateUserRequest

        public UpdateUserRequest()
    • Method Detail

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

        public int hashCode()
        Overrides:
        hashCode in class Object