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 String
getAgentGroup()
int
getAgentId()
int
getClassLoadCount()
String
getConfiguration()
int
getEventCount()
String
getHost()
String
getLicenseInformation()
String
getLicenseOk()
String
getName()
int
getProcessId()
int
getSkippedEvents()
int
getSkippedPurePaths()
String
getStartupTimeUTC()
String
getSystemProfile()
String
getTechnologyType()
int
getTotalClassLoadCount()
double
getTotalCpuTime()
double
getTotalExecutionTime()
int
getTotalPurePathCount()
boolean
isCapture()
boolean
isConnected()
boolean
isSupportsHotsensorPlacement()
-
-
-
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()
-
-