Class MachineUser

java.lang.Object
com.cloudera.cdp.replicationmanager.model.MachineUser

@Generated(value="com.cloudera.cdp.client.codegen.CdpSDKJavaCodegen", date="2025-01-23T07:12:43.267-08:00") public class MachineUser extends Object
Username and password for the machine user.
  • Constructor Details

    • MachineUser

      public MachineUser()
  • Method Details

    • getUser

      public String getUser()
      Getter for user. Username.
    • setUser

      public void setUser(String user)
      Setter for user. Username.
    • getPassword

      public String getPassword()
      Getter for password. Password.
    • setPassword

      public void setPassword(String password)
      Setter for password. Password.
    • getCreateUser

      public Boolean getCreateUser()
      Getter for createUser. This option has no effect if the machine user already exists. Otherwise if 'true', a new machine user is created. If 'false', an error is returned indicating that the user does not exist.
    • setCreateUser

      public void setCreateUser(Boolean createUser)
      Setter for createUser. This option has no effect if the machine user already exists. Otherwise if 'true', a new machine user is created. If 'false', an error is returned indicating that the user does not exist.
    • 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