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 AgentVersion
Host. getAgentVersion()
Defines the version of the agent currently running on the entity.AgentVersion
AgentVersion. major(Integer major)
AgentVersion
AgentVersion. minor(Integer minor)
AgentVersion
AgentVersion. revision(Integer revision)
AgentVersion
AgentVersion. sourceRevision(String sourceRevision)
AgentVersion
AgentVersion. 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 ProcessGroupInstance
ProcessGroupInstance. addAgentVersionsItem(AgentVersion agentVersionsItem)
Host
Host. agentVersion(AgentVersion agentVersion)
void
Host. 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 ProcessGroupInstance
ProcessGroupInstance. agentVersions(List<AgentVersion> agentVersions)
void
ProcessGroupInstance. setAgentVersions(List<AgentVersion> agentVersions)
-