Class AddUserToGroupRequest

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

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

    • AddUserToGroupRequest

      public AddUserToGroupRequest()
  • Method Details

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