Uses of Class
de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.AgentVersion
-
Packages that use AgentVersion Package Description de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model -
-
Uses of AgentVersion in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model
Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return AgentVersion Modifier and Type Method Description AgentVersionHost. getAgentVersion()Defines the version of the agent currently running on the entity.AgentVersionAgentVersion. major(Integer major)AgentVersionAgentVersion. minor(Integer minor)AgentVersionAgentVersion. revision(Integer revision)AgentVersionAgentVersion. sourceRevision(String sourceRevision)AgentVersionAgentVersion. timestamp(String timestamp)Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model that return types with arguments of type AgentVersion Modifier and Type Method Description List<AgentVersion>ProcessGroupInstance. getAgentVersions()Defines the versions of the agents currently running on the entity.Methods in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with parameters of type AgentVersion Modifier and Type Method Description ProcessGroupInstanceProcessGroupInstance. addAgentVersionsItem(AgentVersion agentVersionsItem)HostHost. agentVersion(AgentVersion agentVersion)voidHost. setAgentVersion(AgentVersion agentVersion)Method parameters in de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model with type arguments of type AgentVersion Modifier and Type Method Description ProcessGroupInstanceProcessGroupInstance. agentVersions(List<AgentVersion> agentVersions)voidProcessGroupInstance. setAgentVersions(List<AgentVersion> agentVersions)
-