Class Messages
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.model.Messages
-
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
-
-
Constructor Summary
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_Measure_PercentileNotSupported(Object arg0)
KeyMeasure.PercentileNotSupported
:percentile aggregation is not supported in stored sessions (measure: {0})
.static String
Measure_PercentileNotSupported(Object arg0)
KeyMeasure.PercentileNotSupported
:percentile aggregation is not supported in stored sessions (measure: {0})
.
-
-
-
Method Detail
-
Measure_PercentileNotSupported
public static String Measure_PercentileNotSupported(Object arg0)
KeyMeasure.PercentileNotSupported
:percentile aggregation is not supported in stored sessions (measure: {0})
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
percentile aggregation is not supported in stored sessions (measure: {0})
-
_Measure_PercentileNotSupported
public static org.jvnet.localizer.Localizable _Measure_PercentileNotSupported(Object arg0)
KeyMeasure.PercentileNotSupported
:percentile aggregation is not supported in stored sessions (measure: {0})
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
percentile aggregation is not supported in stored sessions (measure: {0})
-
-