Class AgentProfile

    • Constructor Detail

      • AgentProfile

        public AgentProfile()
      • AgentProfile

        public AgentProfile​(AgentProfile source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getAgentType

        public String getAgentType()
        Get Agent类型
        Returns:
        AgentType Agent类型
      • setAgentType

        public void setAgentType​(String AgentType)
        Set Agent类型
        Parameters:
        AgentType - Agent类型
      • getAgentVersion

        public String getAgentVersion()
        Get Agent版本号
        Returns:
        AgentVersion Agent版本号
      • setAgentVersion

        public void setAgentVersion​(String AgentVersion)
        Set Agent版本号
        Parameters:
        AgentVersion - Agent版本号