Class AddUserToGroupRequest


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

      • AddUserToGroupRequest

        public AddUserToGroupRequest()
    • Method Detail

      • getUserId

        public String getUserId()
        Getter for userId. The ID or CRN of the user to add to the group.
      • setUserId

        public void setUserId​(String userId)
        Setter for userId. The ID or CRN of the user to add to the group.
      • getGroupName

        public String getGroupName()
        Getter for groupName. The name or CRN of the group to add the user to.
      • setGroupName

        public void setGroupName​(String groupName)
        Setter for groupName. The name or CRN of the group to add the user to.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object