Class AgentInfo


  • public class AgentInfo
    extends Object
    • Constructor Detail

      • AgentInfo

        public AgentInfo()
    • Method Detail

      • getIpAddress

        public String getIpAddress()
        The IP address of the Agent server.
        Returns:
        ipAddress
      • setIpAddress

        public void setIpAddress​(String ipAddress)
      • getHostname

        public String getHostname()
        The hostname of the Agent server.
        Returns:
        hostname
      • setHostname

        public void setHostname​(String hostname)
      • getServerFqdn

        public String getServerFqdn()
        The fully-qualified domain name of the Agent server. Must be set by the user at startup.
        Returns:
        serverFqdn
      • setServerFqdn

        public void setServerFqdn​(String serverFqdn)
      • getVersion

        public String getVersion()
        The version of the Agent.
        Returns:
        version
      • setVersion

        public void setVersion​(String version)
      • getUrl

        public String getUrl()
        The URL under which the Agent is available.
        Returns:
        url
      • setUrl

        public void setUrl​(String url)
      • isisOnPrem

        public Boolean isisOnPrem()
        Whether this is an on-prem or cloud installation.
        Returns:
        onPrem
      • setOnPrem

        public void setOnPrem​(Boolean onPrem)
      • getCommitId

        public String getCommitId()
        The Git commit ID of the running revision.
        Returns:
        commitId
      • setCommitId

        public void setCommitId​(String commitId)