Class SpecificationTM
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.model.SpecificationTM
-
public class SpecificationTM extends Object
-
-
Constructor Summary
Constructors Constructor Description SpecificationTM()
No args constructor for use in serializationSpecificationTM(String metricId)
SpecificationTM(String timeseriesId, AggregationTypeEnum aggregation, String tags, String entityIds, Double lowerWarning, Double lowerSevere, Double upperWarning, Double upperSevere)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AggregationTypeEnum
getAggregation()
String
getEntityIds()
Double
getLowerSevere()
Double
getLowerWarning()
String
getTags()
String
getTimeseriesId()
Double
getUpperSevere()
Double
getUpperWarning()
void
setAggregation(AggregationTypeEnum aggregation)
void
setEntityIds(String entityIds)
void
setTags(String tags)
void
setTimeseriesId(String timeseriesId)
String
toString()
-
-
-
Constructor Detail
-
SpecificationTM
public SpecificationTM()
No args constructor for use in serialization
-
SpecificationTM
public SpecificationTM(String timeseriesId, AggregationTypeEnum aggregation, String tags, String entityIds, Double lowerWarning, Double lowerSevere, Double upperWarning, Double upperSevere)
-
SpecificationTM
public SpecificationTM(String metricId)
-
-
Method Detail
-
getTimeseriesId
public String getTimeseriesId()
-
setTimeseriesId
public void setTimeseriesId(String timeseriesId)
-
getAggregation
public AggregationTypeEnum getAggregation()
-
setAggregation
public void setAggregation(AggregationTypeEnum aggregation)
-
getTags
public String getTags()
-
setTags
public void setTags(String tags)
-
getEntityIds
public String getEntityIds()
-
setEntityIds
public void setEntityIds(String entityIds)
-
getLowerWarning
public Double getLowerWarning()
-
getLowerSevere
public Double getLowerSevere()
-
getUpperWarning
public Double getUpperWarning()
-
getUpperSevere
public Double getUpperSevere()
-
-