public class VmwareServer extends Object implements Serializable
Constructor and Description |
---|
VmwareServer() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Overrides the java.lang.Object.equals method.
|
String |
getHostname()
Returns the value of field 'hostname'.
|
String |
getPassword()
Returns the value of field 'password'.
|
String |
getUsername()
Returns the value of field 'username'.
|
void |
setHostname(String hostname)
Sets the value of field 'hostname'.
|
void |
setPassword(String password)
Sets the value of field 'password'.
|
void |
setUsername(String username)
Sets the value of field 'username'.
|
public boolean equals(Object obj)
public String getHostname()
public String getPassword()
public String getUsername()
public void setHostname(String hostname)
hostname
- the value of field 'hostname'.public void setPassword(String password)
password
- the value of field 'password'.public void setUsername(String username)
username
- the value of field 'username'.Copyright © 2021. All rights reserved.