Class ConnectorConfigurationJson

  • All Implemented Interfaces:
    Serializable

    public class ConnectorConfigurationJson
    extends BaseJson
    a Connector configuration - contains the info of how to login to the connector
    See Also:
    Serialized Form
    • Constructor Detail

      • ConnectorConfigurationJson

        public ConnectorConfigurationJson()
    • Method Detail

      • getPassword

        public String getPassword()
        password
        Returns:
        password
      • setPassword

        public void setPassword​(String password)
        password
        Parameters:
        password - password
      • getServerUrl

        public String getServerUrl()
        server url
        Returns:
        server url
      • setServerUrl

        public void setServerUrl​(String serverUrl)
        server url
        Parameters:
        serverUrl - server url
      • getUsername

        public String getUsername()
        username
        Returns:
        username
      • setUsername

        public void setUsername​(String username)
        username
        Parameters:
        username - username