Class VmwareServer

  • All Implemented Interfaces:
    java.io.Serializable

    public class VmwareServer
    extends java.lang.Object
    implements java.io.Serializable
    A VMware Server entry
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      VmwareServer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)
      Overrides the java.lang.Object.equals method.
      java.lang.String getHostname()
      Returns the value of field 'hostname'.
      java.lang.String getPassword()
      Returns the value of field 'password'.
      java.lang.String getUsername()
      Returns the value of field 'username'.
      void setHostname​(java.lang.String hostname)
      Sets the value of field 'hostname'.
      void setPassword​(java.lang.String password)
      Sets the value of field 'password'.
      void setUsername​(java.lang.String username)
      Sets the value of field 'username'.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VmwareServer

        public VmwareServer()
    • Method Detail

      • equals

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

        public java.lang.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 java.lang.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 java.lang.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​(java.lang.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​(java.lang.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​(java.lang.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'.