Class UnlockUserInControlPlaneRequest

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

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2024-09-27T08:40:27.842-07:00") public class UnlockUserInControlPlaneRequest extends Object
Request object for unlocking the user in the CDP control plane.
  • Constructor Details

    • UnlockUserInControlPlaneRequest

      public UnlockUserInControlPlaneRequest()
  • Method Details

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