Class VmwareServer

    • Constructor Detail

      • VmwareServer

        public VmwareServer()
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides the java.lang.Object.equals method.
        Overrides:
        equals in class Object
        Parameters:
        obj -
        Returns:
        true if the objects are equal.
      • getHostname

        public String getHostname()
        Returns the value of field 'hostname'. The field 'hostname' has the following description: The hostname of IP address of this server
        Returns:
        the value of field 'Hostname'.
      • getPassword

        public String getPassword()
        Returns the value of field 'password'. The field 'password' has the following description: The password of the read-only user
        Returns:
        the value of field 'Password'.
      • getUsername

        public String getUsername()
        Returns the value of field 'username'. The field 'username' has the following description: The username of the read-only user
        Returns:
        the value of field 'Username'.
      • setHostname

        public void setHostname​(String hostname)
        Sets the value of field 'hostname'. The field 'hostname' has the following description: The hostname of IP address of this server
        Parameters:
        hostname - the value of field 'hostname'.
      • setPassword

        public void setPassword​(String password)
        Sets the value of field 'password'. The field 'password' has the following description: The password of the read-only user
        Parameters:
        password - the value of field 'password'.
      • setUsername

        public void setUsername​(String username)
        Sets the value of field 'username'. The field 'username' has the following description: The username of the read-only user
        Parameters:
        username - the value of field 'username'.