Class UpdateUserResponse


@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-05-14T11:34:37.253-07:00") public class UpdateUserResponse extends CdpResponse
Response object to update a user.
  • Constructor Details Link icon

    • UpdateUserResponse Link icon

      public UpdateUserResponse()
  • Method Details Link icon

    • getUser Link icon

      public User getUser()
      Getter for user. Information about the updated user.
    • setUser Link icon

      public void setUser(User user)
      Setter for user. Information about the updated user.
    • equals Link icon

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

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

      public String toString()
      Overrides:
      toString in class Object