Class UpdateGroupResponse


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class UpdateGroupResponse
    extends CdpResponse
    Response object for update group request.
    • Constructor Detail

      • UpdateGroupResponse

        public UpdateGroupResponse()
    • Method Detail

      • getGroup

        public Group getGroup()
        Getter for group. Information about the updated group.
      • setGroup

        public void setGroup​(Group group)
        Setter for group. Information about the updated group.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object