Class RESTDataRemote


  • public class RESTDataRemote
    extends RESTData
    Author:
    Daniel Koch, terrestris GmbH & Co. KG
    • Constructor Detail

      • RESTDataRemote

        public RESTDataRemote()
    • Method Detail

      • setLocation

        public void setLocation​(String location)
        Overrides:
        setLocation in class RESTData
        Parameters:
        location - the location to set
      • getUsername

        public String getUsername()
        Returns:
        the username
      • setUsername

        public void setUsername​(String username)
        Parameters:
        username - the username to set
      • getPassword

        public String getPassword()
        Returns:
        the password
      • setPassword

        public void setPassword​(String password)
        Parameters:
        password - the password to set
      • getDomain

        public String getDomain()
        Returns:
        the domain
      • setDomain

        public void setDomain​(String domain)
        Parameters:
        domain - the domain to set