Class SystemProfile
- java.lang.Object
 - 
- de.tsystems.mms.apm.performancesignature.dynatrace.rest.json.model.SystemProfile
 
 
- 
public class SystemProfile extends Object
System Profile Metadata 
- 
- 
Constructor Summary
Constructors Constructor Description SystemProfile() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()Get descriptionBooleangetEnabled()Get enabledStringgetId()System Profile idBooleangetIsrecording()Session recording stateStringtoString() 
 - 
 
- 
- 
Method Detail
- 
getId
public String getId()
System Profile id- Returns:
 - id
 
 
- 
getDescription
public String getDescription()
Get description- Returns:
 - description
 
 
- 
getEnabled
public Boolean getEnabled()
Get enabled- Returns:
 - enabled
 
 
- 
getIsrecording
public Boolean getIsrecording()
Session recording state- Returns:
 - isrecording
 
 
 - 
 
 -