Class UnlockMachineUserInControlPlaneRequest


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

      • UnlockMachineUserInControlPlaneRequest

        public UnlockMachineUserInControlPlaneRequest()
    • Method Detail

      • getMachineUser

        public String getMachineUser()
        Getter for machineUser. The name or CRN of the machine user to be unlocked in the CDP control plane.
      • setMachineUser

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

        public int hashCode()
        Overrides:
        hashCode in class Object