public static final class Reporting.ReportTemplate extends Object
Reporting.ReportTemplate
class is used to pair a label and threshhold
value.
Equality checking for instances of this class should be executed on every
member to ensure that reconciling stack differences is correct.Constructor and Description |
---|
ReportTemplate() |
public String getText()
null
if none.public void setText(String text)
text
- the parameterized text of this template or null
if none.public Double getValue()
null
if none.public void setValue(Double value)
value
- the threshold value for this template or null
if none.Copyright © 2022 Apache Software Foundation. All rights reserved.