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 AggregationTypeEnumgetAggregation()StringgetEntityIds()DoublegetLowerSevere()DoublegetLowerWarning()StringgetTags()StringgetTimeseriesId()DoublegetUpperSevere()DoublegetUpperWarning()voidsetAggregation(AggregationTypeEnum aggregation)voidsetEntityIds(String entityIds)voidsetTags(String tags)voidsetTimeseriesId(String timeseriesId)StringtoString()
-
-
-
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()
-
-