Class UnlockUserInControlPlaneRequest


  • @Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen",
               date="2024-03-13T13:08:48.192-07:00")
    public class UnlockUserInControlPlaneRequest
    extends Object
    Request object for unlocking the user in the CDP control plane.
    • Constructor Detail

      • UnlockUserInControlPlaneRequest

        public UnlockUserInControlPlaneRequest()
    • Method Detail

      • getUser

        public String getUser()
        Getter for user. The ID or CRN of the user to be unlocked in the CDP control plane.
      • setUser

        public void setUser​(String user)
        Setter for user. The ID or CRN of the user to be unlocked in the CDP control plane.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object