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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Getter for createUser.Getter for password.getUser()
Getter for user.int
hashCode()
void
setCreateUser
(Boolean createUser) Setter for createUser.void
setPassword
(String password) Setter for password.void
Setter for user.toString()
-
Constructor Details
-
MachineUser
public MachineUser()
-
-
Method Details
-
getUser
Getter for user. Username. -
setUser
Setter for user. Username. -
getPassword
Getter for password. Password. -
setPassword
Setter for password. Password. -
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
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
-
hashCode
public int hashCode() -
toString
-