Class Agent
- java.lang.Object
 - 
- de.tsystems.mms.apm.performancesignature.dynatrace.rest.xml.model.Agent
 
 
- 
public class Agent extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Agent() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAgentGroup()intgetAgentId()intgetClassLoadCount()StringgetConfiguration()intgetEventCount()StringgetHost()StringgetLicenseInformation()StringgetLicenseOk()StringgetName()intgetProcessId()intgetSkippedEvents()intgetSkippedPurePaths()StringgetStartupTimeUTC()StringgetSystemProfile()StringgetTechnologyType()intgetTotalClassLoadCount()doublegetTotalCpuTime()doublegetTotalExecutionTime()intgetTotalPurePathCount()booleanisCapture()booleanisConnected()booleanisSupportsHotsensorPlacement() 
 - 
 
- 
- 
Method Detail
- 
getAgentId
public int getAgentId()
 
- 
getAgentGroup
public String getAgentGroup()
 
- 
getLicenseInformation
public String getLicenseInformation()
 
- 
getLicenseOk
public String getLicenseOk()
 
- 
getStartupTimeUTC
public String getStartupTimeUTC()
 
- 
getSystemProfile
public String getSystemProfile()
 
- 
getTechnologyType
public String getTechnologyType()
 
- 
isSupportsHotsensorPlacement
public boolean isSupportsHotsensorPlacement()
 
- 
isConnected
public boolean isConnected()
 
- 
isCapture
public boolean isCapture()
 
- 
getClassLoadCount
public int getClassLoadCount()
 
- 
getEventCount
public int getEventCount()
 
- 
getProcessId
public int getProcessId()
 
- 
getSkippedEvents
public int getSkippedEvents()
 
- 
getSkippedPurePaths
public int getSkippedPurePaths()
 
- 
getTotalClassLoadCount
public int getTotalClassLoadCount()
 
- 
getTotalPurePathCount
public int getTotalPurePathCount()
 
- 
getTotalExecutionTime
public double getTotalExecutionTime()
 
- 
getTotalCpuTime
public double getTotalCpuTime()
 
- 
getConfiguration
public String getConfiguration()
 
- 
getHost
public String getHost()
 
- 
getName
public String getName()
 
 - 
 
 -