Class AgentInfo

java.lang.Object
com.symphony.bdk.gen.api.model.AgentInfo

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class AgentInfo extends Object
AgentInfo
  • Field Details

  • Constructor Details

    • AgentInfo

      public AgentInfo()
  • Method Details

    • ipAddress

      public AgentInfo ipAddress(String ipAddress)
    • getIpAddress

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

      public void setIpAddress(String ipAddress)
    • hostname

      public AgentInfo hostname(String hostname)
    • getHostname

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

      public void setHostname(String hostname)
    • serverFqdn

      public AgentInfo serverFqdn(String serverFqdn)
    • getServerFqdn

      @Nullable 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)
    • version

      public AgentInfo version(String version)
    • getVersion

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

      public void setVersion(String version)
    • url

      public AgentInfo url(String url)
    • getUrl

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

      public void setUrl(String url)
    • onPrem

      public AgentInfo onPrem(Boolean onPrem)
    • getOnPrem

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

      public void setOnPrem(Boolean onPrem)
    • mt

      public AgentInfo mt(Boolean mt)
    • getMt

      @Nullable public Boolean getMt()
      Whether this is a multi tenant instance.
      Returns:
      mt
    • setMt

      public void setMt(Boolean mt)
    • commitId

      public AgentInfo commitId(String commitId)
    • getCommitId

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

      public void setCommitId(String commitId)
    • equals

      public boolean equals(Object o)
      Return true if this AgentInfo object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object