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 String
getDescription()
Get descriptionBoolean
getEnabled()
Get enabledString
getId()
System Profile idBoolean
getIsrecording()
Session recording stateString
toString()
-
-
-
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
-
-